diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-dash/emacs-dash.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/guix/emacs-dash/emacs-dash.spec b/guix/emacs-dash/emacs-dash.spec index 1295fa6..ca139ba 100644 --- a/guix/emacs-dash/emacs-dash.spec +++ b/guix/emacs-dash/emacs-dash.spec @@ -2,8 +2,8 @@ %global pkgname Dash Name: emacs-%{pkg} -Version: 2.16.0 -Release: 2%{?dist} +Version: 2.17.0 +Release: 1%{?dist} Summary: Dash is a modern list library for Emacs License: GPLv3+ @@ -27,6 +27,10 @@ Emacs. No cl required. ./create-docs.sh +%check +./run-tests.sh + + %install mkdir -p %{buildroot}%{_emacs_sitelispdir} install -m 755 -d %{buildroot}%{_emacs_sitelispdir}/dash @@ -60,6 +64,9 @@ fi %changelog +* Sat Apr 25 2020 Ting-Wei Lan <lantw44@gmail.com> - 2.17.0-1 +- Update to 2.17.0 + * Tue Sep 17 2019 Ting-Wei Lan <lantw44@gmail.com> - 2.16.0-2 - Rebuilt for Fedora 31 and 32 |