From 96242ce07e975401dfecd75a8e58fc30ab7a0ce0f76e58c3f4aa2f199014e342 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 13 Feb 2022 22:38:03 +0000 Subject: [PATCH] - Update to release 1.10 OBS-URL: https://build.opensuse.org/package/show/Archiving/plzip?expand=0&rev=32 --- plzip-1.10.tar.gz | 3 +++ plzip-1.10.tar.gz.sig | Bin 0 -> 72 bytes plzip-1.9.tar.gz | 3 --- plzip-1.9.tar.gz.sig | Bin 72 -> 0 bytes plzip.changes | 8 ++++++++ plzip.spec | 10 +++++----- 6 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 plzip-1.10.tar.gz create mode 100644 plzip-1.10.tar.gz.sig delete mode 100644 plzip-1.9.tar.gz delete mode 100644 plzip-1.9.tar.gz.sig diff --git a/plzip-1.10.tar.gz b/plzip-1.10.tar.gz new file mode 100644 index 0000000..46da252 --- /dev/null +++ b/plzip-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43faa58265d8b89ad75bd4ed11d347ef10065a8070748bc1ed0e06f191458098 +size 94541 diff --git a/plzip-1.10.tar.gz.sig b/plzip-1.10.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..a8c58cd700aa84b51abe9afd2fb3f57a7ad08ba653e1b811f646f3595f04b4b8 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0%7rko&X975Rd7V0~0NGLhV)npK&X@##;W0Ba6%1?4NHS e-65lzv;d%iE5lYWzNPw%Q0>@(P>YTB@3?Wma3ER$ literal 0 HcmV?d00001 diff --git a/plzip-1.9.tar.gz b/plzip-1.9.tar.gz deleted file mode 100644 index d753b0e..0000000 --- a/plzip-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14d8d1db8dde76bdd9060b59d50b2943417eb4c0fbd2b84736546b78fab5f1a7 -size 93312 diff --git a/plzip-1.9.tar.gz.sig b/plzip-1.9.tar.gz.sig deleted file mode 100644 index 4e644d9cf558de3f73e27f80c0e36f4e8522255958f5581c190ffa0a6b9caf18..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$=o{Yyb)g5Rd7V0~0NGLfvctpM8uVC}B}z8~;Apo9ipc ejDIZb&;XqfQ3HPKqE``;BfB?oX{ST+)A-P4YaG}B diff --git a/plzip.changes b/plzip.changes index b765419..a70ab40 100644 --- a/plzip.changes +++ b/plzip.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Feb 13 22:37:24 UTC 2022 - Jan Engelhardt + +- Update to release 1.10 + * In case of error in a numerical argument to a command line + option, plzip now shows the name of the option and the range + of valid values. + ------------------------------------------------------------------- Fri Mar 12 20:51:45 UTC 2021 - Dirk Müller diff --git a/plzip.spec b/plzip.spec index 98c7c10..1d54229 100644 --- a/plzip.spec +++ b/plzip.spec @@ -1,7 +1,7 @@ # # spec file for package plzip # -# 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 @@ -18,7 +18,7 @@ Name: plzip -Version: 1.9 +Version: 1.10 Release: 0 Summary: Parallel LZMA Data Compressor License: GPL-2.0-or-later @@ -29,8 +29,8 @@ Source2: https://download.savannah.gnu.org/releases/lzip/plzip/%name-%ver Source3: %name.keyring BuildRequires: c++_compiler BuildRequires: lzlib-devel -Requires(post): %install_info_prereq -Requires(preun): %install_info_prereq +Requires(post): %install_info_prereq +Requires(preun):%install_info_prereq %description Plzip is a parallel version of the lzip data compressor. The files @@ -76,7 +76,7 @@ popd %files %license COPYING -%doc AUTHORS ChangeLog NEWS README +%doc ChangeLog README %_bindir/plzip %_infodir/plzip.info* %_mandir/man1/plzip.1*