Hello community,

here is the log from the commit of package xgalaga++ for openSUSE:Factory 
checked in at 2017-05-31 12:20:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xgalaga++ (Old)
 and      /work/SRC/openSUSE:Factory/.xgalaga++.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xgalaga++"

Wed May 31 12:20:32 2017 rev:2 rq:499763 version:0.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xgalaga++/xgalaga++.changes      2014-12-03 
22:52:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xgalaga++.new/xgalaga++.changes 2017-05-31 
12:20:33.561479104 +0200
@@ -1,0 +2,6 @@
+Sat May 27 04:58:50 UTC 2017 - [email protected]
+
+- Add reproducible.patch to sort input files to make build reproducible
+  (boo#1041090)
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ xgalaga++.spec ++++++
--- /var/tmp/diff_new_pack.tNyDRq/_old  2017-05-31 12:20:34.149396110 +0200
+++ /var/tmp/diff_new_pack.tNyDRq/_new  2017-05-31 12:20:34.149396110 +0200
@@ -26,6 +26,8 @@
 Source0:        http://marc.mongenet.ch/OSS/XGalaga/%{name}_%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
+# PATCH-FIX-UPSTREAM -- TODO
+Patch0:         reproducible.patch
 %if 0%{?suse_version}
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 # Adjust Highscore
 sed -i -e 's|/usr/local|/usr/|' \

++++++ reproducible.patch ++++++
Index: xgalaga++-0.8.4/Makefile
===================================================================
--- xgalaga++-0.8.4.orig/Makefile
+++ xgalaga++-0.8.4/Makefile
@@ -124,7 +124,7 @@ CXXOPTS = $(GOAL_OPTS) $(COMPILE_OPTS) $
 LDOPTS = $(GOAL_OPTS) $(LNK_LIBS)
 
 # source files in this project
-sources := $(wildcard $(srcdir)/*.$(SOURCE_SUFFIX))
+sources := $(sort $(wildcard $(srcdir)/*.$(SOURCE_SUFFIX)))
 
 # object files in this project
 objs := $(notdir $(sources))


Reply via email to