aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2021-03-13 15:25:21 +0800
committerTing-Wei Lan <lantw44@gmail.com>2021-03-13 15:25:21 +0800
commit0d3877324952f3abda50e18363ce4bddb7bd8032 (patch)
tree221e944b2a38d70b85adff6de9efa36256177caa
parentdf070fd6b308b3c15700d5e4f05a0252f109fa22 (diff)
downloadcopr-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
-rw-r--r--guix/emacs-bui/emacs-bui.spec5
-rw-r--r--guix/emacs-edit-indirect/emacs-edit-indirect.spec5
-rw-r--r--guix/emacs-geiser/emacs-geiser.spec7
-rw-r--r--guix/emacs-ghub/emacs-ghub.spec7
-rw-r--r--guix/emacs-guix/emacs-guix.spec7
-rw-r--r--guix/emacs-magit-popup/emacs-magit-popup.spec7
-rw-r--r--guix/emacs-magit/emacs-magit.spec7
-rw-r--r--guix/emacs-treepy/emacs-treepy.spec5
-rw-r--r--guix/emacs-with-editor/emacs-with-editor.spec7
-rw-r--r--guix/guile-avahi/guile-avahi.spec5
-rw-r--r--guix/guile-bytestructures/guile-bytestructures.spec8
-rw-r--r--guix/guile-gcrypt/guile-gcrypt.spec7
-rw-r--r--guix/guile-git/guile-git.spec5
-rw-r--r--guix/guile-json/guile-json.spec6
-rw-r--r--guix/guile-lzlib/guile-lzlib.spec5
-rw-r--r--guix/guile-semver/guile-semver.spec6
-rw-r--r--guix/guile-sqlite3/guile-sqlite3.spec8
-rw-r--r--guix/guile-ssh/guile-ssh.spec5
-rw-r--r--guix/guile-zlib/guile-zlib.spec8
-rw-r--r--guix/guile-zstd/guile-zstd.spec8
-rw-r--r--guix/guix/guix.spec5
-rw-r--r--guix/lzlib/lzlib.spec5
22 files changed, 105 insertions, 33 deletions
diff --git a/guix/emacs-bui/emacs-bui.spec b/guix/emacs-bui/emacs-bui.spec
index 4e275f5..b92e715 100644
--- a/guix/emacs-bui/emacs-bui.spec
+++ b/guix/emacs-bui/emacs-bui.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 1.2.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Buffer interface library for Emacs
License: GPLv3+
@@ -48,6 +48,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/bui/
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 1.2.1-5
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 1.2.1-4
- Rebuilt for Fedora 33 and 34
diff --git a/guix/emacs-edit-indirect/emacs-edit-indirect.spec b/guix/emacs-edit-indirect/emacs-edit-indirect.spec
index 7c07151..85e3a1c 100644
--- a/guix/emacs-edit-indirect/emacs-edit-indirect.spec
+++ b/guix/emacs-edit-indirect/emacs-edit-indirect.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.1.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Edit regions in separate buffers
License: BSD
@@ -41,6 +41,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/edit-indirect/
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.1.6-2
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.1.6-1
- Update to 0.1.6
diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec
index dd3ef50..2cd4905 100644
--- a/guix/emacs-geiser/emacs-geiser.spec
+++ b/guix/emacs-geiser/emacs-geiser.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.12
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Geiser is an Emacs environment to hack and have fun in Scheme
License: BSD
@@ -14,7 +14,7 @@ Source0: https://gitlab.com/jaor/geiser/-/archive/%{version}/%{pkg}-%{ver
Patch0: emacs-geiser-default-guile-2.2.patch
BuildArch: noarch
-BuildRequires: autoconf, automake, texinfo
+BuildRequires: autoconf, automake, make, texinfo
BuildRequires: emacs
Requires: emacs(bin) >= %{_emacs_version}
Requires(post): info
@@ -75,6 +75,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.12-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.12-1
- Update to 0.12
diff --git a/guix/emacs-ghub/emacs-ghub.spec b/guix/emacs-ghub/emacs-ghub.spec
index 5d1f252..2e130bc 100644
--- a/guix/emacs-ghub/emacs-ghub.spec
+++ b/guix/emacs-ghub/emacs-ghub.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 3.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Minuscule client libraries for the APIs of various Git forges
License: GPLv3+
@@ -11,7 +11,7 @@ URL: https://magit.vc
Source0: https://github.com/magit/ghub/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: emacs, texinfo
+BuildRequires: emacs, make, texinfo
BuildRequires: emacs-treepy
Requires: emacs(bin) >= %{_emacs_version}
Requires: emacs-treepy
@@ -83,6 +83,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 3.5.1-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 3.5.1-1
- Update to 3.5.1
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
diff --git a/guix/emacs-magit-popup/emacs-magit-popup.spec b/guix/emacs-magit-popup/emacs-magit-popup.spec
index 806a4fe..7be6ebc 100644
--- a/guix/emacs-magit-popup/emacs-magit-popup.spec
+++ b/guix/emacs-magit-popup/emacs-magit-popup.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 2.13.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Define prefix-infix-suffix command combos for Emacs
License: GPLv3+
@@ -11,7 +11,7 @@ URL: https://magit.vc
Source0: https://github.com/magit/magit-popup/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: emacs, texinfo
+BuildRequires: emacs, make, texinfo
BuildRequires: emacs-dash
Requires: emacs(bin) >= %{_emacs_version}
Requires: emacs-dash
@@ -66,6 +66,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 2.13.3-2
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 2.13.3-1
- Update to 2.13.3
diff --git a/guix/emacs-magit/emacs-magit.spec b/guix/emacs-magit/emacs-magit.spec
index 36ee7f9..f386734 100644
--- a/guix/emacs-magit/emacs-magit.spec
+++ b/guix/emacs-magit/emacs-magit.spec
@@ -13,7 +13,7 @@
Name: emacs-%{pkg}
Version: 2.13.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Emacs interface to the most common Git operations
License: GPLv3+
@@ -23,7 +23,7 @@ URL: https://magit.vc
Source0: https://github.com/magit/magit/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: emacs, git-core, texinfo
+BuildRequires: emacs, git-core, make, texinfo
BuildRequires: emacs-dash, emacs-ghub, emacs-magit-popup, emacs-with-editor
Requires: emacs(bin) >= %{emacs_version}
Requires: emacs-dash, emacs-ghub, emacs-magit-popup, emacs-with-editor
@@ -80,6 +80,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 2.13.1-6
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 2.13.1-5
- Rebuilt for Fedora 33 and 34
diff --git a/guix/emacs-treepy/emacs-treepy.spec b/guix/emacs-treepy/emacs-treepy.spec
index 45dad03..a1f89c3 100644
--- a/guix/emacs-treepy/emacs-treepy.spec
+++ b/guix/emacs-treepy/emacs-treepy.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Functions for traversing tree-like data
License: GPLv3+
@@ -44,6 +44,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/treepy/
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.1.2-2
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.1.2-1
- Update to 0.1.2
diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec
index 1fe4932..664eddc 100644
--- a/guix/emacs-with-editor/emacs-with-editor.spec
+++ b/guix/emacs-with-editor/emacs-with-editor.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 3.0.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Use the Emacsclient as the editor of child processes
License: GPLv3+
@@ -11,7 +11,7 @@ URL: https://magit.vc
Source0: https://github.com/magit/with-editor/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: emacs, texinfo
+BuildRequires: emacs, make, texinfo
Requires: emacs(bin) >= %{_emacs_version}
%description
@@ -64,6 +64,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 3.0.2-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 3.0.2-1
- Update to 3.0.2
diff --git a/guix/guile-avahi/guile-avahi.spec b/guix/guile-avahi/guile-avahi.spec
index d76c7d7..e77bbd3 100644
--- a/guix/guile-avahi/guile-avahi.spec
+++ b/guix/guile-avahi/guile-avahi.spec
@@ -1,6 +1,6 @@
Name: guile-avahi
Version: 0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Avahi bindings for GNU Guile
License: LGPLv3+
@@ -71,5 +71,8 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.4-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.4-1
- Initial packaging
diff --git a/guix/guile-bytestructures/guile-bytestructures.spec b/guix/guile-bytestructures/guile-bytestructures.spec
index 92fcef4..c147d9b 100644
--- a/guix/guile-bytestructures/guile-bytestructures.spec
+++ b/guix/guile-bytestructures/guile-bytestructures.spec
@@ -1,6 +1,6 @@
Name: guile-bytestructures
Version: 1.0.7
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Structured access library to bytevector contents for Guile
License: GPLv3+
@@ -11,7 +11,8 @@ Source0: https://github.com/TaylanUB/scheme-bytestructures/releases/downl
%global guile_source_dir %{_datadir}/guile/site/2.2
%global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
-BuildRequires: autoconf, automake, pkgconfig(guile-2.2)
+BuildRequires: autoconf, automake, make
+BuildRequires: pkgconfig(guile-2.2)
Requires: guile22
%description
@@ -55,6 +56,9 @@ first-class status.
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 1.0.7-3
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 1.0.7-2
- Rebuilt for Fedora 33 and 34
diff --git a/guix/guile-gcrypt/guile-gcrypt.spec b/guix/guile-gcrypt/guile-gcrypt.spec
index 7b3e6d0..f6dcbe7 100644
--- a/guix/guile-gcrypt/guile-gcrypt.spec
+++ b/guix/guile-gcrypt/guile-gcrypt.spec
@@ -2,7 +2,7 @@
Name: guile-gcrypt
Version: 0.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Guile bindings to Libgcrypt
License: GPLv3+
@@ -12,7 +12,7 @@ Source0: https://notabug.org/cwebber/guile-gcrypt/archive/v%{version}.tar
%global guile_source_dir %{_datadir}/guile/site/2.2
%global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
-BuildRequires: autoconf, automake, texinfo
+BuildRequires: autoconf, automake, make, texinfo
BuildRequires: pkgconfig(guile-2.2), libgcrypt-devel
Requires: guile22, libgcrypt-devel
Requires(post): info
@@ -67,6 +67,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.3.0-2
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.3.0-1
- Update to 0.3.0
diff --git a/guix/guile-git/guile-git.spec b/guix/guile-git/guile-git.spec
index f13f9eb..e2f3a1c 100644
--- a/guix/guile-git/guile-git.spec
+++ b/guix/guile-git/guile-git.spec
@@ -1,6 +1,6 @@
Name: guile-git
Version: 0.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Guile bindings of libgit2
License: GPLv3+ and LGPLv3+
@@ -68,6 +68,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.4.0-2
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.4.0-1
- Update to 0.4.0
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index 344cb2c..a4987ed 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -2,7 +2,7 @@
Name: guile-json
Version: 4.5.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: JSON module for Guile
License: GPLv3+
@@ -12,6 +12,7 @@ Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{ver
%global guile_source_dir %{_datadir}/guile/site/2.2
%global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
+BuildRequires: make
BuildRequires: pkgconfig(guile-2.2)
Requires: guile22
@@ -59,6 +60,9 @@ features:
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 4.5.2-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 4.5.2-1
- Update to 4.5.2
- Run tests
diff --git a/guix/guile-lzlib/guile-lzlib.spec b/guix/guile-lzlib/guile-lzlib.spec
index 046c2c9..94dcea6 100644
--- a/guix/guile-lzlib/guile-lzlib.spec
+++ b/guix/guile-lzlib/guile-lzlib.spec
@@ -2,7 +2,7 @@
Name: guile-lzlib
Version: 0.0.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Guile bindings for lzlib
License: GPLv3+
@@ -52,5 +52,8 @@ autoreconf -fiv
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.0.2-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.0.2-1
- Initial packaging
diff --git a/guix/guile-semver/guile-semver.spec b/guix/guile-semver/guile-semver.spec
index a3fb1e0..ed24fad 100644
--- a/guix/guile-semver/guile-semver.spec
+++ b/guix/guile-semver/guile-semver.spec
@@ -2,7 +2,7 @@
Name: guile-semver
Version: 0.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Guile library for Semantic Versioning
License: GPLv3+
@@ -12,6 +12,7 @@ Source0: https://files.ngyro.com/%{name}/%{name}-%{version}.tar.gz
%global guile_source_dir %{_datadir}/guile/site/2.2
%global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
+BuildRequires: make
BuildRequires: pkgconfig(guile-2.2)
Requires: guile22
@@ -56,5 +57,8 @@ ranges. It supports:
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-1
- Initial packaging
diff --git a/guix/guile-sqlite3/guile-sqlite3.spec b/guix/guile-sqlite3/guile-sqlite3.spec
index 4df740a..fd41ba9 100644
--- a/guix/guile-sqlite3/guile-sqlite3.spec
+++ b/guix/guile-sqlite3/guile-sqlite3.spec
@@ -2,7 +2,7 @@
Name: guile-sqlite3
Version: 0.1.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Guile bindings for the SQLite3 database engine
License: LGPLv3+
@@ -12,7 +12,8 @@ Source0: https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v%{versi
%global guile_source_dir %{_datadir}/guile/site/2.2
%global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
-BuildRequires: autoconf, automake, pkgconfig(guile-2.2), pkgconfig(sqlite3)
+BuildRequires: autoconf, automake, make
+BuildRequires: pkgconfig(guile-2.2), pkgconfig(sqlite3)
Requires: guile22, sqlite-devel
%description
@@ -45,6 +46,9 @@ autoreconf -fiv
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.1.3-2
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.1.3-1
- Update to 0.1.3
diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec
index 742363b..0a23f58 100644
--- a/guix/guile-ssh/guile-ssh.spec
+++ b/guix/guile-ssh/guile-ssh.spec
@@ -1,6 +1,6 @@
Name: guile-ssh
Version: 0.13.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A library that provides access to the SSH protocol for GNU Guile
License: GPLv3+
@@ -81,6 +81,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.13.1-2
+- Rebuilt for Fedora 34 and 35
+
* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.13.1-1
- Update to 0.13.1
diff --git a/guix/guile-zlib/guile-zlib.spec b/guix/guile-zlib/guile-zlib.spec
index 893a6e3..a0846a1 100644
--- a/guix/guile-zlib/guile-zlib.spec
+++ b/guix/guile-zlib/guile-zlib.spec
@@ -2,7 +2,7 @@
Name: guile-zlib
Version: 0.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Guile bindings for zlib
License: GPLv3+
@@ -12,7 +12,8 @@ Source0: https://notabug.org/guile-zlib/guile-zlib/archive/%{version}.tar
%global guile_source_dir %{_datadir}/guile/site/2.2
%global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
-BuildRequires: autoconf, automake, pkgconfig(guile-2.2), pkgconfig(zlib)
+BuildRequires: autoconf, automake, make
+BuildRequires: pkgconfig(guile-2.2), pkgconfig(zlib)
Requires: guile22, zlib-devel
%description
@@ -50,5 +51,8 @@ autoreconf -fiv
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.0.1-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.0.1-1
- Initial packaging
diff --git a/guix/guile-zstd/guile-zstd.spec b/guix/guile-zstd/guile-zstd.spec
index 5260765..1218c47 100644
--- a/guix/guile-zstd/guile-zstd.spec
+++ b/guix/guile-zstd/guile-zstd.spec
@@ -2,7 +2,7 @@
Name: guile-zstd
Version: 0.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GNU Guile bindings to the zstd compression library
License: GPLv3+
@@ -12,7 +12,8 @@ Source0: https://notabug.org/guile-zstd/guile-zstd/archive/v%{version}.ta
%global guile_source_dir %{_datadir}/guile/site/2.2
%global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
-BuildRequires: autoconf, automake, pkgconfig(guile-2.2), pkgconfig(libzstd)
+BuildRequires: autoconf, automake, make
+BuildRequires: pkgconfig(guile-2.2), pkgconfig(libzstd)
Requires: guile22, libzstd-devel
%description
@@ -49,5 +50,8 @@ autoreconf -fiv
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-1
- Initial packaging
diff --git a/guix/guix/guix.spec b/guix/guix/guix.spec
index 5d187b2..569978e 100644
--- a/guix/guix/guix.spec
+++ b/guix/guix/guix.spec
@@ -6,7 +6,7 @@
Name: guix
Version: 1.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A purely functional package manager for the GNU system
License: GPLv3+
@@ -453,6 +453,9 @@ fi
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 1.2.0-2
+- Rebuilt for Fedora 34 and 35
+
* Wed Feb 17 2021 Ting-Wei Lan <lantw44@gmail.com> - 1.2.0-1
- Update to 1.2.0
diff --git a/guix/lzlib/lzlib.spec b/guix/lzlib/lzlib.spec
index 8296db0..41d7977 100644
--- a/guix/lzlib/lzlib.spec
+++ b/guix/lzlib/lzlib.spec
@@ -3,7 +3,7 @@
Name: lzlib
Version: 1.12
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A compression library for the lzip file format
License: GPLv2+
@@ -60,6 +60,9 @@ developing applications that use %{name}.
%changelog
+* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 1.12-2
+- Rebuilt for Fedora 34 and 35
+
* Mon Feb 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 1.12-1
- Update to 1.12