diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2021-03-13 15:25:21 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2021-03-13 15:25:21 +0800 |
commit | 0d3877324952f3abda50e18363ce4bddb7bd8032 (patch) | |
tree | 221e944b2a38d70b85adff6de9efa36256177caa /guix/emacs-guix | |
parent | df070fd6b308b3c15700d5e4f05a0252f109fa22 (diff) | |
download | copr-rpm-spec-0d3877324952f3abda50e18363ce4bddb7bd8032.tar copr-rpm-spec-0d3877324952f3abda50e18363ce4bddb7bd8032.tar.gz copr-rpm-spec-0d3877324952f3abda50e18363ce4bddb7bd8032.tar.bz2 copr-rpm-spec-0d3877324952f3abda50e18363ce4bddb7bd8032.tar.lz copr-rpm-spec-0d3877324952f3abda50e18363ce4bddb7bd8032.tar.xz copr-rpm-spec-0d3877324952f3abda50e18363ce4bddb7bd8032.tar.zst copr-rpm-spec-0d3877324952f3abda50e18363ce4bddb7bd8032.zip |
guix: Rebuild packages for Fedora 34 and 35
Diffstat (limited to 'guix/emacs-guix')
-rw-r--r-- | guix/emacs-guix/emacs-guix.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/guix/emacs-guix/emacs-guix.spec b/guix/emacs-guix/emacs-guix.spec index 9f32cd5..f801b28 100644 --- a/guix/emacs-guix/emacs-guix.spec +++ b/guix/emacs-guix/emacs-guix.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 0.5.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Emacs-Guix is an Emacs interface for GNU Guix package manager License: GPLv3+ @@ -20,7 +20,7 @@ Patch2: emacs-guix-0.5.2-geiser-0.12.patch %global guile_source_dir %{_datadir}/guile/site/2.2 %global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache -BuildRequires: emacs, texinfo +BuildRequires: emacs, make, texinfo BuildRequires: guix >= 0.13.0 BuildRequires: autoconf, automake BuildRequires: pkgconfig(guile-2.2), guile-gcrypt @@ -107,6 +107,9 @@ fi %changelog +* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-5 +- Rebuilt for Fedora 34 and 35 + * Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-4 - Make it compatible with Geiser 0.12 |