Changelog for
miniz-devel-3.0.0-5.6.x86_64.rpm :
* Fri May 10 2024 Madeline Mewmews
- add baselibs
* Fri May 10 2024 Madeline Mewmews -add hwcaps
* Tue Oct 25 2022 Yasin Ammons - Update to 3.0.0
* Reduce memory usage for inflate
* Use _ftelli64, _fseeki64 and stat with MinGW32 and OpenWatcom
* Fix varios warnings with OpenWatcom compiler
* Avoid using unaligned memory access in UBSan builds
* Set MINIZ_LITTLE_ENDIAN only if not set
* Add MINIZ_NO_DEFLATE_APIS and MINIZ_NO_INFLATE_APIS
* Fix use of uninitialized memory in tinfl_decompress_mem_to_callback()
* Use level_and_flags after MZ_DEFAULT_COMPRESSION has been handled
* Improve endianess detection
* Don\'t use unaligned stores and loads per default
* Fix function declaration if MINIZ_NO_STDIO is used
* Fix MZ_ZIP_GENERAL_PURPOSE_BIT_FLAG_UTF8 not being set
* Remove total files check (its 32-bit uint)
* tinfl_decompress: avoid NULL ptr arithmetic UB
* miniz_zip: fix mz_zip_reader_extract_to_heap to read correct sizes
* Eliminate 64-bit operations on 32-bit machines
* Disable building shared lib via CMake by default
* Fixed get error string for MZ_ZIP_TOTAL_ERRORS
* Write correct FLEVEL 2-bit value in zlib header
* miniz.pc.in: fix include path not containing the \"miniz\" suffix
* pkg-config tweaks
* Fix integer overflow in header corruption check
* Fix some warnings
* tdefl_compress_normal: Avoid NULL ptr arithmetic UB
* replace use of stdint.h types with mz_ variants- Remove cmake-install.patch
* Sun Oct 16 2022 Yasin Ammons - 2.2.0- Initial package (Version 2.2.0)