Hello community,

here is the log from the commit of package lzlib for openSUSE:Factory checked 
in at 2013-11-04 07:07:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-07-01 
15:58:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lzlib.new/lzlib.changes 2013-11-04 
07:07:53.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Sep 29 20:41:45 UTC 2013 - [email protected]
+
+- Update to new upstream release 1.5
+* Decompression support for deprecated version 0 files has been
+  removed.
+* A bug has been fixed that would make an instance of
+  "struct LZ_Encoder" unresponsive if "LZ_compress_sync_flush" were
+  called at the wrong moment.
+
+-------------------------------------------------------------------

Old:
----
  lzlib-1.4.tar.lz
  lzlib-1.4.tar.lz.sig

New:
----
  lzlib-1.5.tar.lz
  lzlib-1.5.tar.lz.sig

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

Other differences:
------------------
++++++ lzlib.spec ++++++
--- /var/tmp/diff_new_pack.whRiJM/_old  2013-11-04 07:07:55.000000000 +0100
+++ /var/tmp/diff_new_pack.whRiJM/_new  2013-11-04 07:07:55.000000000 +0100
@@ -1,5 +1,8 @@
 # vim: set ts=4 sw=4 et:
-
+#
+# spec file for package lzlib
+#
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,22 +15,27 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:           lzlib
-Version:        1.4
-%define soname 1
+Version:        1.5
 Release:        0
+%define soname 1
 Summary:        LZMA Compression and Decompression Library
-URL:            http://www.nongnu.org/lzip/lzlib.html
-Group:          Development/Libraries/C and C++
 License:        GPL-3.0+
+Group:          Development/Libraries/C and C++
+Url:            http://www.nongnu.org/lzip/lzlib.html
 
 #Freecode-URL: http://freecode.com/projects/lzlib
 Source:         
http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
 Source2:        
http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
 Source3:        %name.keyring
-BuildRoot:      %{_tmppath}/build-%{name}-%{version}
-BuildRequires:  gcc make glibc-devel lzip
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc
+BuildRequires:  glibc-devel
+BuildRequires:  lzip
+BuildRequires:  make
 %if 0%{?suse_version} >= 1230
 BuildRequires:  gpg-offline
 %endif
@@ -92,15 +100,15 @@
     CPPFLAGS="%{optflags}" \
     CXXFLAGS="%{optflags}"
 
-%__make %{?_smp_flags}
+make %{?_smp_flags}
 
 %install
-%__make DESTDIR="%{buildroot}" LDCONFIG=echo install
+make DESTDIR="%{buildroot}" LDCONFIG=echo install
 # configure had no --disable-static
 rm -f "%buildroot/%_libdir"/*.a
 
 %check
-%__make check
+make check
 
 %post   -n liblz%{soname} -p /sbin/ldconfig
 %postun -n liblz%{soname} -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to