Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plzip for openSUSE:Factory checked in at 2021-03-30 21:16:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plzip (Old) and /work/SRC/openSUSE:Factory/.plzip.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plzip" Tue Mar 30 21:16:20 2021 rev:12 rq:878667 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/plzip/plzip.changes 2019-01-08 12:31:41.188062495 +0100 +++ /work/SRC/openSUSE:Factory/.plzip.new.2401/plzip.changes 2021-03-30 21:43:58.314588792 +0200 @@ -1,0 +2,28 @@ +Fri Mar 12 20:51:45 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.9: + * main.cc (main): Report an error if a file name is empty. + Make '-o' behave like '-c', but writing to file instead of stdout. + Make '-c' and '-o' check whether the output is a terminal only once. + Do not open output if input is a terminal. + * main.cc: New option '--check-lib'. + * Replace 'decompressed', 'compressed' with 'out', 'in' in output. + * decompress.cc, dec_stream.cc, dec_stdout.cc: + Continue testing if any input file fails the test. + Show the largest dictionary size in a multimember file. + * main.cc: Show final diagnostic when testing multiple files. + * decompress.cc, dec_stream.cc [LZ_API_VERSION >= 1012]: Avoid + copying decompressed data when testing with lzlib 1.12 or newer. + * compress.cc, dec_stream.cc: Start only the worker threads required. + * dec_stream.cc: Splitter stops reading when trailing data is found. + Don't include trailing data in the compressed size shown. + Use plain comparison instead of Boyer-Moore to search for headers. + * lzip_index.cc: Improve messages for corruption in last header. + * decompress.cc: Shorten messages 'Data error' and 'Unexpected EOF'. + * main.cc: Set a valid invocation_name even if argc == 0. + * Document extraction from tar.lz in manual, '--help', and man page. + * plzip.texi (Introduction): Mention tarlz as an alternative. + * plzip.texi: Several fixes and improvements. + * testsuite: Add 8 new test files. + +------------------------------------------------------------------- Old: ---- plzip-1.8.tar.gz plzip-1.8.tar.gz.sig New: ---- plzip-1.9.tar.gz plzip-1.9.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plzip.spec ++++++ --- /var/tmp/diff_new_pack.QPK8Pg/_old 2021-03-30 21:43:58.826589221 +0200 +++ /var/tmp/diff_new_pack.QPK8Pg/_new 2021-03-30 21:43:58.830589225 +0200 @@ -1,7 +1,7 @@ # # spec file for package plzip # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -18,16 +18,15 @@ Name: plzip -Version: 1.8 +Version: 1.9 Release: 0 Summary: Parallel LZMA Data Compressor License: GPL-2.0-or-later Group: Productivity/Archiving/Compression -URL: http://www.nongnu.org/lzip/plzip.html -Source: http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz -Source2: http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz.sig +URL: https://www.nongnu.org/lzip/plzip.html +Source: https://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz +Source2: https://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz.sig Source3: %name.keyring -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: c++_compiler BuildRequires: lzlib-devel Requires(post): %install_info_prereq @@ -55,8 +54,8 @@ ../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \ --includedir="%_includedir" --infodir="%_infodir" --libdir="%_libdir" \ --mandir="%_mandir" --sysconfdir="%_sysconfdir" --enable-shared \ - CC="%__cc" CFLAGS="%optflags" CXX="%__cxx" CXXFLAGS="%optflags" -make %{?_smp_flags} + CFLAGS="%optflags" CXXFLAGS="%optflags" +%make_build popd %install @@ -66,7 +65,7 @@ %check pushd build/ -make %{?_smp_mflags} check +%make_build check popd %post @@ -76,8 +75,8 @@ %install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info" %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %_bindir/plzip %_infodir/plzip.info* %_mandir/man1/plzip.1* ++++++ plzip-1.8.tar.gz -> plzip-1.9.tar.gz ++++++ ++++ 5978 lines of diff (skipped)