Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lbzip2 for openSUSE:Factory checked in at 2021-04-29 01:38:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lbzip2 (Old) and /work/SRC/openSUSE:Factory/.lbzip2.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lbzip2" Thu Apr 29 01:38:07 2021 rev:6 rq:888944 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/lbzip2/lbzip2.changes 2019-06-19 21:10:01.118603661 +0200 +++ /work/SRC/openSUSE:Factory/.lbzip2.new.12324/lbzip2.changes 2021-04-29 01:39:09.070642287 +0200 @@ -1,0 +2,6 @@ +Wed Apr 28 07:22:05 UTC 2021 - [email protected] + +- Update project URL in spec file; the previously official domain + lbzip2.org has seemingly lapsed and been taken over by an impostor + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lbzip2.spec ++++++ --- /var/tmp/diff_new_pack.ZJdor9/_old 2021-04-29 01:39:09.506642905 +0200 +++ /var/tmp/diff_new_pack.ZJdor9/_new 2021-04-29 01:39:09.510642911 +0200 @@ -1,7 +1,8 @@ # # spec file for package lbzip2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2021 Tristan Miller # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,26 +23,27 @@ Summary: Parallel bzip2/bunzip2 Filter License: GPL-3.0-or-later Group: Productivity/Archiving/Compression -URL: http://lbzip2.org/ -Source: http://archive.lbzip2.org/lbzip2-%{version}.tar.bz2 +URL: https://github.com/kjn/lbzip2 +Source: lbzip2-%{version}.tar.bz2 BuildRequires: libbz2-devel Provides: lbunzip2 = %{version} Obsoletes: lbunzip2 < %{version} %description -Lbzip2 is a Pthreads-based parallel bzip2/bunzip2 filter, passable to GNU tar -with the --use-compress-program option. +Lbzip2 is a Pthreads-based parallel bzip2/bunzip2 filter, passable to +GNU tar with the --use-compress-program option. It isn't restricted to regular files on input, nor output. Successful -splitting for decompression isn't guaranteed, just very likely (failure is -detected). Splitting in both modes and compression itself occur with an -approximate 900k block size. +splitting for decompression isn't guaranteed, just very likely +(failure is detected). Splitting in both modes and compression itself +occur with an approximate 900k block size. + +On an Athlon-64 X2 6000+, lbzip2 was 92% faster than standard bzip2 +when compressing, and 45% faster when decompressing (based on wall +clock time). -On an Athlon-64 X2 6000+, lbzip2 was 92% faster than standard bzip2 when -compressing, and 45% faster when decompressing (based on wall clock time). - -Lbzip2 strives to be portable by requiring UNIX 98 APIs only, besides an -unmodified libbz2. +Lbzip2 strives to be portable by requiring UNIX 98 APIs only, besides +an unmodified libbz2. %prep %setup -q
