aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2024-11-03 23:00:47 +0800
committerTing-Wei Lan <lantw44@gmail.com>2024-11-03 23:00:47 +0800
commit26c34d599dbf03e08f9a9f361ea9372343fcf47f (patch)
tree3b1ec4c054857d3335584dce24a9eb9aca99b1dc
parent1239d33b0e808c0fc60833b7bf94fa41e55562bc (diff)
downloadcopr-rpm-spec-master.tar.gz
copr-rpm-spec-master.tar.zst
copr-rpm-spec-master.zip
guix: Rebuild packages for Fedora 39, 40, 41, 42HEADmaster
-rw-r--r--guix/emacs-bui/emacs-bui.spec5
-rw-r--r--guix/emacs-magit-popup/emacs-magit-popup.spec5
-rw-r--r--guix/guile-avahi/guile-avahi.spec5
-rw-r--r--guix/guile-bytestructures/guile-bytestructures.spec5
-rw-r--r--guix/guile-gcrypt/guile-gcrypt.spec5
-rw-r--r--guix/guile-json/guile-json.spec5
-rw-r--r--guix/guile-lzma/guile-lzma.spec5
-rw-r--r--guix/guile-quickcheck/guile-quickcheck.spec5
-rw-r--r--guix/guile-semver/guile-semver.spec5
-rw-r--r--guix/guile-sqlite3/guile-sqlite3.spec5
-rw-r--r--guix/guile-zstd/guile-zstd.spec5
11 files changed, 44 insertions, 11 deletions
diff --git a/guix/emacs-bui/emacs-bui.spec b/guix/emacs-bui/emacs-bui.spec
index c9e8a4a..f2574e4 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: 9%{?dist}
+Release: 10%{?dist}
Summary: Buffer interface library for Emacs
License: GPLv3+
@@ -48,6 +48,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/bui/
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 1.2.1-10
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 1.2.1-9
- Rebuilt for Fedora 38 and 39
diff --git a/guix/emacs-magit-popup/emacs-magit-popup.spec b/guix/emacs-magit-popup/emacs-magit-popup.spec
index a3e4200..a45098f 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: 6%{?dist}
+Release: 7%{?dist}
Summary: Define prefix-infix-suffix command combos for Emacs
License: GPLv3+
@@ -66,6 +66,9 @@ fi
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 2.13.3-7
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 2.13.3-6
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-avahi/guile-avahi.spec b/guix/guile-avahi/guile-avahi.spec
index 95852fa..55097f5 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.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Avahi bindings for GNU Guile
License: LGPLv3+
@@ -76,6 +76,9 @@ fi
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.4.1-3
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.4.1-2
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-bytestructures/guile-bytestructures.spec b/guix/guile-bytestructures/guile-bytestructures.spec
index 0aad92e..de144b3 100644
--- a/guix/guile-bytestructures/guile-bytestructures.spec
+++ b/guix/guile-bytestructures/guile-bytestructures.spec
@@ -2,7 +2,7 @@
Name: guile-bytestructures
Version: 1.0.10
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Structured access library to bytevector contents for Guile
License: GPLv3+
@@ -57,6 +57,9 @@ first-class status.
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 1.0.10-8
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 1.0.10-7
- Drop the brp-strip workaround
diff --git a/guix/guile-gcrypt/guile-gcrypt.spec b/guix/guile-gcrypt/guile-gcrypt.spec
index 496ca7c..eaf399c 100644
--- a/guix/guile-gcrypt/guile-gcrypt.spec
+++ b/guix/guile-gcrypt/guile-gcrypt.spec
@@ -2,7 +2,7 @@
Name: guile-gcrypt
Version: 0.4.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Guile bindings to Libgcrypt
License: GPLv3+
@@ -66,6 +66,9 @@ fi
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.4.0-4
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.4.0-3
- Drop the brp-strip workaround
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index f9bb2fd..07996b7 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -2,7 +2,7 @@
Name: guile-json
Version: 4.7.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: JSON module for Guile
License: GPLv3+
@@ -60,6 +60,9 @@ features:
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-5
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-4
- Drop the brp-strip workaround
diff --git a/guix/guile-lzma/guile-lzma.spec b/guix/guile-lzma/guile-lzma.spec
index 72ae173..d001279 100644
--- a/guix/guile-lzma/guile-lzma.spec
+++ b/guix/guile-lzma/guile-lzma.spec
@@ -2,7 +2,7 @@
Name: guile-lzma
Version: 0.1.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Guile bindings for liblzma
License: GPLv3+
@@ -52,6 +52,9 @@ interface similar to other Guile compression libraries, like Guile-zlib.
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-4
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-3
- Drop the brp-strip workaround
diff --git a/guix/guile-quickcheck/guile-quickcheck.spec b/guix/guile-quickcheck/guile-quickcheck.spec
index 700b620..c1ff163 100644
--- a/guix/guile-quickcheck/guile-quickcheck.spec
+++ b/guix/guile-quickcheck/guile-quickcheck.spec
@@ -2,7 +2,7 @@
Name: guile-quickcheck
Version: 0.1.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Randomized property-based testing for Guile
License: GPLv3+
@@ -53,6 +53,9 @@ seeing if it holds.
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-4
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-3
- Drop the brp-strip workaround
diff --git a/guix/guile-semver/guile-semver.spec b/guix/guile-semver/guile-semver.spec
index 97e7214..3e81e22 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: 8%{?dist}
+Release: 9%{?dist}
Summary: Guile library for Semantic Versioning
License: GPLv3+
@@ -57,6 +57,9 @@ ranges. It supports:
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-9
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-8
- Drop the brp-strip workaround
diff --git a/guix/guile-sqlite3/guile-sqlite3.spec b/guix/guile-sqlite3/guile-sqlite3.spec
index ae61ca5..a65fc67 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: 8%{?dist}
+Release: 9%{?dist}
Summary: Guile bindings for the SQLite3 database engine
License: LGPLv3+
@@ -46,6 +46,9 @@ autoreconf -fiv
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.3-9
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.3-8
- Drop the brp-strip workaround
diff --git a/guix/guile-zstd/guile-zstd.spec b/guix/guile-zstd/guile-zstd.spec
index a84446f..e081c18 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: 8%{?dist}
+Release: 9%{?dist}
Summary: GNU Guile bindings to the zstd compression library
License: GPLv3+
@@ -50,6 +50,9 @@ autoreconf -fiv
%changelog
+* Sun Nov 03 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-9
+- Rebuilt for Fedora 39, 40, 41, 42
+
* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-8
- Drop the brp-strip workaround