From bd34e4d107ac16437d22dbba43240b54ed480dd2 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 13 May 2022 11:39:27 +0100 Subject: [PATCH] 2.104 bump --- perl-Compress-Raw-Zlib.spec | 12 +++++++++++- sources | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec index 02afe04..35a4509 100644 --- a/perl-Compress-Raw-Zlib.spec +++ b/perl-Compress-Raw-Zlib.spec @@ -7,7 +7,7 @@ Name: perl-Compress-Raw-Zlib -Version: 2.103 +Version: 2.104 Release: 1%{?dist} Summary: Low-level interface to the zlib compression library # Zlib.xs: (GPL+ or Artistic) and zlib @@ -104,6 +104,13 @@ with "%{_libexecdir}/%{name}/test". # Remove bundled zlib rm -rf zlib-src perl -i -ne 'print $_ unless m{^zlib-src/}' MANIFEST +# System Zlib does not have renamed symbols +# https://github.com/pmqs/Compress-Raw-Zlib/issues/8 +perl -pi -e 's/ -DZ_PREFIX / /;' Makefile.PL +# If we build with Zlib < 1.2.12 and not Zlib-ng, the attempt to try +# Compress::Raw::Zlib::haveZlibNg() will error out +# https://github.com/pmqs/Compress-Raw-Zlib/issues/9 +perl -pi -e 's/Compress::Raw::Zlib::haveZlibNg\(\)/0/' t/02zlib.t %if ! %{defined perl_bootstrap} # Remove bundled Test::* modules @@ -160,6 +167,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1 %{_libexecdir}/%{name} %changelog +* Fri May 13 2022 Paul Howarth - 2.104-1 +- 2.104 bump + * Mon Apr 04 2022 Jitka Plesnikova - 2.103-1 - 2.103 bump diff --git a/sources b/sources index dc4f26b..1cfd2fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Compress-Raw-Zlib-2.103.tar.gz) = bced7e72aee80e02ea0193e2cab040f51764db30940e509039f875c2c6baffd7e8b26a37214a6f17992e360f473bb0408f1d6ecc3ae4a0ede7904a7ffe935a89 +SHA512 (Compress-Raw-Zlib-2.104.tar.gz) = 784647e893f79772ab57fc4127f047a91eb98597e927ba9ff2aa82e2a5bd6d4636297877f59ae6796589eb01dfb0f2a3311112ff7fad9d4883c52bcbf25a1d35