Accepting request 1145693 from home:AndreasStieger:branches:Archiving
zutils 1.13 OBS-URL: https://build.opensuse.org/request/show/1145693 OBS-URL: https://build.opensuse.org/package/show/Archiving/zutils?expand=0&rev=24
This commit is contained in:
parent
edf831abe1
commit
742ba4ac7e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78ae5478b01c71c5194427c5c341765da831e42e80410ec980f403aa37ac88ee
|
||||
size 62965
|
Binary file not shown.
3
zutils-1.13.tar.lz
Normal file
3
zutils-1.13.tar.lz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:957d03c6c1b6b68c94e313ff9633bf6c7e32ab50e150ab67cc244b0ccd2a4c17
|
||||
size 63316
|
BIN
zutils-1.13.tar.lz.sig
Normal file
BIN
zutils-1.13.tar.lz.sig
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 10 16:37:17 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 1.13:
|
||||
* Fix detection of bzip2 files with no compressed blocks
|
||||
* When zcat, zcmp, zdiff, or zgrep need to try compressed file
|
||||
names, gzip (.gz) is now tried before bzip2 (.bz2).
|
||||
* When only one compressed file is passed to zcmp or zdiff, they
|
||||
now try to compare it with a compressed file of any of the
|
||||
remaining formats if the corresponding uncompressed file does
|
||||
not exist.
|
||||
* zcmp now reports EOF on empty file like GNU cmp:
|
||||
"zcmp: EOF on FILE which is empty".
|
||||
* File diagnostics in zupdate have been reformatted as
|
||||
'PROGRAM: FILE: MESSAGE'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 22 11:39:46 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
# spec file for package zutils
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +18,7 @@
|
||||
|
||||
|
||||
Name: zutils
|
||||
Version: 1.12
|
||||
Version: 1.13
|
||||
Release: 0
|
||||
Summary: Collection of utilities for dealing with compressed files
|
||||
License: GPL-2.0-or-later
|
||||
@ -28,7 +29,7 @@ Source1: https://download.savannah.gnu.org/releases/zutils/zutils-%{versi
|
||||
Source2: %{name}.keyring
|
||||
# PATCH-FIX-OPENSUSE zutils-1.7-noconflict.patch
|
||||
Patch1: zutils-1.7-noconflict.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: lzip
|
||||
|
||||
%description
|
||||
@ -57,7 +58,7 @@ in those utilities supporting it.
|
||||
%files
|
||||
%doc ChangeLog README
|
||||
%license COPYING
|
||||
%{_sysconfdir}/zutils.conf
|
||||
%config %{_sysconfdir}/zutils.conf
|
||||
%{_bindir}/*
|
||||
%{_infodir}/*.info%{?ext_info}
|
||||
%{_mandir}/man1/*.1%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user