Accepting request 622911 from Archiving

OBS-URL: https://build.opensuse.org/request/show/622911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zutils?expand=0&rev=4
This commit is contained in:
2018-07-17 07:41:34 +00:00
committed by Git OBS Bridge
6 changed files with 20 additions and 13 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 14 08:27:03 UTC 2018 - antoine.belvire@opensuse.org
- Update to version 1.7:
* zgrep.cc (main): Pass '--color' option to grep.
* check.sh: Added new tests for zgrep.
-------------------------------------------------------------------
Mon Feb 19 12:07:34 UTC 2018 - aloisio@gmx.com

View File

@@ -17,10 +17,10 @@
Name: zutils
Version: 1.6
Version: 1.7
Release: 0
Summary: Collection of utilities for dealing with compressed files
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Productivity/Archiving/Compression
URL: https://www.nongnu.org/zutils/zutils.html
Source0: https://download.savannah.gnu.org/releases/zutils/zutils-%{version}.tar.lz
@@ -50,7 +50,7 @@ in those utilities supporting it.
make CXXFLAGS="%{optflags}" %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%make_install
%post
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
@@ -70,12 +70,12 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
%{_bindir}/zgrep
%{_bindir}/ztest
%{_bindir}/zupdate
%{_infodir}/zutils.info.gz
%{_mandir}/man1/zcat.1.gz
%{_mandir}/man1/zcmp.1.gz
%{_mandir}/man1/zdiff.1.gz
%{_mandir}/man1/zgrep.1.gz
%{_mandir}/man1/ztest.1.gz
%{_mandir}/man1/zupdate.1.gz
%{_infodir}/zutils.info%{?ext_info}
%{_mandir}/man1/zcat.1%{?ext_man}
%{_mandir}/man1/zcmp.1%{?ext_man}
%{_mandir}/man1/zdiff.1%{?ext_man}
%{_mandir}/man1/zgrep.1%{?ext_man}
%{_mandir}/man1/ztest.1%{?ext_man}
%{_mandir}/man1/zupdate.1%{?ext_man}
%changelog