From afa8499b7afac2ce351b5b870a23e48c977ffce9441268746570d5e2a8616685 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 1 Oct 2014 11:25:44 +0000 Subject: [PATCH] lzlib-1.6 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=9 --- lzlib-1.5.tar.lz | 3 --- lzlib-1.5.tar.lz.sig | Bin 65 -> 0 bytes lzlib-1.6.tar.gz | 3 +++ lzlib-1.6.tar.gz.sig | Bin 0 -> 65 bytes lzlib.changes | 11 +++++++++++ lzlib.spec | 18 ++++-------------- 6 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 lzlib-1.5.tar.lz delete mode 100644 lzlib-1.5.tar.lz.sig create mode 100644 lzlib-1.6.tar.gz create mode 100644 lzlib-1.6.tar.gz.sig 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 8444c88ed81c2b3da2565d4a1537bfd10d2f3cf13f79c85607688ceeed0ed479..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-Qa~l8kLi^I6D@Z_5du(H0HC%A(z@3prO8$AaELo>KR5dEKUDyq XWmJ37LU;ypqDA?8c9Tb7D?i+SCt@1F 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 0000000000000000000000000000000000000000000000000000000000000000..3bb8db122c5d330dedbf5c1a097dd9c8fa3ec76b3180f567dfe5c4764f3ab265 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-R0+n%kLi^I6D@Z_5dsSQ0HC5Ty_M`P_#=T{2Eo;f70uC5fUf|c XmaEP^dn?3dtUhyv%tFkw$qpltV^18y literal 0 HcmV?d00001 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!