Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory
checked in at Tue Aug 30 10:50:17 CEST 2011.



--------
--- ftgl/ftgl.changes   2010-04-26 13:02:18.000000000 +0200
+++ /mounts/work_src_done/STABLE/ftgl/ftgl.changes      2011-08-29 
18:01:19.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Aug 29 16:00:51 UTC 2011 - [email protected]
+
+- Fix build with new gnu Ld defaults. 
+
+-------------------------------------------------------------------
+Sun Apr 24 12:59:34 UTC 2011 - [email protected]
+  
+- Add 32bit compatibility libraries
+- Fixed spec file encoding (fix for RPMLINT warning)
+  
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  baselibs.conf
  ftgl-fix-no-add-needed.patch

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

Other differences:
------------------
++++++ ftgl.spec ++++++
--- /var/tmp/diff_new_pack.QsSnzz/_old  2011-08-30 10:49:33.000000000 +0200
+++ /var/tmp/diff_new_pack.QsSnzz/_new  2011-08-30 10:49:33.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ftgl (Version 2.1.2.99.5)
+# spec file for package ftgl
 #
-# Copyright (c) 2010 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
@@ -21,7 +21,7 @@
 Name:           ftgl
 BuildRequires:  doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel
 Version:        2.1.2.99.5
-Release:        9
+Release:        19
 %define _version 2.1.3-rc5
 %define __version 2.1.3~rc5
 Url:            http://ftgl.wiki.sourceforge.net/
@@ -31,6 +31,7 @@
 Source:         %{name}-%{_version}.tar.bz2
 Patch:          %{name}-autoreconf.patch
 Patch1:         ftgl-pkgconfig.patch
+Patch2:         ftgl-fix-no-add-needed.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libftgl2 = %{version}-%{release}
 
@@ -68,15 +69,15 @@
 --------
     Henry Maddocks <[email protected]>
     Jed Soane
-    G�rard Lanois
+    G�rard Lanois
     Matthias Kretz
     Andrew Ellerton
     Max Rheiner
-    S�bastien Barr�
+    S�bastien Barr�
     Marcelo E. Magallon <[email protected]>
     Robert Bell
     Sam Hocevar <[email protected]>
-    �ric Beets <[email protected]>
+    �ric Beets <[email protected]>
     Christopher Sean Morrison <[email protected]>
     Jeff Myers (JeffM2501) <[email protected]>
     Daniel Remenak <[email protected]>
@@ -121,15 +122,15 @@
 --------
     Henry Maddocks <[email protected]>
     Jed Soane
-    G�rard Lanois
+    G�rard Lanois
     Matthias Kretz
     Andrew Ellerton
     Max Rheiner
-    S�bastien Barr�
+    S�bastien Barr�
     Marcelo E. Magallon <[email protected]>
     Robert Bell
     Sam Hocevar <[email protected]>
-    �ric Beets <[email protected]>
+    �ric Beets <[email protected]>
     Christopher Sean Morrison <[email protected]>
     Jeff Myers (JeffM2501) <[email protected]>
     Daniel Remenak <[email protected]>
@@ -169,15 +170,15 @@
 --------
     Henry Maddocks <[email protected]>
     Jed Soane
-    G�rard Lanois
+    G�rard Lanois
     Matthias Kretz
     Andrew Ellerton
     Max Rheiner
-    S�bastien Barr�
+    S�bastien Barr�
     Marcelo E. Magallon <[email protected]>
     Robert Bell
     Sam Hocevar <[email protected]>
-    �ric Beets <[email protected]>
+    �ric Beets <[email protected]>
     Christopher Sean Morrison <[email protected]>
     Jeff Myers (JeffM2501) <[email protected]>
     Daniel Remenak <[email protected]>
@@ -186,7 +187,7 @@
 License:        LGPLv2.1+
 Group:          System/Libraries
 Summary:        Library for Using Arbitrary Fonts in OpenGL Applications
-# Up to openSUSE 11.0 and SLED 10, %{_bindir}/FTGLDemo was part of ftgl-devel:
+# Up to openSUSE 11.0 and SLED 10, %%{_bindir}/FTGLDemo was part of ftgl-devel:
 Conflicts:      %{name}-devel <= 2.1.2
 
 %description demo
@@ -223,15 +224,15 @@
 --------
     Henry Maddocks <[email protected]>
     Jed Soane
-    G�rard Lanois
+    G�rard Lanois
     Matthias Kretz
     Andrew Ellerton
     Max Rheiner
-    S�bastien Barr�
+    S�bastien Barr�
     Marcelo E. Magallon <[email protected]>
     Robert Bell
     Sam Hocevar <[email protected]>
-    �ric Beets <[email protected]>
+    �ric Beets <[email protected]>
     Christopher Sean Morrison <[email protected]>
     Jeff Myers (JeffM2501) <[email protected]>
     Daniel Remenak <[email protected]>
@@ -240,6 +241,7 @@
 %setup -q -n %{name}-%{__version}
 %patch
 %patch1
+%patch2
 
 %build
 autoreconf -f -i -v

++++++ baselibs.conf ++++++
libftgl2
++++++ ftgl-fix-no-add-needed.patch ++++++
--- configure.ac.orig
+++ configure.ac
@@ -36,7 +36,7 @@ AC_CHECK_HEADER([stdlib.h])
 # Check for system functions
 AC_CHECK_FUNCS(wcsdup)
 AC_CHECK_FUNCS(strndup)
-
+AC_SEARCH_LIBS(sin, m)
 # Checks for libraries.
 
 AC_PATH_X

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to