Hello community,

here is the log from the commit of package supertuxkart for openSUSE:Factory 
checked in at 2019-01-10 15:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supertuxkart (Old)
 and      /work/SRC/openSUSE:Factory/.supertuxkart.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supertuxkart"

Thu Jan 10 15:22:46 2019 rev:17 rq:664031 version:0.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/supertuxkart/supertuxkart.changes        
2018-05-08 13:38:11.611704683 +0200
+++ /work/SRC/openSUSE:Factory/.supertuxkart.new.28833/supertuxkart.changes     
2019-01-10 15:23:00.830350772 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 08:42:00 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Add supertuxkart-mesa-18.3.patch: Fix build against Mesa 18.3
+  (boo#1120986).
+
+-------------------------------------------------------------------

New:
----
  supertuxkart-mesa-18.3.patch

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

Other differences:
------------------
++++++ supertuxkart.spec ++++++
--- /var/tmp/diff_new_pack.Ot9FhY/_old  2019-01-10 15:23:07.322344054 +0100
+++ /var/tmp/diff_new_pack.Ot9FhY/_new  2019-01-10 15:23:07.326344049 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package supertuxkart
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,6 +27,8 @@
 # Geeko kart add-on (CC-BY 3.0)
 Source1:        http://stkaddons.net/dl/14e6ba25b17f0d.zip
 Source9:        supertuxkart.6
+# PATCH-FIX-UPSTREAM supertuxkart-mesa-18.3.patch boo#1120986 
[email protected] - Fix build against Mesa 18.3
+Patch0:         supertuxkart-mesa-18.3.patch
 BuildRequires:  cmake >= 3
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -75,6 +77,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 find -name '*~' -delete -print
 find -name '.git*' -delete -print
 


++++++ supertuxkart-mesa-18.3.patch ++++++
>From 7cc4c92b31b0367623f39bed32dacc8cfea651f3 Mon Sep 17 00:00:00 2001
From: Deve <[email protected]>
Date: Wed, 14 Nov 2018 20:59:00 +0100
Subject: [PATCH] Fixed compilation with current mesa.

It fixes #3557.
---
 lib/glew/include/GL/glew.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/glew/include/GL/glew.h b/lib/glew/include/GL/glew.h
index b5b6987fc7..a9f9e4b9ba 100644
--- a/lib/glew/include/GL/glew.h
+++ b/lib/glew/include/GL/glew.h
@@ -93,7 +93,7 @@
 #if defined(__REGAL_H__)
 #error Regal.h included before glew.h
 #endif
-#if defined(__glext_h_) || defined(__GLEXT_H_)
+#if defined(__glext_h_) || defined(__GLEXT_H_) || defined(__gl_glext_h_)
 #error glext.h included before glew.h
 #endif
 #if defined(__gl_ATI_h_)
@@ -109,6 +109,7 @@
 #define __X_GL_H
 #define __glext_h_
 #define __GLEXT_H_
+#define __gl_glext_h_
 #define __gl_ATI_h_
 
 #if defined(_WIN32)


Reply via email to