aboutsummaryrefslogtreecommitdiffstats
path: root/guix/guile-quickcheck
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 /guix/guile-quickcheck
parent1239d33b0e808c0fc60833b7bf94fa41e55562bc (diff)
downloadcopr-rpm-spec-master.tar
copr-rpm-spec-master.tar.gz
copr-rpm-spec-master.tar.bz2
copr-rpm-spec-master.tar.lz
copr-rpm-spec-master.tar.xz
copr-rpm-spec-master.tar.zst
copr-rpm-spec-master.zip
guix: Rebuild packages for Fedora 39, 40, 41, 42HEADmaster
Diffstat (limited to 'guix/guile-quickcheck')
-rw-r--r--guix/guile-quickcheck/guile-quickcheck.spec5
1 files changed, 4 insertions, 1 deletions
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