Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zutils for openSUSE:Factory checked 
in at 2023-01-24 19:43:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zutils (Old)
 and      /work/SRC/openSUSE:Factory/.zutils.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zutils"

Tue Jan 24 19:43:41 2023 rev:11 rq:1060595 version:1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/zutils/zutils.changes    2022-04-16 
00:14:33.805674271 +0200
+++ /work/SRC/openSUSE:Factory/.zutils.new.32243/zutils.changes 2023-01-24 
20:37:46.130071629 +0100
@@ -1,0 +2,46 @@
+Sun Jan 22 11:39:46 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 1.12:
+  * 'zutilsrc' has been renamed to 'zutils.conf', and is loog for in 
+    $XDG_CONFIG_HOME/zutils.conf instead of $HOME/.zutilsrc.
+    (XDG_CONFIG_HOME defaults to $HOME/.config).
+  * In zcat, zcmp, zdiff, and zgrep, the option '-O, --force-format'
+    now can force also "uncompressed" format.
+  * zcmp now accepts the option '-H, --hexadecimal' to print byte
+    values in hexadecimal instead of octal.
+  * zcmp: option '-s' changed to '--script'
+  * zcmp: '-q' has been assigned to options '--quiet' and '--silent'
+  * zcmp: '-q' now only suppresses diagnostic messages written to 
+    stderr
+  * zcmp: '-s' now only suppresses messages about file differences
+    written to stdout or stderr.
+  * zcmp: Option '-l, --list' is now different from option '-v,
+    --verbose', whichnow undoes the effect of '--quiet'.
+  * zcmp now prints byte and line in EOF message like GNU cmp:
+    "zcmp: EOF on FILE after byte B, in line L".
+  * zgrep now also accepts the following options:
+    '-G, --basic-regexp',
+    '--label=<label>',
+    '--line-buffered',
+    '-P, --perl-regexp',
+    '--silent',
+    '-T, --initial-tab',
+    '-U, --binary', and
+    '-Z, --null'.
+  * ztest now exits with status 2 if an uncompressed file has a
+    compressed file name extension, or if a compressed file has a 
+    wrong compressed extension.
+  * zudate now accepts option '-d, --destdir' to write recompressed
+    files to another directory.
+  * zupdate now accepts option '-e, --expand-extensions', which
+    makes it expand combined file name extensions; tgz --> tar.lz.
+  * zupdate now also accepts option '-i, --ignore-errors', which
+    makes it ignore non-fatal errors
+  * All utilities now support compress'd (.Z) files through gzip.
+  * At verbosity level 1 (2 for zdiff and zgrep) or higher, '-V,
+    --version' now prints the versions of the compressors used
+    (limited by option '-M, --format').
+  * Diagnostics caused by invalid arguments to command line options
+    now show the argument and the name of the option.
+
+-------------------------------------------------------------------

Old:
----
  zutils-1.11.tar.lz
  zutils-1.11.tar.lz.sig

New:
----
  zutils-1.12.tar.lz
  zutils-1.12.tar.lz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zutils.spec ++++++
--- /var/tmp/diff_new_pack.pDVcRU/_old  2023-01-24 20:37:46.570073918 +0100
+++ /var/tmp/diff_new_pack.pDVcRU/_new  2023-01-24 20:37:46.578073960 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zutils
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           zutils
-Version:        1.11
+Version:        1.12
 Release:        0
 Summary:        Collection of utilities for dealing with compressed files
 License:        GPL-2.0-or-later
@@ -30,8 +30,6 @@
 Patch1:         zutils-1.7-noconflict.patch
 BuildRequires:  gcc-c++
 BuildRequires:  lzip
-Requires(post): %{install_info_prereq}
-Requires(preun):%{install_info_prereq}
 
 %description
 Zutils is a collection of utilities able to deal with any combination
@@ -56,30 +54,12 @@
 %check
 %make_build check
 
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
-%preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
 %files
 %doc ChangeLog README
 %license COPYING
-%config %{_sysconfdir}/zutilsrc
-%{_bindir}/zutils-zcat
-%{_bindir}/zutils-zcmp
-%{_bindir}/zutils-zdiff
-%{_bindir}/zutils-zegrep
-%{_bindir}/zutils-zfgrep
-%{_bindir}/zutils-zgrep
-%{_bindir}/ztest
-%{_bindir}/zupdate
-%{_infodir}/zutils.info%{?ext_info}
-%{_mandir}/man1/zutils-zcat.1%{?ext_man}
-%{_mandir}/man1/zutils-zcmp.1%{?ext_man}
-%{_mandir}/man1/zutils-zdiff.1%{?ext_man}
-%{_mandir}/man1/zutils-zgrep.1%{?ext_man}
-%{_mandir}/man1/ztest.1%{?ext_man}
-%{_mandir}/man1/zupdate.1%{?ext_man}
+%{_sysconfdir}/zutils.conf
+%{_bindir}/*
+%{_infodir}/*.info%{?ext_info}
+%{_mandir}/man1/*.1%{?ext_man}
 
 %changelog

++++++ zutils-1.7-noconflict.patch ++++++
--- /var/tmp/diff_new_pack.pDVcRU/_old  2023-01-24 20:37:46.618074168 +0100
+++ /var/tmp/diff_new_pack.pDVcRU/_new  2023-01-24 20:37:46.622074189 +0100
@@ -7,10 +7,10 @@
 package.
 
 ---
-Index: zutils-1.10/Makefile.in
+Index: zutils-1.12/Makefile.in
 ===================================================================
---- zutils-1.10.orig/Makefile.in
-+++ zutils-1.10/Makefile.in
+--- zutils-1.12.orig/Makefile.in
++++ zutils-1.12/Makefile.in
 @@ -126,12 +126,12 @@ install-strip-compress : install-bin-str
  
  install-bin : all
@@ -29,7 +29,7 @@
 +      $(INSTALL_PROGRAM) ./zgrep "$(DESTDIR)$(bindir)/zutils-zgrep"
        $(INSTALL_PROGRAM) ./ztest "$(DESTDIR)$(bindir)/ztest"
        $(INSTALL_PROGRAM) ./zupdate "$(DESTDIR)$(bindir)/zupdate"
-       if [ ! -e "$(DESTDIR)$(sysconfdir)/$(pkgname)rc" ] ; then \
+       if [ ! -e "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ] ; then \
 @@ -161,18 +161,18 @@ install-man :
        -rm -f "$(DESTDIR)$(mandir)/man1/zgrep.1"*
        -rm -f "$(DESTDIR)$(mandir)/man1/ztest.1"*

Reply via email to