From c29d713b55add02b8b57df1368f034a15671a041df0ed0f3e21a11e2d1b10065 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 12 Mar 2021 21:57:00 +0000 Subject: [PATCH] - Update to release 1.22 OBS-URL: https://build.opensuse.org/package/show/Archiving/lziprecover?expand=0&rev=20 --- lziprecover-1.21.tar.gz | 3 --- lziprecover-1.21.tar.gz.sig | Bin 72 -> 0 bytes lziprecover-1.22.tar.gz | 3 +++ lziprecover-1.22.tar.gz.sig | Bin 0 -> 72 bytes lziprecover.changes | 9 +++++++++ lziprecover.spec | 10 ++++------ 6 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 lziprecover-1.21.tar.gz delete mode 100644 lziprecover-1.21.tar.gz.sig create mode 100644 lziprecover-1.22.tar.gz create mode 100644 lziprecover-1.22.tar.gz.sig 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 9061a5a19dd9c222dd88017085b6d1d2d1a2b86f3df5569903476d5cfaeaeaa0..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$eY4rvM5G5Rd7V0~0NGLeen+ptI(3WrN4&df6JKNqPd5 ei$|2SRsf)|JX87x=!%3W?eByDA-v=%iMKIplN_A@ 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 0000000000000000000000000000000000000000000000000000000000000000..9f21360354372c16479b19113b584cdd71a6978902422b2b9aa68a0cae933dd8 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$=eMRsaeK5Rd7V0~0NGLb%repq}ARw>-05t}OZMsoz!? eC;1}&@&KMGM7`89|8ojgZ=tHpDZF&i@&}5bc^;Mk literal 0 HcmV?d00001 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*