Changelog for
mingw64-zlib1-1.2.12-14.94.noarch.rpm :
* Mon Apr 04 2022 Ralf Habacker
- Update to 1.2.12
* Fix a deflate bug when using the Z_FIXED strategy that can result in out-of-bound accesses. (bsc#1197459)
* Fix a deflate bug when the window is full in deflate_stored().
* Speed up CRC-32 computations by a factor of 1.5 to 3.
* Use the hardware CRC-32 instruction on ARMv8 processors.
* Speed up crc32_combine() with powers of x tables.
* Add crc32_combine_gen() and crc32_combine_op() for fast combines.
* Thu Mar 10 2022 Ralf Habacker - Remove brackets from build macro calls to use common style
* Mon Jan 10 2022 Ralf Habacker - Add runtime package as dependency to development package to fix running cross compiled application (boo#1194430)
* Thu Sep 30 2021 Jan Engelhardt - Modernize specfile for Factory resubmission:
* trim rpmlintrc/post-build-checks ignores to minimum
* apply descriptions from main zlib.spec
* replace old specfile constructs like %defattr
* Tue Sep 14 2021 Fridrich Strba - Add rpmlintrc file to silence some rpmlint errors that make the build fail.
* Sun May 05 2019 ralf.habackerAATTfreenet.de- migrate to cmake to support static library (Adapting the custom configure script required too much effort)- use mingw filename pattern for shared library (libz.dll) to prevent conflicts with preinstalled z libraries on native Windows- let zlib1.dll still be existant for compatibility