From c7f01906795480502bb5be8386e616834d466829 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sat, 2 Nov 2024 23:44:03 +0800 Subject: guix: guile-zlib 0.1.0 -> 0.2.1 --- guix/guile-zlib/guile-zlib.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'guix') 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 - 0.2.1-1 +- Update to 0.2.1 + * Sat Oct 05 2024 Ting-Wei Lan - 0.1.0-7 - Drop the brp-strip workaround -- cgit