aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guix/guile-zlib/guile-zlib.spec9
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