From e1766c879faa7b76e05d34359d029ff36df0b6cea4eedd7f2f2d36737cdb64c7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 20 Feb 2018 07:37:20 +0000 Subject: [PATCH] Accepting request 578025 from home:alois:branches:Archiving - Update to version 1.6 * zcmp.cc: Accept 'B' suffix in '--ignore-initial=1kB:1234B'. * zutils.cc (feed_data): Show input filename in error messages. Version 1.5 * zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0. * zcat.cc zgrep.cc ztest.cc (main): Don't use stdin more than once. * zdiff.cc (set_fifonames): Use '_' if both names are different. * configure: Avoid warning on some shells when testing for g++. * Makefile.in: Detect the existence of install-info. * testsuite/check.sh: A POSIX shell is required to run the tests. OBS-URL: https://build.opensuse.org/request/show/578025 OBS-URL: https://build.opensuse.org/package/show/Archiving/zutils?expand=0&rev=6 --- zutils-1.4.tar.lz | 3 --- zutils-1.4.tar.lz.sig | Bin 65 -> 0 bytes zutils-1.6.tar.lz | 3 +++ zutils-1.6.tar.lz.sig | Bin 0 -> 72 bytes zutils.changes | 16 ++++++++++++++++ zutils.spec | 25 +++++++++++++++---------- 6 files changed, 34 insertions(+), 13 deletions(-) delete mode 100644 zutils-1.4.tar.lz delete mode 100644 zutils-1.4.tar.lz.sig create mode 100644 zutils-1.6.tar.lz create mode 100644 zutils-1.6.tar.lz.sig diff --git a/zutils-1.4.tar.lz b/zutils-1.4.tar.lz deleted file mode 100644 index 2e1c35f..0000000 --- a/zutils-1.4.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c84dfe9c56933387aba5187aafb132cfc37119c885cecf24ae62c2dc83023f53 -size 42707 diff --git a/zutils-1.4.tar.lz.sig b/zutils-1.4.tar.lz.sig deleted file mode 100644 index 9b63c1df0c8b7e98d1017f2480b49dd818de4e352fbdef71cbc50b25ab4b1418..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-RduwXkLi^I6D@Z_5dsEQ0H0CgxN{-)>IIaAOdlvswjO=XjmiL^ Xq)N<=v!T{#b6Qp7>>NiwSF}9RLXI2& diff --git a/zutils-1.6.tar.lz b/zutils-1.6.tar.lz new file mode 100644 index 0000000..fda75f2 --- /dev/null +++ b/zutils-1.6.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb100df09e3ff1af2c2424cf2799946d742f8275ea281118f87ff14ed1b8d73a +size 43549 diff --git a/zutils-1.6.tar.lz.sig b/zutils-1.6.tar.lz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..4067b579cd152329e1d902a26f348bb7ad430859d37f400e50effe8109a561bc GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$Aw9a{vkn5Rd7V0~0NGLf%XOprRo`IKKOP)p=45q+8fRKi-AAjeKt>R~J027O literal 0 HcmV?d00001 diff --git a/zutils.changes b/zutils.changes index f262240..c9a1178 100644 --- a/zutils.changes +++ b/zutils.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Feb 19 12:07:34 UTC 2018 - aloisio@gmx.com + + - Update to version 1.6 + * zcmp.cc: Accept 'B' suffix in '--ignore-initial=1kB:1234B'. + * zutils.cc (feed_data): Show input filename in error messages. + Version 1.5 + * zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0. + * zcat.cc zgrep.cc ztest.cc (main): Don't use stdin more than + once. + * zdiff.cc (set_fifonames): Use '_' if both names are different. + * configure: Avoid warning on some shells when testing for g++. + * Makefile.in: Detect the existence of install-info. + * testsuite/check.sh: A POSIX shell is required to run the + tests. + ------------------------------------------------------------------- Sun Jan 3 13:57:23 UTC 2016 - p.drouand@gmail.com diff --git a/zutils.spec b/zutils.spec index 96d8835..543f82e 100644 --- a/zutils.spec +++ b/zutils.spec @@ -1,7 +1,7 @@ # # spec file for package zutils # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,30 @@ Name: zutils -Version: 1.4 +Version: 1.6 Release: 0 Summary: Collection of utilities for dealing with compressed files License: GPL-2.0+ Group: Productivity/Archiving/Compression -Url: http://www.nongnu.org/zutils/zutils.html -Source0: http://download.savannah.gnu.org/releases/zutils/zutils-%{version}.tar.lz -Source1: http://download.savannah.gnu.org/releases/zutils/zutils-%{version}.tar.lz.sig +URL: https://www.nongnu.org/zutils/zutils.html +Source0: https://download.savannah.gnu.org/releases/zutils/zutils-%{version}.tar.lz +Source1: https://download.savannah.gnu.org/releases/zutils/zutils-%{version}.tar.lz.sig Source2: %{name}.keyring BuildRequires: gcc-c++ BuildRequires: lzip Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} Conflicts: gzip -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Zutils is a collection of utilities able to deal with any combination of compressed and uncompressed files transparently. If any given file, including standard input, is compressed, its decompressed content is used. Compressed files are decompressed on the fly; no temporary files are created. -These utilities are not wrapper scripts but safer and more efficient C++ programs. In particular the "--recursive" option is very efficient in those utilities supporting it. +Zutils is a collection of utilities able to deal with any combination +of compressed and uncompressed files transparently. If any given file, +including standard input, is compressed, its decompressed content is +used. Compressed files are decompressed on the fly; no temporary files +are created. +These utilities are not wrapper scripts but safer and more efficient +C++ programs. In particular the "--recursive" option is very efficient +in those utilities supporting it. %prep %setup -q @@ -54,8 +59,8 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files -%defattr(-,root,root) -%doc ChangeLog README COPYING +%doc ChangeLog README +%license COPYING %config %{_sysconfdir}/zutilsrc %{_bindir}/zcat %{_bindir}/zcmp