Hello community, here is the log from the commit of package lzlib for openSUSE:Factory checked in at 2018-02-20 17:55:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lzlib (Old) and /work/SRC/openSUSE:Factory/.lzlib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lzlib" Tue Feb 20 17:55:54 2018 rev:9 rq:578212 version:1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/lzlib/lzlib.changes 2016-06-02 09:38:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lzlib.new/lzlib.changes 2018-02-20 17:55:58.112534585 +0100 @@ -1,0 +2,21 @@ +Sun Feb 18 21:41:57 UTC 2018 - [email protected] + +- Update to version 1.10: + * LZ_compress_finish now adjusts dictionary size for each member. + * lzlib.c (LZ_decompress_read): Detect corrupt header with HD=3. + * main.c: Added new option '--loose-trailing'. + * main.c (main): Option '-S, --volume-size' now keeps input files. + * main.c: Replaced 'bits/byte' with inverse compression ratio. + * main.c: Show final diagnostic when testing multiple files. + * main.c: Do not add a second .lz extension to the arg of -o. + * main.c: Show dictionary size at verbosity level 4 (-vvvv). + * lzlib.texi: Added chapter 'Invoking minilzip'. +- Includes 1.9: + * Compression time of option '-0' has been reduced by 3%. + * Compression time of options -1 to -9 has been reduced by 1%. + * Decompression time has been reduced by 3%. + * main.c: Continue testing if any input file is a terminal. + * License of the library changed to "2-clause BSD". +- partial cleanup with spec-cleaner + +------------------------------------------------------------------- Old: ---- lzlib-1.8.tar.gz lzlib-1.8.tar.gz.sig New: ---- lzlib-1.10.tar.gz lzlib-1.10.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lzlib.spec ++++++ --- /var/tmp/diff_new_pack.sFQLTs/_old 2018-02-20 17:55:59.244493827 +0100 +++ /var/tmp/diff_new_pack.sFQLTs/_new 2018-02-20 17:55:59.248493683 +0100 @@ -2,7 +2,7 @@ # # spec file for package lzlib # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,19 +18,17 @@ # -Name: lzlib %define lname liblz1 -Version: 1.8 +Name: lzlib +Version: 1.10 Release: 0 Summary: LZMA Compression and Decompression Library -License: GPL-2.0+ +License: BSD-2-Clause Group: Development/Libraries/C and C++ -Url: http://www.nongnu.org/lzip/lzlib.html - -Source: http://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz -Source2: http://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz.sig +Url: https://www.nongnu.org/lzip/lzlib.html +Source: https://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz +Source2: https://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz.sig Source3: %name.keyring -BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq %description @@ -82,19 +80,19 @@ --mandir="%{_mandir}" \ --sysconfdir="%{_sysconfdir}" \ --enable-shared \ - CXX="%__cxx" \ + CXX="g++" \ CPPFLAGS="%{optflags}" \ CXXFLAGS="%{optflags}" -make %{?_smp_flags} +make %{?_smp_mflags} %install -make DESTDIR="%{buildroot}" LDCONFIG=echo install +%make_install LDCONFIG=echo # configure had no --disable-static rm -f "%buildroot/%_libdir"/*.a %check -make check +make %{?_smp_mflags} check %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig @@ -106,14 +104,12 @@ %install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info" %files -n %lname -%defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/liblz.so.* %files devel -%defattr(-,root,root) %{_includedir}/lzlib.h %{_libdir}/liblz.so -%doc %{_infodir}/lzlib.info%{ext_info} +%{_infodir}/lzlib.info%{ext_info} %changelog ++++++ lzlib-1.8.tar.gz -> lzlib-1.10.tar.gz ++++++ ++++ 5759 lines of diff (skipped)
