From 6abfa89942476e7e6f0a953695e16899efd17acb Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sun, 15 Jul 2018 22:52:10 +0800 Subject: guix: emacs-magit 2.11.0 -> 2.13.0 --- guix/emacs-magit/emacs-magit.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'guix') diff --git a/guix/emacs-magit/emacs-magit.spec b/guix/emacs-magit/emacs-magit.spec index 00390fd..c61c66f 100644 --- a/guix/emacs-magit/emacs-magit.spec +++ b/guix/emacs-magit/emacs-magit.spec @@ -12,8 +12,8 @@ %endif Name: emacs-%{pkg} -Version: 2.11.0 -Release: 4%{?dist} +Version: 2.13.0 +Release: 1%{?dist} Summary: Emacs interface to the most common Git operations License: GPLv3+ @@ -50,10 +50,9 @@ common operations convenient. # clean up after magit's installer's assumptions mkdir -p $RPM_BUILD_ROOT%{emacs_startdir} -mv $RPM_BUILD_ROOT%{emacs_lispdir}/magit/magit-autoloads.el \ - $RPM_BUILD_ROOT%{emacs_startdir}/emacs-magit-mode.el +ln -rs $RPM_BUILD_ROOT%{emacs_lispdir}/magit/magit-autoloads.el \ + $RPM_BUILD_ROOT%{emacs_startdir} gzip -9 $RPM_BUILD_ROOT%{_infodir}/magit.info -rm $RPM_BUILD_ROOT%{_infodir}/magit-popup.info %post @@ -67,17 +66,21 @@ fi %files -%license COPYING +%license LICENSE %doc README.md %{emacs_lispdir}/%{pkg}/*.el %{emacs_lispdir}/%{pkg}/*.elc -%{emacs_startdir}/emacs-magit-mode.el +%{emacs_startdir}/magit-autoloads.el %{_infodir}/magit.info.gz %dir %{emacs_lispdir}/%{pkg} %{_pkgdocdir}/AUTHORS.md %changelog +* Sat Jul 07 2018 Ting-Wei Lan - 2.13.0-1 +- Update to upstream version 2.13.0 +- Fix autoloads by creating a symlink instead of moving the script itself + * Mon Feb 26 2018 Ting-Wei Lan - 2.11.0-4 - Add dependency on emacs-ghub and emacs-magit-popup - Remove magit-popup.info because it is already provided by emacs-magit-popup -- cgit v1.2.3