4 Commits

6 changed files with 33 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:957d03c6c1b6b68c94e313ff9633bf6c7e32ab50e150ab67cc244b0ccd2a4c17
size 63316

Binary file not shown.

3
zutils-1.15.tar.lz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05e6b03f333eabd78a1055139557e8ada6b634f1a58e8501f3b8f111a705cb87
size 65227

BIN
zutils-1.15.tar.lz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Nov 10 06:53:51 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.15:
* The new option '-x, --exclude' has been added to zutils-zcat,
ztest, and zupdate.
* The new option '--exclude' has been added to zutils-zgrep. It
excludes files matching a shell pattern (for example '*.o').
* zgrep now exits with status 2 if a write error happens on
stdout
-------------------------------------------------------------------
Sun Jan 19 13:32:23 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.14:
* zupdate.cc: '-r -d' now keeps last component of dir arguments.
* zutils.texi: New chapter 'Syntax of command-line arguments'.
* check.sh: Use 'cp' instead of 'cat'.
-------------------------------------------------------------------
Sat Feb 10 16:37:17 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file for package zutils
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: zutils
Version: 1.13
Version: 1.15
Release: 0
Summary: Collection of utilities for dealing with compressed files
License: GPL-2.0-or-later
@@ -59,7 +59,14 @@ in those utilities supporting it.
%doc ChangeLog README
%license COPYING
%config %{_sysconfdir}/zutils.conf
%{_bindir}/*
%{_bindir}/zutils-zcat
%{_bindir}/zutils-zcmp
%{_bindir}/zutils-zdiff
%{_bindir}/zutils-zegrep
%{_bindir}/zutils-zfgrep
%{_bindir}/zutils-zgrep
%{_bindir}/ztest
%{_bindir}/zupdate
%{_infodir}/*.info%{?ext_info}
%{_mandir}/man1/*.1%{?ext_man}