Hello community,

here is the log from the commit of package lzlib for openSUSE:Factory checked 
in at 2015-08-14 14:46:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzlib (Old)
 and      /work/SRC/openSUSE:Factory/.lzlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzlib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzlib/lzlib.changes      2014-10-05 
20:31:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lzlib.new/lzlib.changes 2015-08-14 
14:46:23.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Aug  6 08:22:07 UTC 2015 - [email protected]
+
+- Update to new upstream release 1.7
+* The fast encoder, which produces a compression speed and ratio
+  comparable to those of gzip, has been ported from lzip.
+* The option "-0" has been ported from lzip to minilzip.
+* If all the data to be compressed are written in advance, lzlib
+  will automatically adjust the header of the compressed data to
+  use the smallest possible dictionary size. This feature reduces
+  the amount of memory needed for decompression and allows minilzip
+  to produce identical compressed output as lzip.
+
+-------------------------------------------------------------------

Old:
----
  lzlib-1.6.tar.gz
  lzlib-1.6.tar.gz.sig

New:
----
  lzlib-1.7.tar.gz
  lzlib-1.7.tar.gz.sig

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

Other differences:
------------------
++++++ lzlib.spec ++++++
--- /var/tmp/diff_new_pack.xumysD/_old  2015-08-14 14:46:23.000000000 +0200
+++ /var/tmp/diff_new_pack.xumysD/_new  2015-08-14 14:46:23.000000000 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package lzlib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,9 +19,9 @@
 
 
 Name:           lzlib
-Version:        1.6
+%define lname liblz1
+Version:        1.7
 Release:        0
-%define soname 1
 Summary:        LZMA Compression and Decompression Library
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
@@ -39,11 +39,11 @@
 decompressed data. The compressed data format used by the library is
 the lzip format.
 
-%package -n liblz%{soname}
+%package -n %lname
 Summary:        LZMA Compression and Decompression Library
 Group:          System/Libraries
 
-%description -n liblz%{soname}
+%description -n %lname
 The lzlib compression library provides in-memory LZMA compression and
 decompression functions, including integrity checking of the
 decompressed data. The compressed data format used by the library is
@@ -52,7 +52,7 @@
 %package devel
 Summary:        LZMA Compression and Decompression Library
 Group:          Development/Libraries/C and C++
-Requires:       liblz%{soname} = %{version}
+Requires:       %lname = %version
 Obsoletes:      lzlib-devel < %version-%release
 Provides:       lzlib-devel = %version-%release
 
@@ -96,20 +96,19 @@
 %check
 make check
 
-%post   -n liblz%{soname} -p /sbin/ldconfig
-%postun -n liblz%{soname} -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %post devel
-%install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}".info%{ext_info}
+%install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
 
 %postun devel
-%install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}/%{name}".info%{ext_info}
+%install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
 
-%files -n liblz%{soname}
+%files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_libdir}/liblz.so.%{soname}
-%{_libdir}/liblz.so.%{soname}.*
+%{_libdir}/liblz.so.*
 
 %files devel
 %defattr(-,root,root)

++++++ lzlib-1.6.tar.gz -> lzlib-1.7.tar.gz ++++++
++++ 4820 lines of diff (skipped)


Reply via email to