Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdeflate for openSUSE:Factory checked in at 2022-01-25 17:38:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdeflate (Old) and /work/SRC/openSUSE:Factory/.libdeflate.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdeflate" Tue Jan 25 17:38:33 2022 rev:3 rq:949050 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/libdeflate/libdeflate.changes 2022-01-06 15:51:50.240989509 +0100 +++ /work/SRC/openSUSE:Factory/.libdeflate.new.1938/libdeflate.changes 2022-01-25 17:38:34.273294947 +0100 @@ -1,0 +2,22 @@ +Mon Jan 24 22:39:11 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.9: + * Heuristics were implemented which significantly improve the compression + ratio on data where short matches aren't useful, such as DNA sequencing + data. This applies to all compression levels, but primarily to levels 1-9. + * Levels 1 was made much faster, though it often compresses slightly worse + than before (but still better than zlib). + * Levels 8-9 were also made faster, though they often compress slightly worse + than before (but still better than zlib). On some data, levels 8-9 are much + faster and compress much better than before; this change addressed an issue + where levels 8-9 did poorly on certain files. The algorithm used by levels + 8-9 is now more similar to that of levels 6-7 than to that of levels 10-12. + * Levels 2-3, 7, and 10-12 were strengthened slightly. + * Levels 4-6 were also strengthened slightly, but some of this improvement was + traded off to speed them up slightly as well. + * Levels 1-9 had their per-compressor memory usage greatly reduced. + * `make install` will now install a pkg-config file for libdeflate. + * The Makefile now supports the `DISABLE_SHARED` parameter to disable building + the shared library. + +------------------------------------------------------------------- Old: ---- libdeflate-1.8.tar.gz New: ---- libdeflate-1.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdeflate.spec ++++++ --- /var/tmp/diff_new_pack.wpY4oY/_old 2022-01-25 17:38:38.093268068 +0100 +++ /var/tmp/diff_new_pack.wpY4oY/_new 2022-01-25 17:38:38.101268012 +0100 @@ -19,7 +19,7 @@ %define major 0 %define libname %{name}%{major} Name: libdeflate -Version: 1.8 +Version: 1.9 Release: 0 Summary: Library for DEFLATE/zlib/gzip compression and decompression License: BSD-2-Clause @@ -96,5 +96,6 @@ %doc README.md %{_includedir}/libdeflate.h %{_libdir}/libdeflate.so +%{_libdir}/pkgconfig/libdeflate.pc %changelog ++++++ libdeflate-1.8.tar.gz -> libdeflate-1.9.tar.gz ++++++ ++++ 5534 lines of diff (skipped)