2.104 bump
This commit is contained in:
parent
6cf07a84f0
commit
bd34e4d107
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.103
|
Version: 2.104
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level interface to the zlib compression library
|
Summary: Low-level interface to the zlib compression library
|
||||||
# Zlib.xs: (GPL+ or Artistic) and zlib
|
# Zlib.xs: (GPL+ or Artistic) and zlib
|
||||||
@ -104,6 +104,13 @@ with "%{_libexecdir}/%{name}/test".
|
|||||||
# Remove bundled zlib
|
# Remove bundled zlib
|
||||||
rm -rf zlib-src
|
rm -rf zlib-src
|
||||||
perl -i -ne 'print $_ unless m{^zlib-src/}' MANIFEST
|
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}
|
%if ! %{defined perl_bootstrap}
|
||||||
# Remove bundled Test::* modules
|
# Remove bundled Test::* modules
|
||||||
@ -160,6 +167,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 13 2022 Paul Howarth <paul@city-fan.org> - 2.104-1
|
||||||
|
- 2.104 bump
|
||||||
|
|
||||||
* Mon Apr 04 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.103-1
|
* Mon Apr 04 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.103-1
|
||||||
- 2.103 bump
|
- 2.103 bump
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Compress-Raw-Zlib-2.103.tar.gz) = bced7e72aee80e02ea0193e2cab040f51764db30940e509039f875c2c6baffd7e8b26a37214a6f17992e360f473bb0408f1d6ecc3ae4a0ede7904a7ffe935a89
|
SHA512 (Compress-Raw-Zlib-2.104.tar.gz) = 784647e893f79772ab57fc4127f047a91eb98597e927ba9ff2aa82e2a5bd6d4636297877f59ae6796589eb01dfb0f2a3311112ff7fad9d4883c52bcbf25a1d35
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user