Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lzlib for openSUSE:Factory checked 
in at 2021-01-21 21:57:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzlib (Old)
 and      /work/SRC/openSUSE:Factory/.lzlib.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzlib"

Thu Jan 21 21:57:37 2021 rev:11 rq:865411 version:1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzlib/lzlib.changes      2019-02-08 
12:11:08.961519958 +0100
+++ /work/SRC/openSUSE:Factory/.lzlib.new.28504/lzlib.changes   2021-01-21 
21:57:38.857863483 +0100
@@ -1,0 +2,29 @@
+Wed Jan 20 09:19:16 UTC 2021 - Dirk M??ller <[email protected]>
+
+- Update to 1.12:
+  * see included NEWS
+  * The value of the version test macro 'LZ_API_VERSION' is now
+    defined as 1000 * major + minor. For version 1.12 it is 1012.
+  * The new function 'LZ_api_version', which returns the
+    LZ_API_VERSION of the library object code being used, has
+    been added to lzlib.
+  * Decompression speed has been slightly increased.
+  * The new option '--check-lib', which compares the version of
+    lzlib used to compile minilzip with the version actually
+    being used, has been added to minilzip.
+  * Minilzip now reports an error if a file name is empty (minilzip -t "").
+  * Option '-o, --output' now behaves like '-c, --stdout', but
+    sending the output unconditionally to a file instead of to
+    standard output. See the new description of '-o' in the
+    manual. This change is not backwards compatible.
+  * When using '-c' or '-o', minilzip now checks whether the
+    output is a terminal only once.
+  * The words 'decompressed' and 'compressed' have been replaced
+    with the shorter 'out' and 'in' in the verbose output of
+    minilzip when decompressing or testing.
+  * It has been documented in the manual that
+    'LZ_(de)compress_close' and 'LZ_(de)compress_errno' can be
+    called with a null argument.
+  * Bugfixes, documentation updates.
+
+-------------------------------------------------------------------

Old:
----
  lzlib-1.11.tar.gz

New:
----
  lzlib-1.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lzlib.spec ++++++
--- /var/tmp/diff_new_pack.w4pdsk/_old  2021-01-21 21:57:39.421863711 +0100
+++ /var/tmp/diff_new_pack.w4pdsk/_new  2021-01-21 21:57:39.425863713 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lzlib
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,16 +17,15 @@
 #
 
 
+%define lname liblz1
 Name:           lzlib
-Version:        1.11
+Version:        1.12
 Release:        0
-%define lname liblz1
-%define xversion 1.11
 Summary:        LZMA Compression and Decompression Library
 License:        BSD-2-Clause AND GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 URL:            https://www.nongnu.org/lzip/lzlib.html
-Source:         
https://download.savannah.gnu.org/releases/lzip/lzlib/%name-%xversion.tar.gz
+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
 PreReq:         %install_info_prereq
@@ -64,7 +63,7 @@
 applications that want to make use of libcerror.
 
 %prep
-%autosetup -n %name-%xversion
+%autosetup
 
 %build
 # not autoconf!
@@ -76,7 +75,7 @@
        --includedir="%_includedir" --infodir="%_infodir" --libdir="%_libdir" \
        --mandir="%_mandir" --sysconfdir="%_sysconfdir" --enable-shared \
        CC="%__cc" CFLAGS="%optflags" CXX="%__cxx" CXXFLAGS="%optflags"
-make %{?_smp_mflags}
+%make_build
 popd
 
 %install
@@ -88,7 +87,7 @@
 
 %check
 pushd build/
-make %{?_smp_mflags} check
+%make_build check
 popd
 
 %post   -n %lname -p /sbin/ldconfig
@@ -101,7 +100,8 @@
 %install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
 
 %files -n %lname
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %_libdir/liblz.so.*
 
 %files devel

++++++ lzlib-1.11.tar.gz -> lzlib-1.12.tar.gz ++++++
++++ 7674 lines of diff (skipped)

Reply via email to