Hello community, here is the log from the commit of package zutils for openSUSE:Factory checked in at 2018-02-20 17:56:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zutils (Old) and /work/SRC/openSUSE:Factory/.zutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zutils" Tue Feb 20 17:56:25 2018 rev:3 rq:578269 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/zutils/zutils.changes 2016-01-04 09:22:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.zutils.new/zutils.changes 2018-02-20 17:56:36.303159466 +0100 @@ -1,0 +2,16 @@ +Mon Feb 19 12:07:34 UTC 2018 - [email protected] + + - 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. + +------------------------------------------------------------------- Old: ---- zutils-1.4.tar.lz zutils-1.4.tar.lz.sig New: ---- zutils-1.6.tar.lz zutils-1.6.tar.lz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zutils.spec ++++++ --- /var/tmp/diff_new_pack.EHeTdc/_old 2018-02-20 17:56:37.655110787 +0100 +++ /var/tmp/diff_new_pack.EHeTdc/_new 2018-02-20 17:56:37.659110643 +0100 @@ -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 @@ %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
