From c88ac24b9896219dac578993363474ab7cd3e2cb1ef90c1e82fbc2512ef0a027 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 29 Sep 2013 20:44:31 +0000 Subject: [PATCH 1/3] lzlib-1.5 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=3 --- lzlib-1.4.tar.lz | 3 --- lzlib-1.4.tar.lz.sig | Bin 65 -> 0 bytes lzlib-1.5.tar.lz | 3 +++ lzlib-1.5.tar.lz.sig | Bin 0 -> 65 bytes lzlib.changes | 10 ++++++++++ lzlib.spec | 28 +++++++++++++++++++--------- 6 files changed, 32 insertions(+), 12 deletions(-) delete mode 100644 lzlib-1.4.tar.lz delete mode 100644 lzlib-1.4.tar.lz.sig create mode 100644 lzlib-1.5.tar.lz create mode 100644 lzlib-1.5.tar.lz.sig diff --git a/lzlib-1.4.tar.lz b/lzlib-1.4.tar.lz deleted file mode 100644 index 6420c4e..0000000 --- a/lzlib-1.4.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6e7c5e84b49f66fa794867f6839f69cbd908816a12ec154849c4a70b02fdf30 -size 80397 diff --git a/lzlib-1.4.tar.lz.sig b/lzlib-1.4.tar.lz.sig deleted file mode 100644 index 45a403e30936aeb96a7f98f8234128d1bbebfa678ffc49bdf8b0b114cb16a113..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-QKlv-kLi^I6D@Z_5dsV=0H13E(4>n@5OB$cn05MwELe0d3FrWx XIBbGQqI=?EI1(!dUVt@Wc;7(8(wrCU diff --git a/lzlib-1.5.tar.lz b/lzlib-1.5.tar.lz new file mode 100644 index 0000000..db35a54 --- /dev/null +++ b/lzlib-1.5.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9614eae1448107ec0a16c3c77ab172b815d2c07532c7231155679947419a1c +size 80651 diff --git a/lzlib-1.5.tar.lz.sig b/lzlib-1.5.tar.lz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..8444c88ed81c2b3da2565d4a1537bfd10d2f3cf13f79c85607688ceeed0ed479 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-Qa~l8kLi^I6D@Z_5du(H0HC%A(z@3prO8$AaELo>KR5dEKUDyq XWmJ37LU;ypqDA?8c9Tb7D?i+SCt@1F literal 0 HcmV?d00001 diff --git a/lzlib.changes b/lzlib.changes index 2507f76..e8362f5 100644 --- a/lzlib.changes +++ b/lzlib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Sep 29 20:41:45 UTC 2013 - jengelh@inai.de + +- 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. + ------------------------------------------------------------------- Wed Jun 5 21:42:17 UTC 2013 - jengelh@inai.de diff --git a/lzlib.spec b/lzlib.spec index 56b3e80..80da620 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -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 # # All modifications and additions to the file contributed by third parties @@ -11,23 +14,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + # 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 @@ -53,8 +63,8 @@ the lzip format. Summary: LZMA Compression and Decompression Library Group: Development/Libraries/C and C++ Requires: liblz%{soname} = %{version} -Obsoletes: lzlib-devel < %version-%release -Provides: lzlib-devel = %version-%release +Obsoletes: lzlib-devel < %version-%release +Provides: lzlib-devel = %version-%release %description devel The lzlib compression library provides in-memory LZMA compression and From 2d0af030528466cf61eb7a7f5e387d04e47880c2f5db310aa3ed26b1e8f45b60 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 1 Nov 2013 17:43:45 +0000 Subject: [PATCH 2/3] Remove double "Please submit" OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=4 --- lzlib.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/lzlib.spec b/lzlib.spec index 80da620..0798673 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -18,8 +18,6 @@ # -# Please submit bugfixes or comments via http://bugs.opensuse.org/ - Name: lzlib Version: 1.5 Release: 0 From afd0ec1091387e8f2e0a86cd404e9dfcd7537f9a4f75eb9ecafcbc213f7818a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 1 Nov 2013 17:44:16 +0000 Subject: [PATCH 3/3] Replace %__make by just make OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=5 --- lzlib.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lzlib.spec b/lzlib.spec index 0798673..f313c1a 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -100,15 +100,15 @@ tar --use=lzip -xf "%{S:0}" 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