Hello community,

here is the log from the commit of package glu for openSUSE:Leap:15.2 checked 
in at 2020-01-30 14:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/glu (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.glu.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glu"

Thu Jan 30 14:50:18 2020 rev:12 rq:761152 version:9.0.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/glu/glu.changes        2020-01-15 
15:04:10.213864721 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.glu.new.26092/glu.changes     2020-01-30 
14:51:23.142933906 +0100
@@ -1,0 +2,6 @@
+Sun Jan  5 18:42:27 UTC 2020 - Stefan Dirsch <sndir...@suse.com>
+
+- U_build-fix.patch
+  * build fix for sle15-sp2 (bsc#1158161)
+
+-------------------------------------------------------------------

New:
----
  U_build-fix.patch

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

Other differences:
------------------
++++++ glu.spec ++++++
--- /var/tmp/diff_new_pack.71AKBf/_old  2020-01-30 14:51:23.870934293 +0100
+++ /var/tmp/diff_new_pack.71AKBf/_new  2020-01-30 14:51:23.874934295 +0100
@@ -31,6 +31,7 @@
 Source1:        baselibs.conf
 Patch0:         U_Add-D-N-DEBUG-to-CFLAGS-dependent-on-enable-debug.patch
 Patch1:         u_autoconf-Don-t-modify-CFLAGS-in-configure-scripts.patch
+Patch2:         U_build-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -90,6 +91,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 if [ ! -e configure ]; then

++++++ U_build-fix.patch ++++++
--- glu-9.0.0.orig/src/libutil/error.c  2020-01-05 19:35:08.141802000 +0100
+++ glu-9.0.0/src/libutil/error.c       2020-01-05 19:37:01.707186000 +0100
@@ -30,6 +30,7 @@
 
 #include "gluos.h"
 #include "gluint.h"
+#include <stddef.h>
 #include <GL/glu.h>
 
 

Reply via email to