SHA256
1
0
forked from pool/lziprecover

- Update to release 1.22

OBS-URL: https://build.opensuse.org/package/show/Archiving/lziprecover?expand=0&rev=20
This commit is contained in:
Jan Engelhardt 2021-03-12 21:57:00 +00:00 committed by Git OBS Bridge
parent 22cb0f9244
commit c29d713b55
6 changed files with 16 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2317bd6da78d49d8f9aadd00bd93c2dac7b280b26fbf900563e90efd0179c24
size 112895

Binary file not shown.

3
lziprecover-1.22.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd958a0975f7729c44f3b784e566891f736c3dc68374dbd2149ee692a16d0862
size 152840

BIN
lziprecover-1.22.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 12 21:55:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

@ -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 <pascal.bleser@opensuse.org>
#
# 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*