diff --git a/plzip-1.5.tar.gz b/plzip-1.5.tar.gz deleted file mode 100644 index 952dc96..0000000 --- a/plzip-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd401683c2c57ecf170c99a873e41e9e5fee0e9680341646e31032e31489cc8a -size 62874 diff --git a/plzip-1.5.tar.gz.sig b/plzip-1.5.tar.gz.sig deleted file mode 100644 index d247854..0000000 Binary files a/plzip-1.5.tar.gz.sig and /dev/null differ diff --git a/plzip-1.6.tar.gz b/plzip-1.6.tar.gz new file mode 100644 index 0000000..752c51e --- /dev/null +++ b/plzip-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1d79fe4a1e41aa05e3926d067243efbaa607ed238036152f867662b7d14c7c +size 66214 diff --git a/plzip-1.6.tar.gz.sig b/plzip-1.6.tar.gz.sig new file mode 100644 index 0000000..9ec662e Binary files /dev/null and b/plzip-1.6.tar.gz.sig differ diff --git a/plzip.changes b/plzip.changes index 2cd644e..333ba71 100644 --- a/plzip.changes +++ b/plzip.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 11 10:12:18 UTC 2017 - mpluskal@suse.com + +- Update to version 1.6: + * The option '-l, --list' has been ported from lziprecover. + * It is now an error to specify two or more different operations + in the command line (--decompress, --list or --test). + * In test mode, plzip now continues checking the rest of the + files if any input file is a terminal. +- Update dependecies and sections for info file handling + ------------------------------------------------------------------- Sat Aug 20 08:18:48 UTC 2016 - jengelh@inai.de diff --git a/plzip.spec b/plzip.spec index f520759..ab8b1c7 100644 --- a/plzip.spec +++ b/plzip.spec @@ -2,7 +2,7 @@ # # spec file for package plzip # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ Name: plzip -Version: 1.5 +Version: 1.6 Release: 0 Summary: Parallel LZMA Data Compressor License: GPL-2.0+ @@ -32,7 +32,8 @@ Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: lzlib-devel -PreReq: %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 @@ -82,7 +83,7 @@ popd %post %install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info" -%postun +%preun %install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info" %files