Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zutils for openSUSE:Factory checked in at 2024-02-13 22:43:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zutils (Old) and /work/SRC/openSUSE:Factory/.zutils.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zutils" Tue Feb 13 22:43:29 2024 rev:12 rq:1146324 version:1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/zutils/zutils.changes 2023-01-24 20:37:46.130071629 +0100 +++ /work/SRC/openSUSE:Factory/.zutils.new.1815/zutils.changes 2024-02-13 22:43:56.787651413 +0100 @@ -1,0 +2,16 @@ +Sat Feb 10 16:37:17 UTC 2024 - Andreas Stieger <andreas.stie...@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'. + +------------------------------------------------------------------- Old: ---- zutils-1.12.tar.lz zutils-1.12.tar.lz.sig New: ---- zutils-1.13.tar.lz zutils-1.13.tar.lz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zutils.spec ++++++ --- /var/tmp/diff_new_pack.MZoHr3/_old 2024-02-13 22:43:57.403673656 +0100 +++ /var/tmp/diff_new_pack.MZoHr3/_new 2024-02-13 22:43:57.403673656 +0100 @@ -2,6 +2,7 @@ # spec file for package zutils # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 Andreas Stieger <andreas.stie...@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 @@ 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 @@ %files %doc ChangeLog README %license COPYING -%{_sysconfdir}/zutils.conf +%config %{_sysconfdir}/zutils.conf %{_bindir}/* %{_infodir}/*.info%{?ext_info} %{_mandir}/man1/*.1%{?ext_man}