Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bzip3 for openSUSE:Factory checked in at 2023-05-05 15:57:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bzip3 (Old) and /work/SRC/openSUSE:Factory/.bzip3.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bzip3" Fri May 5 15:57:33 2023 rev:2 rq:1084801 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bzip3/bzip3.changes 2023-05-04 17:10:06.440200832 +0200 +++ /work/SRC/openSUSE:Factory/.bzip3.new.1533/bzip3.changes 2023-05-05 15:57:36.376195530 +0200 @@ -1,0 +2,7 @@ +Wed May 3 08:59:28 UTC 2023 - Jan Engelhardt <[email protected]> + +- Update descriptions with an outline of performance + to support the user comparing similar packages, per + https://en.opensuse.org/openSUSE:Package_description_guidelines + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bzip3.spec ++++++ --- /var/tmp/diff_new_pack.4uT8T2/_old 2023-05-05 15:57:36.880198418 +0200 +++ /var/tmp/diff_new_pack.4uT8T2/_new 2023-05-05 15:57:36.888198463 +0200 @@ -20,7 +20,7 @@ Name: bzip3 Version: 1.3.0 Release: 0 -Summary: Spiritual successor to BZip2 +Summary: Compressor with BurrowsâWheeler transform and PPM context modeling License: LGPL-3.0-or-later AND BSD-2-Clause URL: https://github.com/kspalaiologos/bzip3 Source0: https://github.com/kspalaiologos/bzip3/releases/download/%{version}/bzip3-%{version}.tar.gz @@ -30,17 +30,25 @@ %{?suse_build_hwcaps_libs} %description -A better, faster and stronger spiritual successor to BZip2. Features higher -compression ratios and better performance thanks to a order-0 context mixing -entropy coder, a fast Burrows-Wheeler transform code making use of suffix -arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style string -matching and PPM-style context modeling. +A compressor featuring improved compression ratios and performance +over bzip2 thanks to a order-0 context mixing entropy coder, a +Burrows-Wheeler transform code making use of suffix arrays, a RLE +with Lempel Ziv+Prediction pass based on LZ77-style string matching +and PPM-style context modeling. + +bzip3 1.3.0 can outperform zstd 1.5.5 on specific data sets, e.g. +15%% better ratio for same compress time on source code, but has +time trouble with e.g. object files. %package -n %{libname} -Summary: BZip3 - shared libraries +Summary: Compressor with BurrowsâWheeler transform and PPM context modeling %description -n %{libname} -Shared library files for BZip3. +A compressor featuring improved compression ratios and performance +over bzip2 thanks to a order-0 context mixing entropy coder, a +Burrows-Wheeler transform code making use of suffix arrays, a RLE +with Lempel Ziv+Prediction pass based on LZ77-style string matching +and PPM-style context modeling. %package devel Summary: Development files for libbzip3 @@ -54,7 +62,6 @@ %build %configure \ - --with-pic \ --with-pthread \ --disable-arch-native \ --disable-static \
