Accepting request 376068 from home:bmwiedemann:branches:Base:System
Add reproducible.patch to fix build-compare OBS-URL: https://build.opensuse.org/request/show/376068 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=40
This commit is contained in:
parent
416edfac4c
commit
396383c619
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 20 14:51:03 UTC 2016 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- Add reproducible.patch to fix build-compare
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 19 10:05:17 UTC 2014 - meissner@suse.com
|
Fri Dec 19 10:05:17 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gzip
|
# spec file for package gzip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,6 +34,7 @@ Patch4: http://rsync.samba.org/ftp/unpacked/rsync/patches/gzip-rsyncable
|
|||||||
Patch6: zdiff.diff
|
Patch6: zdiff.diff
|
||||||
# PATCH FIX OPENSUSE BNC#799561 - zgrep silently fails on LZMA compressed files
|
# PATCH FIX OPENSUSE BNC#799561 - zgrep silently fails on LZMA compressed files
|
||||||
Patch7: xz_lzma.patch
|
Patch7: xz_lzma.patch
|
||||||
|
Patch8: reproducible.patch
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
@ -55,6 +56,7 @@ times.
|
|||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch6
|
%patch6
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fomit-frame-pointer \
|
export CFLAGS="%{optflags} -fomit-frame-pointer \
|
||||||
|
21
reproducible.patch
Normal file
21
reproducible.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Index: gzip-1.6/doc/gzip.texi
|
||||||
|
===================================================================
|
||||||
|
--- gzip-1.6.orig/doc/gzip.texi
|
||||||
|
+++ gzip-1.6/doc/gzip.texi
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
@c %**end of header
|
||||||
|
@copying
|
||||||
|
This manual is for GNU Gzip
|
||||||
|
-(version @value{VERSION}, @value{UPDATED}),
|
||||||
|
+(version @value{VERSION}),
|
||||||
|
and documents commands for compressing and decompressing data.
|
||||||
|
|
||||||
|
Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2013 Free Software
|
||||||
|
@@ -46,7 +46,6 @@ Free Documentation License''.
|
||||||
|
@title GNU gzip
|
||||||
|
@subtitle The data compression program
|
||||||
|
@subtitle for Gzip version @value{VERSION}
|
||||||
|
-@subtitle @value{UPDATED}
|
||||||
|
@author by Jean-loup Gailly
|
||||||
|
|
||||||
|
@page
|
Loading…
Reference in New Issue
Block a user