diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-12-03 20:48:56 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-12-03 21:25:51 +0800 |
commit | 456d5a65122b940df47b2fe932cc8259456a2e4a (patch) | |
tree | cbb323aba74aad7371786612e565ad446733dcfb /guix/emacs-guix | |
parent | c8ee32466b5a85c5423b5329576a7cbd520a5da9 (diff) | |
download | copr-rpm-spec-456d5a65122b940df47b2fe932cc8259456a2e4a.tar copr-rpm-spec-456d5a65122b940df47b2fe932cc8259456a2e4a.tar.gz copr-rpm-spec-456d5a65122b940df47b2fe932cc8259456a2e4a.tar.bz2 copr-rpm-spec-456d5a65122b940df47b2fe932cc8259456a2e4a.tar.lz copr-rpm-spec-456d5a65122b940df47b2fe932cc8259456a2e4a.tar.xz copr-rpm-spec-456d5a65122b940df47b2fe932cc8259456a2e4a.tar.zst copr-rpm-spec-456d5a65122b940df47b2fe932cc8259456a2e4a.zip |
guix: emacs-guix 0.4.1.1 -> 0.5
Diffstat (limited to 'guix/emacs-guix')
-rw-r--r-- | guix/emacs-guix/emacs-guix.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/guix/emacs-guix/emacs-guix.spec b/guix/emacs-guix/emacs-guix.spec index 113eb48..086341a 100644 --- a/guix/emacs-guix/emacs-guix.spec +++ b/guix/emacs-guix/emacs-guix.spec @@ -2,8 +2,8 @@ %global pkgname Guix Name: emacs-%{pkg} -Version: 0.4.1.1 -Release: 2%{?dist} +Version: 0.5 +Release: 1%{?dist} Summary: Emacs-Guix is an Emacs interface for GNU Guix package manager License: GPLv3+ @@ -16,7 +16,7 @@ Source0: https://emacs-guix.gitlab.io/website/releases/%{name}-%{version} BuildArch: noarch BuildRequires: emacs, texinfo BuildRequires: guix >= 0.13.0 -BuildRequires: pkgconfig(guile-2.0) +BuildRequires: pkgconfig(guile-2.0), guile-gcrypt BuildRequires: emacs-geiser, emacs-dash, emacs-bui, emacs-magit Requires: emacs(bin) >= %{_emacs_version} @@ -94,6 +94,9 @@ fi %changelog +* Sun Dec 02 2018 Ting-Wei Lan <lantw44@gmail.com> - 0.5-1 +- Update to 0.5 + * Tue Oct 23 2018 Ting-Wei Lan <lantw44@gmail.com> - 0.4.1.1-2 - Rebuilt for Fedora 29 and 30 |