Hello community,

here is the log from the commit of package sitar for openSUSE:Factory checked 
in at 2016-04-01 13:02:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sitar (Old)
 and      /work/SRC/openSUSE:Factory/.sitar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sitar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sitar/sitar.changes      2014-10-16 
18:16:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sitar.new/sitar.changes 2016-04-01 
13:02:35.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar 20 14:51:02 UTC 2016 - [email protected]
+
+- Add reproducible.patch to fix build-compare
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ sitar.spec ++++++
--- /var/tmp/diff_new_pack.OQD0TE/_old  2016-04-01 13:02:36.000000000 +0200
+++ /var/tmp/diff_new_pack.OQD0TE/_new  2016-04-01 13:02:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sitar
 #
-# Copyright (c) 2012 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source0:        sitar-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE fix-syntax-errors-with-newer-perl.patch boo#899992 
[email protected] -- fix syntax errors when run with the perl in openSUSE 13.1 and 
higher
 Patch:          fix-syntax-errors-with-newer-perl.patch
+Patch1:         reproducible.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  groff
 BuildArch:      noarch
@@ -58,8 +59,11 @@
 %prep
 %setup -q
 %patch -p1
+%patch1 -p1
 
 %build
+: ${SOURCE_DATE_EPOCH:=1168904229}
+export SOURCE_DATE_EPOCH
 make
 
 %install

++++++ reproducible.patch ++++++
Index: sitar-1.0.6/Makefile
===================================================================
--- sitar-1.0.6.orig/Makefile
+++ sitar-1.0.6/Makefile
@@ -26,7 +26,7 @@ PERL          = /usr/bin/perl
 RELEASE                = 1.0.6
 
 SVNVERSION     := $(shell svnversion -n . | sed "s/:/./" )
-RELDATE        := $(shell date +"%Y%m%d")
+RELDATE        := $(shell date --date=@$$SOURCE_DATE_EPOCH +"%Y%m%d")
 CFG_PFRAGS     = pfrags/cfg2scm.header.pl                              \
                  pfrags/cfg2scm.manpage.pl                             \
                  pfrags/cfg2scm.globals.pl                             \

Reply via email to