Accepting request 322310 from Archiving

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/322310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzlib?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2015-08-14 12:46:21 +00:00 committed by Git OBS Bridge
commit 7b0ca8ea5c
6 changed files with 28 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c187ef5ffa9ffb01abaec667dda4d8c8b378291c68ad094c63bd75ee049e4780
size 91734

Binary file not shown.

3
lzlib-1.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88c919dbb16a8b5409fc8ccec31d3c604551d73e84cec8c964fd639452536214
size 94257

BIN
lzlib-1.7.tar.gz.sig Normal file

Binary file not shown.

View File

@ -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

View File

@ -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 <pascal.bleser@opensuse.org>
#
# 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)