diff --git a/lzlib-1.5.tar.lz b/lzlib-1.5.tar.lz deleted file mode 100644 index db35a54..0000000 --- a/lzlib-1.5.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b9614eae1448107ec0a16c3c77ab172b815d2c07532c7231155679947419a1c -size 80651 diff --git a/lzlib-1.5.tar.lz.sig b/lzlib-1.5.tar.lz.sig deleted file mode 100644 index 8444c88..0000000 Binary files a/lzlib-1.5.tar.lz.sig and /dev/null differ diff --git a/lzlib-1.6.tar.gz b/lzlib-1.6.tar.gz new file mode 100644 index 0000000..5148333 --- /dev/null +++ b/lzlib-1.6.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..3bb8db1 Binary files /dev/null and b/lzlib-1.6.tar.gz.sig differ diff --git a/lzlib.changes b/lzlib.changes index ebd7213..620b347 100644 --- a/lzlib.changes +++ b/lzlib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 1 11:23:04 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 1.6 +* Compression ratio of option -9 has been slightly increased. +* Minilzip now copies file dates, permissions, and ownership like + `cp -p`. (If the user ID or the group ID cannot be duplicated, + the file permission bits S_ISUID and S_ISGID are cleared). +* The license has been changed to "GPL version 2 or later with link + exception". + ------------------------------------------------------------------- Tue Sep 23 16:49:09 UTC 2014 - jengelh@inai.de diff --git a/lzlib.spec b/lzlib.spec index 5d6c03d..90448d9 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -19,23 +19,18 @@ Name: lzlib -Version: 1.5 +Version: 1.6 Release: 0 %define soname 1 Summary: LZMA Compression and Decompression Library -License: GPL-3.0+ +License: GPL-2.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 +Source: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.gz +Source2: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.gz.sig Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc -BuildRequires: glibc-devel -BuildRequires: lzip -BuildRequires: make PreReq: %install_info_prereq %description @@ -71,12 +66,7 @@ This subpackage contains libraries and header files for developing applications that want to make use of libcerror. %prep -%if 0%{?__lzip:1} %setup -q -%else -tar --use=lzip -xf "%{S:0}" -%setup -DTq -%endif %build # not autoconf!