Hello community,

here is the log from the commit of package armagetron for openSUSE:Factory 
checked in at 2016-04-22 16:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/armagetron (Old)
 and      /work/SRC/openSUSE:Factory/.armagetron.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "armagetron"

Changes:
--------
--- /work/SRC/openSUSE:Factory/armagetron/armagetron.changes    2015-03-30 
19:34:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.armagetron.new/armagetron.changes       
2016-04-22 16:24:40.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr  6 06:52:47 UTC 2016 - [email protected]
+
+- Add reproducible.patch to fix build-compare
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ armagetron.spec ++++++
--- /var/tmp/diff_new_pack.v0JCRv/_old  2016-04-22 16:24:41.000000000 +0200
+++ /var/tmp/diff_new_pack.v0JCRv/_new  2016-04-22 16:24:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package armagetron
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -30,6 +30,8 @@
 Url:            http://armagetronad.sourceforge.net
 Source:         
http://sourceforge.net/projects/armagetronad/files/stable/%{version}/armagetronad-%{version}.src.tar.bz2
 Source1:        armagetron_add.tar.gz
+# PATCH-FIX-OPENSUSE bmwiedemann -- fix build-compare
+Patch0:         reproducible.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,6 +46,7 @@
 
 %prep
 %setup -q -a 1 -n armagetronad-%version
+%patch0 -p1
 
 %build
 autoreconf -fi

++++++ reproducible.patch ++++++
Index: armagetronad-0.2.8.3.3/src/doc/html.m4.in
===================================================================
--- armagetronad-0.2.8.3.3.orig/src/doc/html.m4.in
+++ armagetronad-0.2.8.3.3/src/doc/html.m4.in
@@ -6,7 +6,7 @@ define(HEADSTART,dnl
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 changequote([,])dnl
-   <meta name="date" content="esyscmd(echo -n [`date 
+%Y-%m-%dT%H:%M:%S+01:00`])">
+   <meta name="date" content="esyscmd(echo -n [`date -r index.html.m4 
+%Y-%m-%dT%H:%M:%S+01:00`])">
 
    <meta name="author" content="Manuel Moos">
    <title>$1</title>)dnl
Index: armagetronad-0.2.8.3.3/src/doc/net/sig.m4
===================================================================
--- armagetronad-0.2.8.3.3.orig/src/doc/net/sig.m4
+++ armagetronad-0.2.8.3.3/src/doc/net/sig.m4
@@ -3,7 +3,7 @@
 Manuel Moos(MAILMANGLE( z-man, users, sf.net )).
 
 <p align=center>
-Last modification: esyscmd(date)
+Last modification: esyscmd(date -r index.html.m4)
 </p>
 
 

Reply via email to