Hello community,

here is the log from the commit of package rocksndiamonds for openSUSE:Factory 
checked in at 2016-04-12 19:37:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocksndiamonds (Old)
 and      /work/SRC/openSUSE:Factory/.rocksndiamonds.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocksndiamonds"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocksndiamonds/rocksndiamonds.changes    
2014-10-14 08:59:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rocksndiamonds.new/rocksndiamonds.changes       
2016-04-12 19:37:14.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr  7 04:50:37 UTC 2016 - [email protected]
+
+- Add reproducible.patch to fix build-compare
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ rocksndiamonds.spec ++++++
--- /var/tmp/diff_new_pack.0i06TM/_old  2016-04-12 19:37:15.000000000 +0200
+++ /var/tmp/diff_new_pack.0i06TM/_new  2016-04-12 19:37:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rocksndiamonds
 #
-# 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 Source2:        %{name}.desktop
 # PATCH-FIX-UPSTREAM Permissions
 Patch0:         %{name}-%{version}-src_libgame_setup.c-CVE-2011-4606.patch
+# PATCH-FIX-OPENSUSE bmwiedemann -- fix build-compare
+Patch1:         reproducible.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig(SDL_image)
@@ -49,6 +51,7 @@
 %prep
 %setup -q -b 1
 %patch0
+%patch1 -p1
 
 # Remove not needed files
 find levels -name '*.orig' -delete

++++++ reproducible.patch ++++++
Index: rocksndiamonds-3.3.1.2/src/Makefile
===================================================================
--- rocksndiamonds-3.3.1.2.orig/src/Makefile
+++ rocksndiamonds-3.3.1.2/src/Makefile
@@ -291,7 +291,7 @@ conf_mus.h: conf_mus.c
        @$(MAKE) auto-conf
 
 $(TIMESTAMP_FILE): $(SRCS) $(LIBGAME) $(GAME_EM) $(GAME_SP)
-       @date '+"%Y-%m-%d %H:%M"' \
+       @date -r ../ChangeLog '+"%Y-%m-%d %H:%M"' \
        | sed -e 's/^/#define COMPILE_DATE_STRING /' \
        > $(TIMESTAMP_FILE)
 


Reply via email to