diff --git a/lzlib-1.6.tar.gz b/lzlib-1.6.tar.gz deleted file mode 100644 index 5148333..0000000 --- a/lzlib-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c187ef5ffa9ffb01abaec667dda4d8c8b378291c68ad094c63bd75ee049e4780 -size 91734 diff --git a/lzlib-1.6.tar.gz.sig b/lzlib-1.6.tar.gz.sig deleted file mode 100644 index 3bb8db1..0000000 Binary files a/lzlib-1.6.tar.gz.sig and /dev/null differ diff --git a/lzlib-1.7.tar.gz b/lzlib-1.7.tar.gz new file mode 100644 index 0000000..ec8ef65 --- /dev/null +++ b/lzlib-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c919dbb16a8b5409fc8ccec31d3c604551d73e84cec8c964fd639452536214 +size 94257 diff --git a/lzlib-1.7.tar.gz.sig b/lzlib-1.7.tar.gz.sig new file mode 100644 index 0000000..4b47163 Binary files /dev/null and b/lzlib-1.7.tar.gz.sig differ diff --git a/lzlib.changes b/lzlib.changes index 620b347..ac55d84 100644 --- a/lzlib.changes +++ b/lzlib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 6 08:22:07 UTC 2015 - jengelh@inai.de + +- 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. + ------------------------------------------------------------------- Wed Oct 1 11:23:04 UTC 2014 - jengelh@inai.de diff --git a/lzlib.spec b/lzlib.spec index aa86c1f..f53fc2e 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -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 # # 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 @@ decompression functions, including integrity checking of the 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 @@ the lzip format. %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 @@ rm -f "%buildroot/%_libdir"/*.a %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)