diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-07-15 22:52:10 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-07-15 22:52:10 +0800 |
commit | 6abfa89942476e7e6f0a953695e16899efd17acb (patch) | |
tree | a27a9aabfe6ddd9cdaa5d2c9451b50596b43e777 /guix | |
parent | fffa08da592c8f1430af123beeabffde3ddb70c5 (diff) | |
download | copr-rpm-spec-6abfa89942476e7e6f0a953695e16899efd17acb.tar copr-rpm-spec-6abfa89942476e7e6f0a953695e16899efd17acb.tar.gz copr-rpm-spec-6abfa89942476e7e6f0a953695e16899efd17acb.tar.bz2 copr-rpm-spec-6abfa89942476e7e6f0a953695e16899efd17acb.tar.lz copr-rpm-spec-6abfa89942476e7e6f0a953695e16899efd17acb.tar.xz copr-rpm-spec-6abfa89942476e7e6f0a953695e16899efd17acb.tar.zst copr-rpm-spec-6abfa89942476e7e6f0a953695e16899efd17acb.zip |
guix: emacs-magit 2.11.0 -> 2.13.0
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-magit/emacs-magit.spec | 17 |
1 files changed, 10 insertions, 7 deletions
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 <lantw44@gmail.com> - 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 <lantw44@gmail.com> - 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 |