diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2024-11-02 23:44:03 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2024-11-02 23:44:03 +0800 |
commit | c7f01906795480502bb5be8386e616834d466829 (patch) | |
tree | a3a269d29f4412edc9844697de2b1d7f9397ca63 /guix | |
parent | 4989e276e3322baf9a726fd959aa2f36f4c894f0 (diff) | |
download | copr-rpm-spec-c7f01906795480502bb5be8386e616834d466829.tar.gz copr-rpm-spec-c7f01906795480502bb5be8386e616834d466829.tar.zst copr-rpm-spec-c7f01906795480502bb5be8386e616834d466829.zip |
guix: guile-zlib 0.1.0 -> 0.2.1
Diffstat (limited to 'guix')
-rw-r--r-- | guix/guile-zlib/guile-zlib.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/guix/guile-zlib/guile-zlib.spec b/guix/guile-zlib/guile-zlib.spec index 016574e..dfd5d3b 100644 --- a/guix/guile-zlib/guile-zlib.spec +++ b/guix/guile-zlib/guile-zlib.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: guile-zlib -Version: 0.1.0 -Release: 7%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Guile bindings for zlib License: GPLv3+ @@ -32,6 +32,8 @@ autoreconf -fiv %check +# Workaround the failed 'gzip output port, error' test for zlib-ng. +sed -i 's|(random-bytevector 65536)|(random-bytevector 200000)|' tests/zlib.scm %{__make} %{?_smp_mflags} check @@ -51,6 +53,9 @@ autoreconf -fiv %changelog +* Sat Nov 02 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.2.1-1 +- Update to 0.2.1 + * Sat Oct 05 2024 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-7 - Drop the brp-strip workaround |