From c5a2c5bc2e1befb4e2075fb64a9c3d233d07e545b083c8ee816b2604e7297bd8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 29 Jan 2022 09:57:56 +0000 Subject: [PATCH] Accepting request 949769 from home:dirkmueller:Factory - update to 1.13: * The variables AR and ARFLAGS can now be set from configure. * In case of error in a numerical argument to a command line option, minilzip now shows the name of the option and the range of valid values. * 'minilzip --check-lib' now checks that LZ_API_VERSION and LZ_version_string match. * Several descriptions have been improved in manual, '--help', and man page. * The texinfo category of the manual has been changed from 'Data Compression' to 'Compression' to match that of gzip. OBS-URL: https://build.opensuse.org/request/show/949769 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=28 --- lzlib-1.12.tar.gz | 3 --- lzlib-1.13.tar.gz | 3 +++ lzlib.changes | 13 +++++++++++++ lzlib.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 lzlib-1.12.tar.gz create mode 100644 lzlib-1.13.tar.gz diff --git a/lzlib-1.12.tar.gz b/lzlib-1.12.tar.gz deleted file mode 100644 index 4e2526d..0000000 --- a/lzlib-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1 -size 128996 diff --git a/lzlib-1.13.tar.gz b/lzlib-1.13.tar.gz new file mode 100644 index 0000000..1dd1841 --- /dev/null +++ b/lzlib-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80 +size 130005 diff --git a/lzlib.changes b/lzlib.changes index 1376121..c3e93be 100644 --- a/lzlib.changes +++ b/lzlib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 28 20:41:46 UTC 2022 - Dirk Müller + +- update to 1.13: + * The variables AR and ARFLAGS can now be set from configure. + * In case of error in a numerical argument to a command line option, minilzip + now shows the name of the option and the range of valid values. + * 'minilzip --check-lib' now checks that LZ_API_VERSION and LZ_version_string + match. + * Several descriptions have been improved in manual, '--help', and man page. + * The texinfo category of the manual has been changed from 'Data Compression' + to 'Compression' to match that of gzip. + ------------------------------------------------------------------- Wed Jan 20 09:19:16 UTC 2021 - Dirk Müller diff --git a/lzlib.spec b/lzlib.spec index d5827a0..1d588c3 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -1,7 +1,7 @@ # # spec file for package lzlib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define lname liblz1 Name: lzlib -Version: 1.12 +Version: 1.13 Release: 0 Summary: LZMA Compression and Decompression Library License: BSD-2-Clause AND GPL-2.0-or-later