diff --git a/lziprecover-1.21.tar.gz b/lziprecover-1.21.tar.gz deleted file mode 100644 index 985a67e..0000000 --- a/lziprecover-1.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2317bd6da78d49d8f9aadd00bd93c2dac7b280b26fbf900563e90efd0179c24 -size 112895 diff --git a/lziprecover-1.21.tar.gz.sig b/lziprecover-1.21.tar.gz.sig deleted file mode 100644 index 9061a5a..0000000 Binary files a/lziprecover-1.21.tar.gz.sig and /dev/null differ diff --git a/lziprecover-1.22.tar.gz b/lziprecover-1.22.tar.gz new file mode 100644 index 0000000..3d4a445 --- /dev/null +++ b/lziprecover-1.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd958a0975f7729c44f3b784e566891f736c3dc68374dbd2149ee692a16d0862 +size 152840 diff --git a/lziprecover-1.22.tar.gz.sig b/lziprecover-1.22.tar.gz.sig new file mode 100644 index 0000000..9f21360 Binary files /dev/null and b/lziprecover-1.22.tar.gz.sig differ diff --git a/lziprecover.changes b/lziprecover.changes index 8dec5dc..45693b7 100644 --- a/lziprecover.changes +++ b/lziprecover.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 12 21:55:44 UTC 2021 - Jan Engelhardt + +- Update to release 1.22 + * New options: -e/--reproduce, --lzip-level, --lzip-name, + --reference-file and -E/--debug-reproduce. + * Remove --dump-tdata, --remove-tdata and --strip-tdata. + * New debug options -M/--md5sum and -U/--unzcrash. + ------------------------------------------------------------------- Mon Jan 7 19:21:15 UTC 2019 - Jan Engelhardt diff --git a/lziprecover.spec b/lziprecover.spec index f448ad6..0f8b8e3 100644 --- a/lziprecover.spec +++ b/lziprecover.spec @@ -1,7 +1,7 @@ # # spec file for package lziprecover # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: lziprecover -Version: 1.21 +Version: 1.22 Release: 0 Summary: Utility to repair broken lzip files License: GPL-2.0-or-later @@ -27,7 +27,6 @@ URL: http://www.nongnu.org/lzip/lunzip.html Source: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig Source3: %name.keyring -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ Requires(post): info Requires(preun): info @@ -60,8 +59,8 @@ mkdir build pushd build/ ../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \ --infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \ - CC="%__cc" CFLAGS="%optflags" -make %{?_smp_mflags} + CFLAGS="%optflags" +%make_build popd %install @@ -81,7 +80,6 @@ popd %install_info_delete --info-dir="%_infodir" "%_infodir/%name".info* %files -%defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README %_bindir/lziprecover %_mandir/man1/lziprecover.1*