commit gltt for openSUSE:Factory

2017-12-08 Thread root
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.changes2012-02-07 
14:45:42.0 +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 - crrodrig...@opensuse.org
+
+- 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.am2002/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




commit gltt for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package gltt for openSUSE:Factory checked in 
at 2012-02-07 14:45:39

Comparing /work/SRC/openSUSE:Factory/gltt (Old)
 and  /work/SRC/openSUSE:Factory/.gltt.new (New)


Package is gltt, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gltt/gltt.changes2011-10-16 
12:49:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gltt.new/gltt.changes   2012-02-07 
14:45:42.0 +0100
@@ -1,0 +2,11 @@
+Sun Feb  5 18:14:15 UTC 2012 - jeng...@medozas.de
+
+- Utilize newly-appeared freetype-devel subpackage
+
+---
+Sun Feb  5 16:30:01 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ gltt.spec ++
--- /var/tmp/diff_new_pack.imJNs1/_old  2012-02-07 14:45:43.0 +0100
+++ /var/tmp/diff_new_pack.imJNs1/_new  2012-02-07 14:45:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gltt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -14,18 +14,18 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
-
 Name:   gltt
-BuildRequires:  freeglut-devel freetype gcc-c++ libdrm-devel xorg-x11
+BuildRequires:  freeglut-devel
+BuildRequires:  freetype-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libdrm-devel
 BuildRequires:  libtool
-License:LGPL-2.1+
-Group:  Development/Libraries/X11
+BuildRequires:  xorg-x11
 Version:2.5.2
-Release:704
+Release:0
 Summary:Library for TrueType with OpenGL Applications
+License:LGPL-2.1+
+Group:  Development/Libraries/X11
 Url:http://gltt.sourceforge.net
 Source: gltt-%{version}.tar.bz2
 Patch:  gltt-%{version}-autoconf.patch
@@ -41,19 +41,12 @@
 It supports bitmapped and antialiased font drawing as well as
 vectorized and polygonized drawing.
 
-
-
-Authors:
-
-Stephane Rehel re...@worldnet.fr
-
 %package devel
-License:GPL-2.0+
 Summary:Library for TrueType with OpenGL Applications
+License:GPL-2.0+
 Group:  Development/Libraries/X11
 Provides:   gltt:%{_includedir}/gltt/FTFace.h
-# FIXME: freetype should split to freetype  freetype-devel
-Requires:   %{name} = %{version} xorg-x11-devel freetype
+Requires:   %{name} = %{version} xorg-x11-devel freetype-devel
 
 %description devel
 gltt is a library that allows you to read and draw TrueType fonts in
@@ -62,12 +55,6 @@
 It supports bitmapped and antialiased font drawing as well as
 vectorized and polygonized drawing.
 
-
-
-Authors:
-
-Stephane Rehel re...@worldnet.fr
-
 %prep
 %setup
 %patch
@@ -82,14 +69,11 @@
--with-ttf-libraries=%{_libdir}\
--with-ttf-includes=%{_includedir}\
--with-gl-libraries=%{_libdir}
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit gltt for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gltt for openSUSE:Factory checked in 
at 2011-12-06 18:13:14

Comparing /work/SRC/openSUSE:Factory/gltt (Old)
 and  /work/SRC/openSUSE:Factory/.gltt.new (New)


Package is gltt, Maintainer is prus...@suse.com

Changes:




Other differences:
--
++ gltt.spec ++
--- /var/tmp/diff_new_pack.oa6CYP/_old  2011-12-06 18:19:36.0 +0100
+++ /var/tmp/diff_new_pack.oa6CYP/_new  2011-12-06 18:19:36.0 +0100
@@ -21,7 +21,7 @@
 Name:   gltt
 BuildRequires:  freeglut-devel freetype gcc-c++ libdrm-devel xorg-x11
 BuildRequires:  libtool
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Group:  Development/Libraries/X11
 Version:2.5.2
 Release:704
@@ -48,7 +48,7 @@
 Stephane Rehel re...@worldnet.fr
 
 %package devel
-License:GPL v2 or later
+License:GPL-2.0+
 Summary:Library for TrueType with OpenGL Applications
 Group:  Development/Libraries/X11
 Provides:   gltt:%{_includedir}/gltt/FTFace.h

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



commit gltt for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package gltt for openSUSE:Factory
checked in at Sun Oct 16 12:45:20 CEST 2011.




--- openSUSE:Factory/gltt/gltt.changes  2011-09-23 02:00:15.0 +0200
+++ /mounts/work_src_done/STABLE/gltt/gltt.changes  2011-10-15 
06:52:01.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 15 04:47:10 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gltt.spec ++
--- /var/tmp/diff_new_pack.iUhexT/_old  2011-10-16 12:45:17.0 +0200
+++ /var/tmp/diff_new_pack.iUhexT/_new  2011-10-16 12:45:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gltt (Version 2.5.2)
+# spec file for package gltt
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,6 +20,7 @@
 
 Name:   gltt
 BuildRequires:  freeglut-devel freetype gcc-c++ libdrm-devel xorg-x11
+BuildRequires:  libtool
 License:LGPL v2.1 or later
 Group:  Development/Libraries/X11
 Version:2.5.2

continue with q...



Remember to have fun...

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