Hello community,

here is the log from the commit of package gltt for openSUSE:Factory checked in 
at 2017-12-08 13:01:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gltt (Old)
 and      /work/SRC/openSUSE:Factory/.gltt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gltt"

Fri Dec  8 13:01:55 2017 rev:19 rq:555085 version:2.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gltt/gltt.changes        2012-02-07 
14:45:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gltt.new/gltt.changes   2017-12-08 
13:02:10.611308094 +0100
@@ -1,0 +2,9 @@
+Thu Nov 30 15:18:56 UTC 2017 - [email protected]
+
+- Fix hosed library build full of undefined non-weak symbols,
+  missing linkage to gl, GLU , lttf. Ensure it does not 
+  crawl back again by using -Wl,--no-undefined
+  (modifies gltt-2.5.2-automake.dif)
+- Fix package build dependencies.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gltt.spec ++++++
--- /var/tmp/diff_new_pack.Nb5SDd/_old  2017-12-08 13:02:11.495276169 +0100
+++ /var/tmp/diff_new_pack.Nb5SDd/_new  2017-12-08 13:02:11.499276024 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gltt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -14,13 +14,14 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           gltt
-BuildRequires:  freeglut-devel
 BuildRequires:  freetype-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libdrm-devel
 BuildRequires:  libtool
-BuildRequires:  xorg-x11
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
 Version:        2.5.2
 Release:        0
 Summary:        Library for TrueType with OpenGL Applications
@@ -46,7 +47,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/X11
 Provides:       gltt:%{_includedir}/gltt/FTFace.h
-Requires:       %{name} = %{version} xorg-x11-devel freetype-devel
+Requires:       %{name} = %{version}
 
 %description devel
 gltt is a library that allows you to read and draw TrueType fonts in
@@ -65,7 +66,7 @@
 
 %build
 autoreconf --force --install
-%configure\
+%configure --disable-static \
        --with-ttf-libraries=%{_libdir}\
        --with-ttf-includes=%{_includedir}\
        --with-gl-libraries=%{_libdir}
@@ -73,6 +74,7 @@
 
 %install
 %makeinstall
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
 
@@ -86,7 +88,6 @@
 %files devel
 %defattr(-,root,root)
 %{_includedir}/gltt
-%{_libdir}/libgltt.*a
 %{_libdir}/libgltt.so
 
 %changelog

++++++ gltt-2.5.2-automake.dif ++++++
--- /var/tmp/diff_new_pack.Nb5SDd/_old  2017-12-08 13:02:11.519275303 +0100
+++ /var/tmp/diff_new_pack.Nb5SDd/_new  2017-12-08 13:02:11.519275303 +0100
@@ -1,6 +1,8 @@
---- Makefile.am
-+++ Makefile.am        2002/05/21 09:57:26
-@@ -42,7 +42,7 @@
+Index: Makefile.am
+===================================================================
+--- Makefile.am.orig
++++ Makefile.am
+@@ -42,12 +42,13 @@ glttinclude_HEADERS = \
        GLTTGlyphPolygonizer.h \
        GLTTGlyphPolygonizerHandler.h
  
@@ -9,3 +11,10 @@
        -I$(top_srcdir) -I$(top_srcdir)/src \
        $(TTF_INCLUDES)
  
+-LDFLAGS = \
++AM_LDFLAGS = -Wl,--no-undefined \
+       $(TTF_LDFLAGS)
+ 
++libgltt_la_LIBADD = -lGL -lGLU -lttf
+ EXTRA_DIST = \
+       gltt.spec


Reply via email to