commit ftgl for openSUSE:Factory

2019-12-23 Thread root
Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory checked in 
at 2019-12-23 22:34:02

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


Package is "ftgl"

Mon Dec 23 22:34:02 2019 rev:33 rq:755223 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes2019-03-14 
14:52:02.627790707 +0100
+++ /work/SRC/openSUSE:Factory/.ftgl.new.6675/ftgl.changes  2019-12-23 
22:34:20.061739372 +0100
@@ -1,0 +2,43 @@
+Sat Oct 26 17:51:03 UTC 2019 - Luigi Baldoni 
+
+- Update to version 2.4.0
+  * New setting LegacyOpenGLState(), see README-LegacyOpenGLState
+  * Fix/silence compiler warnings
+  version 2.3.1:
+  * Updates to debian/ build files
+  version 2.3.0:
+  * Fix a memory leak
+  * FTContour: avoid NaN for angles close to 180 degrees
+(see Debian bug #589601, 5.)
+  * FTBufferGlyph: fix garbage with bitmap fonts
+(text is still clipped, that seems to be another problem)
+  * FTTextureGlyphImpl: fix garbage with bitmap fonts
+(see Debian bug #589601, 4.)
+  * FTPixmapGlyph: fix garbage with bitmap fonts
+(see Debian bug #589601, 2.)
+  * FTOutlineGlyphImpl, FTPolygonGlyphImpl: avoid uninizitalized
+vectoriser in case of error (see Debian bug #589601, 1.)
+  * Various other bugfixes collected through the years
+  version 2.2.0:
+  * Stable API. Public headers are now frozen.
+  * Fixed several memory corruption and crash bugs - Sam Hocevar
+  * Fixed several memory leaks - Sam Hocevar
+  * Kerning and glyph performance enhancements - Sean Morrison
+  * The library now also exports a pure C interface - Éric Beets
+  * Inset/outset contour support for fonts - Éric Beets
+  * Fix the FTLayout rendering - Éric Beets
+  * Added new FTLayout and FTSimpleLayout support for layout
+managers - Sam Hocevar
+  * Fixed the paths in the XCode project - Henry Maddocks
+  * Changed the behaviour of some objects so that if there is an
+error their state isn't changed - Henry Maddocks
+  * New, fast FTBufferFont texture fonts - Sam Hocevar
+  * UTF-8 support - Daniel Remenak
+
+- Switch to maintained fork
+
+- Dropped ftgl-autoreconf.patch (merged upstream)
+
+- Refreshed install-FTVectoriser.h.patch
+
+---

Old:

  ftgl-2.1.3-rc5.tar.bz2
  ftgl-autoreconf.patch

New:

  ftgl-2.4.0.tar.gz



Other differences:
--
++ ftgl.spec ++
--- /var/tmp/diff_new_pack.qdEAar/_old  2019-12-23 22:34:22.669740504 +0100
+++ /var/tmp/diff_new_pack.qdEAar/_new  2019-12-23 22:34:22.669740504 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ftgl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define libname libftgl2
 %bcond_without ftgl_html
 Name:   ftgl
-Version:2.1.3~rc5
+Version:2.4.0
 Release:0
 Summary:Library for Using Arbitrary Fonts in OpenGL Applications
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
-Url:http://ftgl.wiki.sourceforge.net/
-Source0:
http://sourceforge.net/projects/ftgl/files/FTGL%%20Source/2.1.3%%7Erc5/%{name}-2.1.3-rc5.tar.bz2
+# was http://ftgl.wiki.sourceforge.net
+URL:https://github.com/frankheckenbach/ftgl
+Source0:
https://github.com/frankheckenbach/ftgl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-Patch0: %{name}-autoreconf.patch
 Patch1: ftgl-pkgconfig.patch
 Patch2: ftgl-fix-no-add-needed.patch
 # PATCH-FIX-OPENSUSE: install FTVectoriser.h, required by tulip-5.0; 
kkae...@suse.de
@@ -39,7 +39,11 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  freeglut-devel
+%if 0%{?suse_version} >= 1500
 BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc7-c++
+%endif
 BuildRequires:  ghostscript
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -90,12 +94,15 @@
 
 %prep
 %setup -q
-%patch0
 %patch1
 %patch2
 %patch3 -p1
 
 %build
+export CC=gcc
+export CXX=g++
+test -x "$(type -p gcc-7)" && export CC=gcc-7
+test -x "$(type -p g++-7)" && export CXX=g++-7
 autoreconf -fvi
 %configure \
--disable-static

++ install-FTVectoriser.h.patch ++
--- /var/tmp/diff_new_pack.qdEAar/_old  201

commit ftgl for openSUSE:Factory

2019-03-14 Thread root
Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory checked in 
at 2019-03-14 14:51:56

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


Package is "ftgl"

Thu Mar 14 14:51:56 2019 rev:32 rq:683724 version:2.1.3~rc5

Changes:

--- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes2018-04-02 
22:47:03.634571431 +0200
+++ /work/SRC/openSUSE:Factory/.ftgl.new.28833/ftgl.changes 2019-03-14 
14:52:02.627790707 +0100
@@ -1,0 +2,5 @@
+Fri Mar  8 16:41:52 UTC 2019 - o...@aepfle.de
+
+- Add conditional for html docs, SLE_12 has no epstopdf
+
+---



Other differences:
--
++ ftgl.spec ++
--- /var/tmp/diff_new_pack.V3Pcxm/_old  2019-03-14 14:52:03.939790518 +0100
+++ /var/tmp/diff_new_pack.V3Pcxm/_new  2019-03-14 14:52:03.943790517 +0100
@@ -17,6 +17,7 @@
 
 
 %define libname libftgl2
+%bcond_without ftgl_html
 Name:   ftgl
 Version:2.1.3~rc5
 Release:0
@@ -31,15 +32,17 @@
 Patch2: ftgl-fix-no-add-needed.patch
 # PATCH-FIX-OPENSUSE: install FTVectoriser.h, required by tulip-5.0; 
kkae...@suse.de
 Patch3: install-FTVectoriser.h.patch
+%if %{with ftgl_html}
+BuildRequires:  doxygen
+BuildRequires:  texlive-epstopdf
+%endif
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  doxygen
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  texlive-epstopdf
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
@@ -123,7 +126,9 @@
 
 %files devel
 %doc %dir %{_defaultdocdir}/%{name}
+%if %{with ftgl_html}
 %doc %{_defaultdocdir}/%{name}/html
+%endif
 %doc %{_defaultdocdir}/%{name}/*.txt
 %{_includedir}/FTGL
 %{_libdir}/*.so




commit ftgl for openSUSE:Factory

2018-04-02 Thread root
Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory checked in 
at 2018-04-02 22:47:01

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


Package is "ftgl"

Mon Apr  2 22:47:01 2018 rev:31 rq:591121 version:2.1.3~rc5

Changes:

--- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes2017-12-10 
18:14:18.268169785 +0100
+++ /work/SRC/openSUSE:Factory/.ftgl.new/ftgl.changes   2018-04-02 
22:47:03.634571431 +0200
@@ -1,0 +2,6 @@
+Mon Mar 26 12:52:27 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove Requires on Mesa-devel, automated pkgconfig()
+  Requires are enough in this case.
+
+---



Other differences:
--
++ ftgl.spec ++
--- /var/tmp/diff_new_pack.bSZllJ/_old  2018-04-02 22:47:05.226513551 +0200
+++ /var/tmp/diff_new_pack.bSZllJ/_new  2018-04-02 22:47:05.230513405 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ftgl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 Version:2.1.3~rc5
 Release:0
 Summary:Library for Using Arbitrary Fonts in OpenGL Applications
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Url:http://ftgl.wiki.sourceforge.net/
 Source0:
http://sourceforge.net/projects/ftgl/files/FTGL%%20Source/2.1.3%%7Erc5/%{name}-2.1.3-rc5.tar.bz2
@@ -41,6 +41,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  texlive-epstopdf
 BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libdrm)
@@ -63,10 +64,7 @@
 %package devel
 Summary:Development files for the FTGL OpenGL font managing library
 Group:  Development/Libraries/C and C++
-Requires:   Mesa-devel
-Requires:   freetype2-devel
 Requires:   libftgl2 = %{version}
-Requires:   pkgconfig(glu)
 
 %description devel
 FTGL is a C++ library using Freetype2 to render fonts in OpenGL




commit ftgl for openSUSE:Factory

2017-12-10 Thread root
Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory checked in 
at 2017-12-10 18:14:15

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


Package is "ftgl"

Sun Dec 10 18:14:15 2017 rev:30 rq:555023 version:2.1.3~rc5

Changes:

--- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes2017-07-17 
09:02:05.256583935 +0200
+++ /work/SRC/openSUSE:Factory/.ftgl.new/ftgl.changes   2017-12-10 
18:14:18.268169785 +0100
@@ -1,0 +2,6 @@
+Thu Dec  7 12:43:48 UTC 2017 - kkae...@suse.com
+
+- adapt install-FTVectoriser.h.patch to install more .h files
+  required by tulip-5.1.0
+
+---



Other differences:
--
++ install-FTVectoriser.h.patch ++
--- /var/tmp/diff_new_pack.B6y8v2/_old  2017-12-10 18:14:19.884092818 +0100
+++ /var/tmp/diff_new_pack.B6y8v2/_new  2017-12-10 18:14:19.884092818 +0100
@@ -1,11 +1,15 @@
 diff -ruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-ftgl-2.1.3~rc5/src/Makefile.am 
./src/Makefile.am
 --- ../orig-ftgl-2.1.3~rc5/src/Makefile.am 2008-05-23 09:13:42.0 
+0200
 +++ ./src/Makefile.am  2017-06-28 15:13:01.803157035 +0200
-@@ -39,6 +39,7 @@
+@@ -39,6 +39,11 @@
  ftgl_HEADERS = $(ftgl_headers)
  
  ftgl_headers = \
 +FTVectoriser.h \
++FTContour.h \
++FTLibrary.h \
++FTList.h \
++FTVector.h \
  FTGL/ftgl.h \
  FTGL/FTBBox.h \
  FTGL/FTBuffer.h \




commit ftgl for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory checked in 
at 2017-07-17 09:02:04

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


Package is "ftgl"

Mon Jul 17 09:02:04 2017 rev:29 rq:509846 version:2.1.3~rc5

Changes:

--- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes2015-04-16 
14:12:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ftgl.new/ftgl.changes   2017-07-17 
09:02:05.256583935 +0200
@@ -1,0 +2,21 @@
+Wed Jul 12 11:11:59 UTC 2017 - jeng...@inai.de
+
+- Remove --with-pic which is only for static libs.
+- RPM group fix.
+- Trim redundant wording from description.
+
+---
+Wed Jul 12 06:42:35 UTC 2017 - tchva...@suse.com
+
+- Trim a bit description and fix group for demo
+
+---
+Wed Jun 28 13:15:29 UTC 2017 - kkae...@suse.com
+
+- add install-FTVectoriser.h.patch
+  install FTVectoriser.h, required by tulip-5.0
+
+- fix documentation build
+  (add texlive-epstopdf and ghostscript to BuildRequires)
+
+---

New:

  install-FTVectoriser.h.patch



Other differences:
--
++ ftgl.spec ++
--- /var/tmp/diff_new_pack.hOSPji/_old  2017-07-17 09:02:05.976482562 +0200
+++ /var/tmp/diff_new_pack.hOSPji/_new  2017-07-17 09:02:05.976482562 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ftgl
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -16,95 +16,52 @@
 #
 
 
+%define libname libftgl2
 Name:   ftgl
 Version:2.1.3~rc5
 Release:0
 Summary:Library for Using Arbitrary Fonts in OpenGL Applications
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://ftgl.wiki.sourceforge.net/
 Source0:
http://sourceforge.net/projects/ftgl/files/FTGL%%20Source/2.1.3%%7Erc5/%{name}-2.1.3-rc5.tar.bz2
 Source1:baselibs.conf
 Patch0: %{name}-autoreconf.patch
 Patch1: ftgl-pkgconfig.patch
 Patch2: ftgl-fix-no-add-needed.patch
+# PATCH-FIX-OPENSUSE: install FTVectoriser.h, required by tulip-5.0; 
kkae...@suse.de
+Patch3: install-FTVectoriser.h.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
+BuildRequires:  ghostscript
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
+BuildRequires:  texlive-epstopdf
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(x11)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-FTGL is a free open source library that enables developers to use
-arbitrary fonts in their OpenGL (www.opengl.org) applications.
-
-Unlike other OpenGL font libraries, FTGL uses standard font file
-formats, so there is no need of a preprocessing step to convert the
-high quality font data into a lesser quality, proprietary format.
-
-FTGL uses the Freetype (www.freetype.org) font library to open and
-'decode' the fonts. It then takes that output and stores it in a format
-that is most efficient for OpenGL rendering.
-
-The supported rendering modes are:
-
-- Bit maps
-
-- Antialiased Pix maps
-
-- Outlines
-
-- Polygon meshes
-
-- Extruded polygon meshes
-
-- Texture maps
-
-- Buffer maps
+FTGL is a C++ library using Freetype2 to render fonts in OpenGL
+applications. FTGL supports bitmaps, pixmaps, texture maps, outlines,
+polygon mesh, and extruded polygon rendering modes.
 
 %package -n libftgl2
 Summary:Library for Using Arbitrary Fonts in OpenGL Applications
 Group:  System/Libraries
-Provides:   ftgl:%{_libdir}/libftgl.so.0
 
 %description -n libftgl2
-FTGL is a free open source library that enables developers to use
-arbitrary fonts in their OpenGL (www.opengl.org) applications.
-
-Unlike other OpenGL font libraries, FTGL uses standard font file
-formats, so there is no need of a preprocessing step to convert the
-high quality font data into a lesser quality, proprietary format.
-
-FTGL uses the Freetype (www.freetype.org) font library to open and
-'decode' the fonts. It then takes that output and stores it in a format
-that is most efficient for OpenGL rendering.
-
-The supported rendering modes are:
-
-- Bit maps
-
-- Antialiased Pix map

commit ftgl for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory checked in 
at 2015-04-16 14:12:10

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


Package is "ftgl"

Changes:

--- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes2012-09-23 
08:44:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ftgl.new/ftgl.changes   2015-04-16 
14:12:12.0 +0200
@@ -1,0 +2,20 @@
+Tue Apr 14 11:47:21 CEST 2015 - ti...@suse.de
+
+- Fix download URL containing percent letters to make "osc service
+  localrun download_files" working
+
+---
+Mon Apr 13 13:34:47 UTC 2015 - mplus...@suse.com
+
+- Add baselibs to sources
+
+---
+Sun Apr 12 19:19:32 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Use tilde in version
+- Clenaup spec file with spec-cleaner
+- Update dependencies
+- Remove obsolete defines
+
+---



Other differences:
--
++ ftgl.spec ++
--- /var/tmp/diff_new_pack.fB6rQW/_old  2015-04-16 14:12:12.0 +0200
+++ /var/tmp/diff_new_pack.fB6rQW/_new  2015-04-16 14:12:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ftgl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,27 +17,30 @@
 
 
 Name:   ftgl
-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
+Version:2.1.3~rc5
 Release:0
-%define _version 2.1.3-rc5
-%define __version 2.1.3~rc5
-Url:http://ftgl.wiki.sourceforge.net/
 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
+Url:http://ftgl.wiki.sourceforge.net/
+Source0:
http://sourceforge.net/projects/ftgl/files/FTGL%%20Source/2.1.3%%7Erc5/%{name}-2.1.3-rc5.tar.bz2
+Source1:baselibs.conf
+Patch0: %{name}-autoreconf.patch
 Patch1: ftgl-pkgconfig.patch
 Patch2: ftgl-fix-no-add-needed.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  doxygen
+BuildRequires:  freeglut-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(libdrm)
+BuildRequires:  pkgconfig(x11)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libftgl2 = %{version}-%{release}
 
 %description
 FTGL is a free open source library that enables developers to use
@@ -67,29 +70,10 @@
 
 - Buffer maps
 
-
-
-Authors:
-
-Henry Maddocks 
-Jed Soane
-G�rard Lanois
-Matthias Kretz
-Andrew Ellerton
-Max Rheiner
-S�bastien Barr�
-Marcelo E. Magallon 
-Robert Bell
-Sam Hocevar 
-�ric Beets 
-Christopher Sean Morrison 
-Jeff Myers (JeffM2501) 
-Daniel Remenak 
-
 %package -n libftgl2
 Summary:Library for Using Arbitrary Fonts in OpenGL Applications
 Group:  System/Libraries
-Provides:   ftgl:/usr/%_lib/libftgl.so.0
+Provides:   ftgl:%{_libdir}/libftgl.so.0
 
 %description -n libftgl2
 FTGL is a free open source library that enables developers to use
@@ -119,25 +103,6 @@
 
 - Buffer maps
 
-
-
-Authors:
-
-Henry Maddocks 
-Jed Soane
-G�rard Lanois
-Matthias Kretz
-Andrew Ellerton
-Max Rheiner
-S�bastien Barr�
-Marcelo E. Magallon 
-Robert Bell
-Sam Hocevar 
-�ric Beets 
-Christopher Sean Morrison 
-Jeff Myers (JeffM2501) 
-Daniel Remenak 
-
 %package devel
 Summary:Library for Using Arbitrary Fonts in OpenGL Applications
 Group:  Development/Libraries/C and C++
@@ -169,25 +134,6 @@
 quality software. It has been written with a focus on performance,
 robustness, and simplicity.
 
-
-
-Authors:
-
-Henry Maddocks 
-Jed Soane
-G�rard Lanois
-Matthias Kretz
-Andrew Ellerton
-Max Rheiner
-S�bastien Barr�
-Marcelo E. Magallon 
-Robert Bell
-Sam Hocevar 
-�ric Beets 
-Christopher Sean Morrison 
-Jeff Myers (JeffM2501) 
-Daniel

commit ftgl for openSUSE:Factory

2012-09-22 Thread h_root
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 "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes2011-10-03 
09:18:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.ftgl.new/ftgl.changes   2012-09-23 
08:44:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 18 13:32:21 UTC 2012 - idon...@suse.com
+
+- Add explicit glu dependency 
+
+---



Other differences:
--
++ ftgl.spec ++
--- /var/tmp/diff_new_pack.c6enyg/_old  2012-09-23 08:44:47.0 +0200
+++ /var/tmp/diff_new_pack.c6enyg/_new  2012-09-23 08:44:47.0 +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 
 
 %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 
 
 %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 
 
 %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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ftgl for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory checked in 
at 2011-12-06 18:10:34

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


Package is "ftgl", Maintainer is "sbra...@suse.com"

Changes:




Other differences:
--
++ ftgl.spec ++
--- /var/tmp/diff_new_pack.mU4tBb/_old  2011-12-06 18:15:50.0 +0100
+++ /var/tmp/diff_new_pack.mU4tBb/_new  2011-12-06 18:15:50.0 +0100
@@ -27,7 +27,7 @@
 %define __version 2.1.3~rc5
 Url:http://ftgl.wiki.sourceforge.net/
 Group:  System/Libraries
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Library for Using Arbitrary Fonts in OpenGL Applications
 Source: %{name}-%{_version}.tar.bz2
 Patch:  %{name}-autoreconf.patch
@@ -84,7 +84,7 @@
 Daniel Remenak 
 
 %package -n libftgl2
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Summary:Library for Using Arbitrary Fonts in OpenGL Applications
 Provides:   ftgl:/usr/%_lib/libftgl.so.0
@@ -137,7 +137,7 @@
 Daniel Remenak 
 
 %package devel
-License:LGPLv2.1+
+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
@@ -185,7 +185,7 @@
 Daniel Remenak 
 
 %package demo
-License:LGPLv2.1+
+License:LGPL-2.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:

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



commit ftgl for openSUSE:Factory

2011-10-03 Thread h_root

Hello community,

here is the log from the commit of package ftgl for openSUSE:Factory
checked in at Mon Oct 3 09:18:40 CEST 2011.




--- openSUSE:Factory/ftgl/ftgl.changes  2011-09-23 01:58:22.0 +0200
+++ ftgl/ftgl.changes   2011-10-01 07:40:37.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  1 05:39:08 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ftgl.spec ++
--- /var/tmp/diff_new_pack.UAO5ZE/_old  2011-10-03 09:18:37.0 +0200
+++ /var/tmp/diff_new_pack.UAO5ZE/_new  2011-10-03 09:18:37.0 +0200
@@ -20,6 +20,7 @@
 
 Name:   ftgl
 BuildRequires:  doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel
+BuildRequires:  libtool
 Version:2.1.2.99.5
 Release:19
 %define _version 2.1.3-rc5

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



commit ftgl for openSUSE:Factory

2011-08-30 Thread h_root

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.0 +0200
+++ /mounts/work_src_done/STABLE/ftgl/ftgl.changes  2011-08-29 
18:01:19.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug 29 16:00:51 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with new gnu Ld defaults. 
+
+---
+Sun Apr 24 12:59:34 UTC 2011 - toddrme2...@gmail.com
+  
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.QsSnzz/_new  2011-08-30 10:49:33.0 +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 
 Jed Soane
-G�rard Lanois
+G�rard Lanois
 Matthias Kretz
 Andrew Ellerton
 Max Rheiner
-S�bastien Barr�
+S�bastien Barr�
 Marcelo E. Magallon 
 Robert Bell
 Sam Hocevar 
-�ric Beets 
+�ric Beets 
 Christopher Sean Morrison 
 Jeff Myers (JeffM2501) 
 Daniel Remenak 
@@ -121,15 +122,15 @@
 
 Henry Maddocks 
 Jed Soane
-G�rard Lanois
+G�rard Lanois
 Matthias Kretz
 Andrew Ellerton
 Max Rheiner
-S�bastien Barr�
+S�bastien Barr�
 Marcelo E. Magallon 
 Robert Bell
 Sam Hocevar 
-�ric Beets 
+�ric Beets 
 Christopher Sean Morrison 
 Jeff Myers (JeffM2501) 
 Daniel Remenak 
@@ -169,15 +170,15 @@
 
 Henry Maddocks 
 Jed Soane
-G�rard Lanois
+G�rard Lanois
 Matthias Kretz
 Andrew Ellerton
 Max Rheiner
-S�bastien Barr�
+S�bastien Barr�
 Marcelo E. Magallon 
 Robert Bell
 Sam Hocevar 
-�ric Beets 
+�ric Beets 
 Christopher Sean Morrison 
 Jeff Myers (JeffM2501) 
 Daniel Remenak 
@@ -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 
 Jed Soane
-G�rard Lanois
+G�rard Lanois
 Matthias Kretz
 Andrew Ellerton
 Max Rheiner
-S�bastien Barr�
+S�bastien Barr�
 Marcelo E. Magallon 
 Robert Bell
 Sam Hocevar 
-�ric Beets 
+�ric Beets 
 Christopher Sean Morrison 
 Jeff Myers (JeffM2501) 
 Daniel Remenak 
@@ -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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org