From edf831abe11c2d9220a035d756886e37ca6b286f614d0b10b62c62f8311935cd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 24 Jan 2023 08:46:03 +0000 Subject: [PATCH] Accepting request 1060258 from home:AndreasStieger:branches:Archiving zutils 1.12 OBS-URL: https://build.opensuse.org/request/show/1060258 OBS-URL: https://build.opensuse.org/package/show/Archiving/zutils?expand=0&rev=22 --- zutils-1.11.tar.lz | 3 --- zutils-1.11.tar.lz.sig | Bin 72 -> 0 bytes zutils-1.12.tar.lz | 3 +++ zutils-1.12.tar.lz.sig | Bin 0 -> 72 bytes zutils-1.7-noconflict.patch | 8 +++---- zutils.changes | 46 ++++++++++++++++++++++++++++++++++++ zutils.spec | 32 +++++-------------------- 7 files changed, 59 insertions(+), 33 deletions(-) delete mode 100644 zutils-1.11.tar.lz delete mode 100644 zutils-1.11.tar.lz.sig create mode 100644 zutils-1.12.tar.lz create mode 100644 zutils-1.12.tar.lz.sig diff --git a/zutils-1.11.tar.lz b/zutils-1.11.tar.lz deleted file mode 100644 index 1080848..0000000 --- a/zutils-1.11.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50e8e24b0a280ccab037004b9000b070d17a6e0cd86972927d1b2a5505421389 -size 57098 diff --git a/zutils-1.11.tar.lz.sig b/zutils-1.11.tar.lz.sig deleted file mode 100644 index e8483dda112e5b79e6ca408b3f3a2cc01f38b6593ca317eccc6839e8a76a2e04..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0%7=lH2?|;5Rd7V0~0NGLfCKspr+1_P%fOdj%#JtR2<^# ea#&E-KmeemWI<#o214;P>vu&_%WNpIuma9=02}ZC diff --git a/zutils-1.12.tar.lz b/zutils-1.12.tar.lz new file mode 100644 index 0000000..1c10edc --- /dev/null +++ b/zutils-1.12.tar.lz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..685e53d15cf48c89f9217a1d21777424c9cf8856503dda509f88a5b7db038549 GIT binary patch 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 literal 0 HcmV?d00001 diff --git a/zutils-1.7-noconflict.patch b/zutils-1.7-noconflict.patch index d364157..6f060f6 100644 --- a/zutils-1.7-noconflict.patch +++ b/zutils-1.7-noconflict.patch @@ -7,10 +7,10 @@ Use zutils- prefix with executables also present in the gzip 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 @@ Index: zutils-1.10/Makefile.in + $(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"* diff --git a/zutils.changes b/zutils.changes index a126c40..d61a85e 100644 --- a/zutils.changes +++ b/zutils.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Sun Jan 22 11:39:46 UTC 2023 - Andreas Stieger + +- 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=