Hello community,

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

Package is "oyranos"

Fri Feb  1 11:46:50 2019 rev:23 rq:670166 version:0.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/oyranos/oyranos.changes  2017-09-12 
19:56:24.222566434 +0200
+++ /work/SRC/openSUSE:Factory/.oyranos.new.28833/oyranos.changes       
2019-02-01 11:46:51.316465610 +0100
@@ -1,0 +2,6 @@
+Wed Jan 30 15:47:19 UTC 2019 - wba...@tmo.at
+
+- Add exmpl-update-GLee.h-to-Mesa-18.3.1.patch to fix build on
+  Tumbleweed and Leap 15.1 (boo#1120988)
+
+-------------------------------------------------------------------

New:
----
  exmpl-update-GLee.h-to-Mesa-18.3.1.patch

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

Other differences:
------------------
++++++ oyranos.spec ++++++
--- /var/tmp/diff_new_pack.If2GSH/_old  2019-02-01 11:46:52.940463942 +0100
+++ /var/tmp/diff_new_pack.If2GSH/_new  2019-02-01 11:46:52.944463938 +0100
@@ -45,6 +45,8 @@
 Patch4:         0005-Make-static-libs-optional.patch
 Patch5:         0006-Use-FindFLTK-shipped-by-cmake.patch
 Patch6:         0007-No-undefined.patch
+# PATCH-FIX-UPSTREAM -- 
https://github.com/oyranos-cms/oyranos/commit/ac7bdc35ea376f938ad223b0156a04a2af6d2eff
+Patch7:         exmpl-update-GLee.h-to-Mesa-18.3.1.patch
 BuildRequires:  cmake
 BuildRequires:  color-filesystem
 BuildRequires:  cups-devel

++++++ exmpl-update-GLee.h-to-Mesa-18.3.1.patch ++++++
>From ac7bdc35ea376f938ad223b0156a04a2af6d2eff Mon Sep 17 00:00:00 2001
From: Kai-Uwe Behrmann <k...@gmx.de>
Date: Fri, 28 Dec 2018 00:14:24 +0100
Subject: [PATCH] * [exmpl]: update GLee.h to Mesa-18.3.1

the include guards of system files changed
---
 src/examples/image_display/GLee.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/examples/image_display/GLee.h 
b/src/examples/image_display/GLee.h
index 2edca003..01b19c68 100644
--- a/src/examples/image_display/GLee.h
+++ b/src/examples/image_display/GLee.h
@@ -61,7 +61,9 @@
        #include <OpenGL/gl.h>
 #else // GLX
        #define __glext_h_  /* prevent glext.h from being included  */
+       #define __gl_glext_h_
        #define __glxext_h_ /* prevent glxext.h from being included */
+       #define __glx_glxext_h_
        #define GLX_GLXEXT_PROTOTYPES
        #include <GL/gl.h>
        #include <GL/glx.h>

Reply via email to