From 0e4eab4d815aef76f5b868f5dffc5b29a58f653076e1bfb0a5d1af1e7f7afa20 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 19 Feb 2018 21:35:50 +0000 Subject: [PATCH] Accepting request 577889 from home:avindra - Update to version 1.10: * LZ_compress_finish now adjusts dictionary size for each member. * lzlib.c (LZ_decompress_read): Detect corrupt header with HD=3. * main.c: Added new option '--loose-trailing'. * main.c (main): Option '-S, --volume-size' now keeps input files. * main.c: Replaced 'bits/byte' with inverse compression ratio. * main.c: Show final diagnostic when testing multiple files. * main.c: Do not add a second .lz extension to the arg of -o. * main.c: Show dictionary size at verbosity level 4 (-vvvv). * lzlib.texi: Added chapter 'Invoking minilzip'. - Includes 1.9: * Compression time of option '-0' has been reduced by 3%. * Compression time of options -1 to -9 has been reduced by 1%. * Decompression time has been reduced by 3%. * main.c: Continue testing if any input file is a terminal. * License of the library changed to "2-clause BSD". - partial cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/577889 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=16 --- lzlib-1.10.tar.gz | 3 +++ lzlib-1.10.tar.gz.sig | Bin 0 -> 72 bytes lzlib-1.8.tar.gz | 3 --- lzlib-1.8.tar.gz.sig | Bin 65 -> 0 bytes lzlib.changes | 21 +++++++++++++++++++++ lzlib.spec | 28 ++++++++++++---------------- 6 files changed, 36 insertions(+), 19 deletions(-) create mode 100644 lzlib-1.10.tar.gz create mode 100644 lzlib-1.10.tar.gz.sig delete mode 100644 lzlib-1.8.tar.gz delete mode 100644 lzlib-1.8.tar.gz.sig diff --git a/lzlib-1.10.tar.gz b/lzlib-1.10.tar.gz new file mode 100644 index 0000000..519bd5b --- /dev/null +++ b/lzlib-1.10.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..483afa0b8bb96b00be75051e6f852b5255daf3011deb5559c4c225c83f9e30c2 GIT binary patch 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 literal 0 HcmV?d00001 diff --git a/lzlib-1.8.tar.gz b/lzlib-1.8.tar.gz deleted file mode 100644 index 859d8e8..0000000 --- a/lzlib-1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41bfa82c6ee184ed0884437dc4074ad505e64cb747432cefa97976b89045cbad -size 96324 diff --git a/lzlib-1.8.tar.gz.sig b/lzlib-1.8.tar.gz.sig deleted file mode 100644 index 8820d1c5e14974de92cd2ef13eeac7e043b4ee63d5aa695383fb693179ec2d89..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-S4 # # All modifications and additions to the file contributed by third parties @@ -18,19 +18,17 @@ # -Name: lzlib %define lname liblz1 -Version: 1.8 +Name: lzlib +Version: 1.10 Release: 0 Summary: LZMA Compression and Decompression Library -License: GPL-2.0+ +License: BSD-2-Clause Group: Development/Libraries/C and C++ -Url: http://www.nongnu.org/lzip/lzlib.html - -Source: http://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz -Source2: http://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-%version.tar.gz +Source2: https://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz.sig Source3: %name.keyring -BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq %description @@ -82,19 +80,19 @@ applications that want to make use of libcerror. --mandir="%{_mandir}" \ --sysconfdir="%{_sysconfdir}" \ --enable-shared \ - CXX="%__cxx" \ + CXX="g++" \ CPPFLAGS="%{optflags}" \ CXXFLAGS="%{optflags}" -make %{?_smp_flags} +make %{?_smp_mflags} %install -make DESTDIR="%{buildroot}" LDCONFIG=echo install +%make_install LDCONFIG=echo # configure had no --disable-static rm -f "%buildroot/%_libdir"/*.a %check -make check +make %{?_smp_mflags} check %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig @@ -106,14 +104,12 @@ make check %install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info" %files -n %lname -%defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/liblz.so.* %files devel -%defattr(-,root,root) %{_includedir}/lzlib.h %{_libdir}/liblz.so -%doc %{_infodir}/lzlib.info%{ext_info} +%{_infodir}/lzlib.info%{ext_info} %changelog