Accepting request 865314 from Archiving
- Update to version 1.10: * zdiff.cc (set_fifonames): Encode pid in little endian order. * zupdate.cc (zupdate_file): Fix a portability issue with Solaris 10. * zutils.texi: Document that 'zgrep -L' fails with GNU grep 3.2 to 3.4. * check.sh: Test empty input files with all tools except zupdate. OBS-URL: https://build.opensuse.org/request/show/865314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zutils?expand=0&rev=9
This commit is contained in:
3
zutils-1.10.tar.lz
Normal file
3
zutils-1.10.tar.lz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd44138292d5757648037195b6945c3df70b316221b4285520ad38f2eaeb195
|
||||
size 55080
|
BIN
zutils-1.10.tar.lz.sig
Normal file
BIN
zutils-1.10.tar.lz.sig
Normal file
Binary file not shown.
@@ -7,10 +7,10 @@ Use zutils- prefix with executables also present in the gzip
|
||||
package.
|
||||
|
||||
---
|
||||
Index: zutils-1.7/Makefile.in
|
||||
Index: zutils-1.10/Makefile.in
|
||||
===================================================================
|
||||
--- zutils-1.7.orig/Makefile.in
|
||||
+++ zutils-1.7/Makefile.in
|
||||
--- zutils-1.10.orig/Makefile.in
|
||||
+++ zutils-1.10/Makefile.in
|
||||
@@ -126,12 +126,12 @@ install-strip-compress : install-bin-str
|
||||
|
||||
install-bin : all
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59d83cb129788528d311a0bb686e40986c6941b1ad90edc20a91878c39aa5c78
|
||||
size 55127
|
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 09:42:36 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.10:
|
||||
* zdiff.cc (set_fifonames): Encode pid in little endian order.
|
||||
* zupdate.cc (zupdate_file): Fix a portability issue with Solaris 10.
|
||||
* zutils.texi: Document that 'zgrep -L' fails with GNU grep 3.2 to 3.4.
|
||||
* check.sh: Test empty input files with all tools except zupdate.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 11:55:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zutils
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: zutils
|
||||
Version: 1.9
|
||||
Version: 1.10
|
||||
Release: 0
|
||||
Summary: Collection of utilities for dealing with compressed files
|
||||
License: GPL-2.0-or-later
|
||||
@@ -53,6 +53,9 @@ in those utilities supporting it.
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
|
Reference in New Issue
Block a user