|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: zlib
|
|
|
|
|
Version: 1.2.11
|
|
|
|
|
Release: 16.2%{?dist}
|
|
|
|
|
Release: 17%{?dist}
|
|
|
|
|
Summary: The compression and decompression library
|
|
|
|
|
# /contrib/dotzlib/ have Boost license
|
|
|
|
|
License: zlib and Boost
|
|
|
|
@ -27,6 +27,7 @@ Patch6: zlib-1.2.11-IBM-Z-hw-accelrated-deflate-fix.patch
|
|
|
|
|
# permit a deflateParams() parameter change
|
|
|
|
|
Patch7: zlib-1.2.11-permit-deflateParams-change.patch
|
|
|
|
|
# fixed DFLTCC compression level switching issues
|
|
|
|
|
# enabled HW compression for compression levels 1 through 6
|
|
|
|
|
Patch8: zlib-1.2.11-IBM-DFLTCC-compression-level-switching-issues.patch
|
|
|
|
|
# fixed inflateSyncPoint() bad return value on z15
|
|
|
|
|
Patch9: zlib-1.2.11-inflateSyncPoint-return-value-fix.patch
|
|
|
|
@ -171,11 +172,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 24 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-16.2
|
|
|
|
|
- Fixed inflateSyncPoint() bad return value on z15 (#1932270)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-16.1
|
|
|
|
|
- Fixed DFLTCC compression level switching issues (#1926104)
|
|
|
|
|
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-17
|
|
|
|
|
- Fixed DFLTCC compression level switching issues (#1875492)
|
|
|
|
|
- Enabled HW compression for compression levels 1 through 6 (#1847438)
|
|
|
|
|
- Fixed inflateSyncPoint() bad return value on z15 (#1888930)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-16
|
|
|
|
|
- Permit a deflateParams() parameter change
|
|
|
|
|