From 2c9f5c09cc291cc4ec430affe86520ccf43a968a82fc5732bc1930b1450bf8cd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 14 Dec 2018 11:44:47 +0000 Subject: [PATCH] - Update to new upstream release 1.11~rc2 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=18 --- lzlib-1.10.tar.gz | 3 --- lzlib-1.10.tar.gz.sig | Bin 72 -> 0 bytes lzlib-1.11-rc2.tar.gz | 3 +++ lzlib.changes | 10 ++++++++++ lzlib.spec | 44 +++++++++++++++++++++--------------------- 5 files changed, 35 insertions(+), 25 deletions(-) delete mode 100644 lzlib-1.10.tar.gz delete mode 100644 lzlib-1.10.tar.gz.sig create mode 100644 lzlib-1.11-rc2.tar.gz diff --git a/lzlib-1.10.tar.gz b/lzlib-1.10.tar.gz deleted file mode 100644 index 519bd5b..0000000 --- a/lzlib-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d6ab7800a5b43e56fd20607fd2cfda9e550350dc95f5beb6a4ce14f85b41043 -size 103328 diff --git a/lzlib-1.10.tar.gz.sig b/lzlib-1.10.tar.gz.sig deleted file mode 100644 index 483afa0b8bb96b00be75051e6f852b5255daf3011deb5559c4c225c83f9e30c2..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$P7CIRFX?5Rd7V0~0NGLXv#|pL5ULmkH%=m~QX$yu|b1 e9X8_%U;v+T*6(R=*A>XC^&k`2N0^=ZyxCY diff --git a/lzlib-1.11-rc2.tar.gz b/lzlib-1.11-rc2.tar.gz new file mode 100644 index 0000000..6f6342d --- /dev/null +++ b/lzlib-1.11-rc2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11848d7b8589e625f8813986ca6437a382799c55be6479d2bb6969a8aa38c0de +size 105695 diff --git a/lzlib.changes b/lzlib.changes index 4e72d7f..a79216f 100644 --- a/lzlib.changes +++ b/lzlib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 11:42:47 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 1.11~rc2: + * In case of decompression error caused by corrupt or truncated data, + LZ_decompress_read now does not signal the error immediately + to the application, but waits until all decoded bytes have + been read. This allows tools like tarlz to recover as much + data as possible from damaged members. + ------------------------------------------------------------------- Sun Feb 18 21:41:57 UTC 2018 - avindra@opensuse.org diff --git a/lzlib.spec b/lzlib.spec index d8ec700..26f6631 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -1,4 +1,3 @@ -# vim: set ts=4 sw=4 et: # # spec file for package lzlib # @@ -14,20 +13,21 @@ # 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 https://bugs.opensuse.org/ # -%define lname liblz1 Name: lzlib -Version: 1.10 +Version: 1.11~rc2 Release: 0 +%define lname liblz1 +%define xversion 1.11-rc2 Summary: LZMA Compression and Decompression Library License: BSD-2-Clause Group: Development/Libraries/C and C++ -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 +URL: https://www.nongnu.org/lzip/lzlib.html +Source: https://download.savannah.gnu.org/releases/lzip/lzlib/%name-%xversion.tar.gz +#Source2: https://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz.sig Source3: %name.keyring PreReq: %install_info_prereq @@ -64,25 +64,25 @@ This subpackage contains libraries and header files for developing applications that want to make use of libcerror. %prep -%setup -q +%autosetup -n %name-%xversion %build # not autoconf! # don't use the configure macro here, as it will cause the configure script to # skip parameters as soon as it encounters one that it doesn't understand ./configure \ - --prefix="%{_prefix}" \ - --bindir="%{_bindir}" \ - --datadir="%{_datadir}" \ - --includedir="%{_includedir}" \ - --infodir="%{_infodir}" \ - --libdir="%{_libdir}" \ - --mandir="%{_mandir}" \ - --sysconfdir="%{_sysconfdir}" \ + --prefix="%_prefix" \ + --bindir="%_bindir" \ + --datadir="%_datadir" \ + --includedir="%_includedir" \ + --infodir="%_infodir" \ + --libdir="%_libdir" \ + --mandir="%_mandir" \ + --sysconfdir="%_sysconfdir" \ --enable-shared \ CXX="g++" \ - CPPFLAGS="%{optflags}" \ - CXXFLAGS="%{optflags}" + CPPFLAGS="%optflags" \ + CXXFLAGS="%optflags" make %{?_smp_mflags} @@ -105,11 +105,11 @@ make %{?_smp_mflags} check %files -n %lname %doc AUTHORS ChangeLog COPYING NEWS README -%{_libdir}/liblz.so.* +%_libdir/liblz.so.* %files devel -%{_includedir}/lzlib.h -%{_libdir}/liblz.so -%{_infodir}/lzlib.info%{ext_info} +%_includedir/lzlib.h +%_libdir/liblz.so +%_infodir/lzlib.info%ext_info %changelog