Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2017-01-24 10:41:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tig (Old)
 and      /work/SRC/openSUSE:Factory/.tig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tig/tig.changes  2016-11-18 22:01:33.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes     2017-01-24 
10:41:15.575453400 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 05:10:18 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to allow for reproducible builds
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tig.spec ++++++
--- /var/tmp/diff_new_pack.rssbvU/_old  2017-01-24 10:41:16.183367074 +0100
+++ /var/tmp/diff_new_pack.rssbvU/_new  2017-01-24 10:41:16.187366506 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tig
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -26,6 +26,8 @@
 Url:            https://jonas.github.io/tig/
 Source0:        
https://github.com/jonas/tig/releases/download/tig-%{version}/tig-%{version}.tar.gz
 Patch1:         tig-remove_build_timestamp.patch
+# PATCH-FIX-TO-UPSTREAM -- to make build-compare happy
+Patch2:         reproducible.patch
 BuildRequires:  asciidoc
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
@@ -49,6 +51,7 @@
 %prep
 %setup -q
 %patch1
+%patch2 -p1
 
 %build
 %configure \

++++++ reproducible.patch ++++++
Index: tig-2.2.1/tools/make-builtin-config.sh
===================================================================
--- tig-2.2.1.orig/tools/make-builtin-config.sh
+++ tig-2.2.1/tools/make-builtin-config.sh
@@ -27,7 +27,7 @@ read_tigrc() {
        fi
 }
 
-echo "/* Generated by $0 on $(date) */"
+echo "/* Generated by $0 */"
 echo "const char *builtin_config ="
 
 read_tigrc | while read line; do

Reply via email to