aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2024-10-05 12:14:17 +0800
committerTing-Wei Lan <lantw44@gmail.com>2024-10-05 12:14:17 +0800
commit5005940d41c892a02aec692e407f4c38fd16d8f2 (patch)
tree73fdd659a354b5fb94c9263f7e2515595c6525d8
parentd6e2d1091910af07c4c703ae942dc50bc49fa15d (diff)
downloadcopr-rpm-spec-5005940d41c892a02aec692e407f4c38fd16d8f2.tar
copr-rpm-spec-5005940d41c892a02aec692e407f4c38fd16d8f2.tar.gz
copr-rpm-spec-5005940d41c892a02aec692e407f4c38fd16d8f2.tar.bz2
copr-rpm-spec-5005940d41c892a02aec692e407f4c38fd16d8f2.tar.lz
copr-rpm-spec-5005940d41c892a02aec692e407f4c38fd16d8f2.tar.xz
copr-rpm-spec-5005940d41c892a02aec692e407f4c38fd16d8f2.tar.zst
copr-rpm-spec-5005940d41c892a02aec692e407f4c38fd16d8f2.zip
guix: Drop brp-strip workarounds
Fedora 35 has been EOL for years.
-rw-r--r--guix/emacs-guix/emacs-guix.spec11
-rw-r--r--guix/guile-bytestructures/guile-bytestructures.spec11
-rw-r--r--guix/guile-gcrypt/guile-gcrypt.spec11
-rw-r--r--guix/guile-git/guile-git.spec11
-rw-r--r--guix/guile-json/guile-json.spec11
-rw-r--r--guix/guile-lib/guile-lib.spec11
-rw-r--r--guix/guile-lzlib/guile-lzlib.spec11
-rw-r--r--guix/guile-lzma/guile-lzma.spec11
-rw-r--r--guix/guile-quickcheck/guile-quickcheck.spec11
-rw-r--r--guix/guile-semver/guile-semver.spec11
-rw-r--r--guix/guile-sqlite3/guile-sqlite3.spec11
-rw-r--r--guix/guile-zlib/guile-zlib.spec11
-rw-r--r--guix/guile-zstd/guile-zstd.spec11
13 files changed, 52 insertions, 91 deletions
diff --git a/guix/emacs-guix/emacs-guix.spec b/guix/emacs-guix/emacs-guix.spec
index 35a396b..f62a4d0 100644
--- a/guix/emacs-guix/emacs-guix.spec
+++ b/guix/emacs-guix/emacs-guix.spec
@@ -2,18 +2,12 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
%global pkg guix
%global pkgname Guix
Name: emacs-%{pkg}
Version: 0.5.2
-Release: 11.20221011git%{shortcommit}%{?dist}
+Release: 12.20221011git%{shortcommit}%{?dist}
Summary: Emacs-Guix is an Emacs interface for GNU Guix package manager
License: GPLv3+
@@ -109,6 +103,9 @@ fi
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-12.20221011gitcf5b7a4
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-11.20221011gitcf5b7a4
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-bytestructures/guile-bytestructures.spec b/guix/guile-bytestructures/guile-bytestructures.spec
index 88b7af8..0aad92e 100644
--- a/guix/guile-bytestructures/guile-bytestructures.spec
+++ b/guix/guile-bytestructures/guile-bytestructures.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-bytestructures
Version: 1.0.10
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Structured access library to bytevector contents for Guile
License: GPLv3+
@@ -63,6 +57,9 @@ first-class status.
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 1.0.10-7
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 1.0.10-6
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-gcrypt/guile-gcrypt.spec b/guix/guile-gcrypt/guile-gcrypt.spec
index cb5d3a1..496ca7c 100644
--- a/guix/guile-gcrypt/guile-gcrypt.spec
+++ b/guix/guile-gcrypt/guile-gcrypt.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-gcrypt
Version: 0.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Guile bindings to Libgcrypt
License: GPLv3+
@@ -72,6 +66,9 @@ fi
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.4.0-3
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.4.0-2
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-git/guile-git.spec b/guix/guile-git/guile-git.spec
index ff6fb87..edf27ec 100644
--- a/guix/guile-git/guile-git.spec
+++ b/guix/guile-git/guile-git.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-git
Version: 0.5.2
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Guile bindings of libgit2
License: GPLv3+ and LGPLv3+
@@ -84,6 +78,9 @@ fi
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-6
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-5
- Skip tests/clone.scm on Fedora 38 and later because it needs known_hosts
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index 8ed6107..f9bb2fd 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-json
Version: 4.7.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: JSON module for Guile
License: GPLv3+
@@ -66,6 +60,9 @@ features:
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-4
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-3
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-lib/guile-lib.spec b/guix/guile-lib/guile-lib.spec
index d9d05ba..aec1393 100644
--- a/guix/guile-lib/guile-lib.spec
+++ b/guix/guile-lib/guile-lib.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-lib
Version: 0.2.7
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Guile-Lib is a repository of useful code written in Guile Scheme
License: GPLv3+
@@ -140,6 +134,9 @@ fi
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.2.7-7
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.2.7-6
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-lzlib/guile-lzlib.spec b/guix/guile-lzlib/guile-lzlib.spec
index 4d7a95f..9c6a128 100644
--- a/guix/guile-lzlib/guile-lzlib.spec
+++ b/guix/guile-lzlib/guile-lzlib.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-lzlib
Version: 0.0.2
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Guile bindings for lzlib
License: GPLv3+
@@ -58,6 +52,9 @@ autoreconf -fiv
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.0.2-8
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.0.2-7
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-lzma/guile-lzma.spec b/guix/guile-lzma/guile-lzma.spec
index 2ad8048..72ae173 100644
--- a/guix/guile-lzma/guile-lzma.spec
+++ b/guix/guile-lzma/guile-lzma.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-lzma
Version: 0.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Guile bindings for liblzma
License: GPLv3+
@@ -58,6 +52,9 @@ interface similar to other Guile compression libraries, like Guile-zlib.
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-3
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-2
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-quickcheck/guile-quickcheck.spec b/guix/guile-quickcheck/guile-quickcheck.spec
index 62ca26b..700b620 100644
--- a/guix/guile-quickcheck/guile-quickcheck.spec
+++ b/guix/guile-quickcheck/guile-quickcheck.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-quickcheck
Version: 0.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Randomized property-based testing for Guile
License: GPLv3+
@@ -59,6 +53,9 @@ seeing if it holds.
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-3
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-2
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-semver/guile-semver.spec b/guix/guile-semver/guile-semver.spec
index 3f02683..97e7214 100644
--- a/guix/guile-semver/guile-semver.spec
+++ b/guix/guile-semver/guile-semver.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-semver
Version: 0.1.1
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Guile library for Semantic Versioning
License: GPLv3+
@@ -63,6 +57,9 @@ ranges. It supports:
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-8
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-7
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-sqlite3/guile-sqlite3.spec b/guix/guile-sqlite3/guile-sqlite3.spec
index 0f1f2b2..ae61ca5 100644
--- a/guix/guile-sqlite3/guile-sqlite3.spec
+++ b/guix/guile-sqlite3/guile-sqlite3.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-sqlite3
Version: 0.1.3
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Guile bindings for the SQLite3 database engine
License: LGPLv3+
@@ -52,6 +46,9 @@ autoreconf -fiv
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.3-8
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.3-7
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-zlib/guile-zlib.spec b/guix/guile-zlib/guile-zlib.spec
index 3b0c08d..016574e 100644
--- a/guix/guile-zlib/guile-zlib.spec
+++ b/guix/guile-zlib/guile-zlib.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-zlib
Version: 0.1.0
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Guile bindings for zlib
License: GPLv3+
@@ -57,6 +51,9 @@ autoreconf -fiv
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-7
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-6
- Rebuilt for Fedora 38 and 39
diff --git a/guix/guile-zstd/guile-zstd.spec b/guix/guile-zstd/guile-zstd.spec
index 1ecd211..a84446f 100644
--- a/guix/guile-zstd/guile-zstd.spec
+++ b/guix/guile-zstd/guile-zstd.spec
@@ -1,14 +1,8 @@
%global debug_package %{nil}
-# Workaround brp-strip failures on Fedora 35.
-# https://github.com/rpm-software-management/rpm/issues/1765
-%if 0%{?fedora} >= 35
-%global __brp_strip %{nil}
-%endif
-
Name: guile-zstd
Version: 0.1.1
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: GNU Guile bindings to the zstd compression library
License: GPLv3+
@@ -56,6 +50,9 @@ autoreconf -fiv
%changelog
+* Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-8
+- Drop the brp-strip workaround
+
* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-7
- Rebuilt for Fedora 38 and 39