forked from pool/lziprecover
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
248fad6a32 | |||
|
9b3bbc6d4f | ||
ff663706c6 | |||
|
715be6f4d1 | ||
bf82318fdb |
3
_scmsync.obsinfo
Normal file
3
_scmsync.obsinfo
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
mtime: 1737376768
|
||||||
|
commit: ed38e6a8b16aa17838a9e73aa818ebd5df6bae6a301b8b46b9c37b8d728b5b92
|
||||||
|
url: https://src.opensuse.org/jengelh/lziprecover
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df14ca902e7a7dc442f70ab98699c4dd99891eb93ac57b55b451f811239215d2
|
||||||
|
size 256
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d699cfaefe92eb2624a3652580bcafe0bbb98fe7818c25e6de823bcdd0d458f
|
|
||||||
size 161471
|
|
Binary file not shown.
BIN
lziprecover-1.25.tar.gz
(Stored with Git LFS)
Normal file
BIN
lziprecover-1.25.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
lziprecover-1.25.tar.gz.sig
Normal file
BIN
lziprecover-1.25.tar.gz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 12:39:18 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Build with %optflags
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 19 14:48:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.25
|
||||||
|
* Added new options: -F/--fec, -0 .. -9, -b/--block-size,
|
||||||
|
--fec-file, -r/--recursive, -R/--dereference-recursive.
|
||||||
|
* The short name of option `--byte-repair` has been changed to
|
||||||
|
`-B`.
|
||||||
|
* The option `--byte-repair` now repairs a nonzero first LZMA
|
||||||
|
byte.
|
||||||
|
* When decompressing, testing, or listing, lziprecover now exits
|
||||||
|
with error status 2 if any empty member is found in a regular
|
||||||
|
multimember file unless `-i` is given.
|
||||||
|
* When decompressing or testing, lziprecover now exits with error
|
||||||
|
status 2 if the first byte of the LZMA stream is not 0 unless
|
||||||
|
`-i` is given.
|
||||||
|
* The option `--clear-marking` has been renamed to
|
||||||
|
`--nonzero-repair`.
|
||||||
|
* Options `--empty-error` and `--marking-error` have been removed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 8 13:21:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu Feb 8 13:21:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lziprecover
|
# spec file for package lziprecover
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -17,8 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without tests
|
||||||
Name: lziprecover
|
Name: lziprecover
|
||||||
Version: 1.24
|
Version: 1.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to repair broken lzip files
|
Summary: Utility to repair broken lzip files
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -28,6 +29,9 @@ Source: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name
|
|||||||
Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig
|
Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%if %{with tests}
|
||||||
|
BuildRequires: lzip >= 1.16
|
||||||
|
%endif
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun):info
|
Requires(preun):info
|
||||||
|
|
||||||
@@ -59,7 +63,7 @@ mkdir build
|
|||||||
pushd build/
|
pushd build/
|
||||||
../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \
|
../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \
|
||||||
--infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \
|
--infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \
|
||||||
CFLAGS="%optflags"
|
CXXFLAGS="%optflags"
|
||||||
%make_build
|
%make_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@@ -68,10 +72,12 @@ pushd build/
|
|||||||
%make_install
|
%make_install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
pushd build/
|
pushd build/
|
||||||
make %{?_smp_mflags} check
|
%make_build check
|
||||||
popd
|
popd
|
||||||
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir="%_infodir" "%_infodir/%name".info*
|
%install_info --info-dir="%_infodir" "%_infodir/%name".info*
|
||||||
|
Reference in New Issue
Block a user