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 e8483dd..0000000 Binary files a/zutils-1.11.tar.lz.sig and /dev/null differ 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 0000000..685e53d Binary files /dev/null and b/zutils-1.12.tar.lz.sig differ 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=