Hello community,

here is the log from the commit of package openttd-opengfx for openSUSE:Factory 
checked in at 2013-07-01 15:58:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openttd-opengfx (Old)
 and      /work/SRC/openSUSE:Factory/.openttd-opengfx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openttd-opengfx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openttd-opengfx/openttd-opengfx.changes  
2013-01-07 17:29:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openttd-opengfx.new/openttd-opengfx.changes     
2013-07-01 15:58:47.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 13:25:11 UTC 2013 - pgaj...@suse.com
+
+- fix build with gcc 4.8
+  * openttd-opengfx-gcc48.patch
+
+-------------------------------------------------------------------

New:
----
  openttd-opengfx-gcc48.patch

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

Other differences:
------------------
++++++ openttd-opengfx.spec ++++++
--- /var/tmp/diff_new_pack.piTcpD/_old  2013-07-01 15:58:47.000000000 +0200
+++ /var/tmp/diff_new_pack.piTcpD/_new  2013-07-01 15:58:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openttd-opengfx
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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 @@
 
 Url:            http://dev.openttdcoop.org/projects/opengfx
 Source0:        
http://bundles.openttdcoop.org/opengfx/releases/%{srcver}/opengfx-%{srcver}-source.tar.gz
+Patch0:         openttd-opengfx-gcc48.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -47,6 +48,7 @@
 
 %prep
 %setup -qn opengfx-%{srcver}-source
+%patch0
 %if !0%{?without_gimp}
 make clean-gfx
 %endif

++++++ openttd-opengfx-gcc48.patch ++++++
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/games-misc/opengfx/files/opengfx-0.4.6.1-gcc48.patch
--- scripts/Makefile.nml.old    2013-05-09 20:09:52.992038666 +0200
+++ scripts/Makefile.nml        2013-05-09 20:10:36.942970903 +0200
@@ -14,11 +14,11 @@
 
 %.src.dep: $(SRC_DIR)/%.pnml
        $(_E) "[DEP] $@"
-       $(_V) $(CC) -C -M -MF $@ -E -MT $(patsubst %.src.dep,%.nml,$@) - < $<
+       $(_V) $(CC) -P -C -M -MF $@ -E -MT $(patsubst %.src.dep,%.nml,$@) - < $<
 
 %.nml: $(SRC_DIR)/%.pnml $(TAG_FILENAME)
        $(_E) "[CPP] $@"
-       $(_V) $(CC) -D REPO_REVISION=$(REPO_REVISION) $(CC_FLAGS) $< > $@
+       $(_V) $(CC) -P -D REPO_REVISION=$(REPO_REVISION) $(CC_FLAGS) $< > $@
 
 %.gfx.dep: %.nml
        $(_E) "[DEP] $@"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to