2.105 bump
This commit is contained in:
parent
bd34e4d107
commit
1195d53301
@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Version: 2.104
|
||||
Version: 2.105
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level interface to the zlib compression library
|
||||
# Zlib.xs: (GPL+ or Artistic) and zlib
|
||||
@ -104,13 +104,6 @@ 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
|
||||
@ -167,6 +160,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat May 14 2022 Paul Howarth <paul@city-fan.org> - 2.105-1
|
||||
- 2.105 bump
|
||||
|
||||
* Fri May 13 2022 Paul Howarth <paul@city-fan.org> - 2.104-1
|
||||
- 2.104 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Compress-Raw-Zlib-2.104.tar.gz) = 784647e893f79772ab57fc4127f047a91eb98597e927ba9ff2aa82e2a5bd6d4636297877f59ae6796589eb01dfb0f2a3311112ff7fad9d4883c52bcbf25a1d35
|
||||
SHA512 (Compress-Raw-Zlib-2.105.tar.gz) = 2a30ac213db4a14c1d6a4ca5b59deca938fa2b895bbba846dfb1379eea5b229776656b56fdf96aabc8904f0a6951e2b642949e434b277bb76baab5688abcbe72
|
||||
|
||||
Loading…
Reference in New Issue
Block a user