SHA256
1
0
forked from pool/lzlib
Jan Engelhardt 2013-09-29 20:44:31 +00:00 committed by Git OBS Bridge
parent 969448ab7d
commit c88ac24b98
6 changed files with 32 additions and 12 deletions

View File

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

Binary file not shown.

3
lzlib-1.5.tar.lz Normal file
View File

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

BIN
lzlib-1.5.tar.lz.sig Normal file

Binary file not shown.

View File

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

View File

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