Hello community, here is the log from the commit of package ftgl for openSUSE:Factory checked in at 2012-09-23 08:44:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ftgl (Old) and /work/SRC/openSUSE:Factory/.ftgl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ftgl", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes 2011-10-03 09:18:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ftgl.new/ftgl.changes 2012-09-23 08:44:46.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Sep 18 13:32:21 UTC 2012 - [email protected] + +- Add explicit glu dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ftgl.spec ++++++ --- /var/tmp/diff_new_pack.c6enyg/_old 2012-09-23 08:44:47.000000000 +0200 +++ /var/tmp/diff_new_pack.c6enyg/_new 2012-09-23 08:44:47.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ftgl # -# 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 @@ -15,20 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: ftgl -BuildRequires: doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel +BuildRequires: doxygen +BuildRequires: freeglut-devel +BuildRequires: freetype2-devel +BuildRequires: gcc-c++ +BuildRequires: libdrm-devel BuildRequires: libtool +BuildRequires: pkgconfig(glu) Version: 2.1.2.99.5 -Release: 19 +Release: 0 %define _version 2.1.3-rc5 %define __version 2.1.3~rc5 Url: http://ftgl.wiki.sourceforge.net/ -Group: System/Libraries -License: LGPL-2.1+ Summary: Library for Using Arbitrary Fonts in OpenGL Applications +License: LGPL-2.1+ +Group: System/Libraries Source: %{name}-%{_version}.tar.bz2 Patch: %{name}-autoreconf.patch Patch1: ftgl-pkgconfig.patch @@ -84,9 +87,8 @@ Daniel Remenak <[email protected]> %package -n libftgl2 -License: LGPL-2.1+ -Group: System/Libraries Summary: Library for Using Arbitrary Fonts in OpenGL Applications +Group: System/Libraries Provides: ftgl:/usr/%_lib/libftgl.so.0 %description -n libftgl2 @@ -137,10 +139,12 @@ Daniel Remenak <[email protected]> %package devel -License: LGPL-2.1+ -Group: Development/Libraries/C and C++ Summary: Library for Using Arbitrary Fonts in OpenGL Applications -Requires: libftgl2 = %{version} Mesa-devel freetype2-devel +Group: Development/Libraries/C and C++ +Requires: Mesa-devel +Requires: freetype2-devel +Requires: libftgl2 = %{version} +Requires: pkgconfig(glu) %description devel FTGL is a free open source library that enables developers to use @@ -185,9 +189,8 @@ Daniel Remenak <[email protected]> %package demo -License: LGPL-2.1+ -Group: System/Libraries Summary: Library for Using Arbitrary Fonts in OpenGL Applications +Group: System/Libraries # Up to openSUSE 11.0 and SLED 10, %%{_bindir}/FTGLDemo was part of ftgl-devel: Conflicts: %{name}-devel <= 2.1.2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
