Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,3 +0,0 @@
|
||||
mtime: 1737376768
|
||||
commit: ed38e6a8b16aa17838a9e73aa818ebd5df6bae6a301b8b46b9c37b8d728b5b92
|
||||
url: https://src.opensuse.org/jengelh/lziprecover
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df14ca902e7a7dc442f70ab98699c4dd99891eb93ac57b55b451f811239215d2
|
||||
size 256
|
3
lziprecover-1.24.tar.gz
Normal file
3
lziprecover-1.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d699cfaefe92eb2624a3652580bcafe0bbb98fe7818c25e6de823bcdd0d458f
|
||||
size 161471
|
BIN
lziprecover-1.24.tar.gz.sig
Normal file
BIN
lziprecover-1.24.tar.gz.sig
Normal file
Binary file not shown.
BIN
lziprecover-1.25.tar.gz
(Stored with Git LFS)
BIN
lziprecover-1.25.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -1,28 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lziprecover
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -17,9 +17,8 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without tests
|
||||
Name: lziprecover
|
||||
Version: 1.25
|
||||
Version: 1.24
|
||||
Release: 0
|
||||
Summary: Utility to repair broken lzip files
|
||||
License: GPL-2.0-or-later
|
||||
@ -29,9 +28,6 @@ Source: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name
|
||||
Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig
|
||||
Source3: %name.keyring
|
||||
BuildRequires: gcc-c++
|
||||
%if %{with tests}
|
||||
BuildRequires: lzip >= 1.16
|
||||
%endif
|
||||
Requires(post): info
|
||||
Requires(preun):info
|
||||
|
||||
@ -63,7 +59,7 @@ mkdir build
|
||||
pushd build/
|
||||
../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \
|
||||
--infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \
|
||||
CXXFLAGS="%optflags"
|
||||
CFLAGS="%optflags"
|
||||
%make_build
|
||||
popd
|
||||
|
||||
@ -72,12 +68,10 @@ pushd build/
|
||||
%make_install
|
||||
popd
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
pushd build/
|
||||
%make_build check
|
||||
make %{?_smp_mflags} check
|
||||
popd
|
||||
%endif
|
||||
|
||||
%post
|
||||
%install_info --info-dir="%_infodir" "%_infodir/%name".info*
|
||||
|
Loading…
x
Reference in New Issue
Block a user