From 742ba4ac7e24d79033e753f86cdb6e8b26fb814c2dd78e5403e82ed104fb96e7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Feb 2024 09:38:25 +0000 Subject: [PATCH] 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 --- zutils-1.12.tar.lz | 3 --- zutils-1.12.tar.lz.sig | Bin 72 -> 0 bytes zutils-1.13.tar.lz | 3 +++ zutils-1.13.tar.lz.sig | Bin 0 -> 72 bytes zutils.changes | 16 ++++++++++++++++ zutils.spec | 7 ++++--- 6 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 zutils-1.12.tar.lz delete mode 100644 zutils-1.12.tar.lz.sig create mode 100644 zutils-1.13.tar.lz create mode 100644 zutils-1.13.tar.lz.sig diff --git a/zutils-1.12.tar.lz b/zutils-1.12.tar.lz deleted file mode 100644 index 1c10edc..0000000 --- a/zutils-1.12.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78ae5478b01c71c5194427c5c341765da831e42e80410ec980f403aa37ac88ee -size 62965 diff --git a/zutils-1.12.tar.lz.sig b/zutils-1.12.tar.lz.sig deleted file mode 100644 index 685e53d15cf48c89f9217a1d21777424c9cf8856503dda509f88a5b7db038549..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0%N+~kN^q^5Rd7V0~0NGLKYqXn+7=5h)c|SK;~k%tzx6r e>E8}oEC8U9WK(jWWR@Qx|FE?k`7_Y#<)9^HN*xaX diff --git a/zutils-1.13.tar.lz b/zutils-1.13.tar.lz new file mode 100644 index 0000000..56fbd96 --- /dev/null +++ b/zutils-1.13.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957d03c6c1b6b68c94e313ff9633bf6c7e32ab50e150ab67cc244b0ccd2a4c17 +size 63316 diff --git a/zutils-1.13.tar.lz.sig b/zutils-1.13.tar.lz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..d34fbc589c2c507b2815a590fd2cf8c86e9177b71d37bcb95b1749c3409a9c1d GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0%fz%TL20P5Rd7V0~0NGLNFo#pIxH6-D^fo0w*qo4vJ|&VV|qP>xtt#1F@A}xEsI# literal 0 HcmV?d00001 diff --git a/zutils.changes b/zutils.changes index d61a85e..b117eee 100644 --- a/zutils.changes +++ b/zutils.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Feb 10 16:37:17 UTC 2024 - Andreas Stieger + +- 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 diff --git a/zutils.spec b/zutils.spec index 43badd2..b14f214 100644 --- a/zutils.spec +++ b/zutils.spec @@ -2,6 +2,7 @@ # spec file for package zutils # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # 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}