commit SDL_ttf for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package SDL_ttf for openSUSE:Factory checked 
in at 2015-01-08 23:03:21

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


Package is "SDL_ttf"

Changes:

--- /work/SRC/openSUSE:Factory/SDL_ttf/SDL_ttf.changes  2014-11-28 
08:44:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDL_ttf.new/SDL_ttf.changes 2015-01-08 
23:03:24.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  8 09:57:48 UTC 2015 - jeng...@inai.de
+
+- Improve package summary and description. Drop --with-pic which
+  is enabled implicitly anyway, remove redundant Requires.
+
+---



Other differences:
--
++ SDL_ttf.spec ++
--- /var/tmp/diff_new_pack.PDI8Dh/_old  2015-01-08 23:03:25.0 +0100
+++ /var/tmp/diff_new_pack.PDI8Dh/_new  2015-01-08 23:03:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL_ttf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,25 +21,25 @@
 #Note: thankfully no overlap with SDL2, which is libSDL2_ttf-2_0-0.
 Version:2.0.11
 Release:0
-Summary:Simple DirectMedia Layer - Truetype Library
+Summary:SDL TrueType library
 License:Zlib
 Group:  Development/Libraries/X11
 Url:http://libsdl.org/projects/SDL_ttf/release-1.2.html
 
 # removed VisualC dir, Watcom-Win32.zip, Xcode and Xcode-iOS dirs from 
upstream tarball [bnc#508180]
-Source: %{name}-%{version}-repack.tar.bz2
+Source: %name-%version-repack.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  freetype2-devel
-BuildRequires:  libSDL-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(sdl)
 
 %description
 This is a sample library that allows you to use TrueType fonts in your
 SDL applications.
 
 %package -n %lname
-Summary:Simple DirectMedia Layer - Truetype Library
+Summary:Simple DirectMedia Layer – Truetype library
 Group:  System/Libraries
 Provides:   SDL_ttf = %version-%release
 Obsoletes:  SDL_ttf < %version-%release
@@ -49,10 +49,9 @@
 SDL applications.
 
 %package -n libSDL_ttf-devel
-Summary:Simple DirectMedia Layer - Truetype Library
+Summary:Development files for the SDL TrueType library
 Group:  Development/Libraries/X11
-Requires:   %lname = %{version}
-Requires:   libSDL-devel
+Requires:   %lname = %version
 Provides:   SDL_ttf-devel = %version-%release
 Obsoletes:  SDL_ttf-devel < %version-%release
 
@@ -64,28 +63,25 @@
 %setup -q
 
 %build
-%configure \
---with-pic \
---disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
 %defattr(-,root,root)
 %doc CHANGES COPYING README
-%{_libdir}/libSDL_ttf-2*.so.*
+%_libdir/libSDL_ttf-2*.so.*
 
 %files -n libSDL_ttf-devel
 %defattr(-,root,root)
-%{_includedir}/SDL/
-%{_libdir}/libSDL_ttf.so
-%{_libdir}/pkgconfig/SDL_ttf.pc
+%_includedir/SDL/
+%_libdir/libSDL_ttf.so
+%_libdir/pkgconfig/SDL_ttf.pc
 
 %changelog

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



commit SDL_ttf for openSUSE:Factory

2014-11-27 Thread h_root
Hello community,

here is the log from the commit of package SDL_ttf for openSUSE:Factory checked 
in at 2014-11-28 08:44:48

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


Package is "SDL_ttf"

Changes:

--- /work/SRC/openSUSE:Factory/SDL_ttf/SDL_ttf.changes  2013-08-27 
21:22:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.SDL_ttf.new/SDL_ttf.changes 2014-11-28 
08:44:57.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 20 14:24:16 UTC 2014 - o...@aepfle.de
+
+- Remove self-obsoletes
+
+---



Other differences:
--
++ SDL_ttf.spec ++
--- /var/tmp/diff_new_pack.zfSj18/_old  2014-11-28 08:44:58.0 +0100
+++ /var/tmp/diff_new_pack.zfSj18/_new  2014-11-28 08:44:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL_ttf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -41,8 +41,8 @@
 %package -n %lname
 Summary:Simple DirectMedia Layer - Truetype Library
 Group:  System/Libraries
-Provides:   SDL_ttf = %{version}
-Obsoletes:  SDL_ttf <= %{version}
+Provides:   SDL_ttf = %version-%release
+Obsoletes:  SDL_ttf < %version-%release
 
 %description -n %lname
 This is a sample library that allows you to use TrueType fonts in your
@@ -53,8 +53,8 @@
 Group:  Development/Libraries/X11
 Requires:   %lname = %{version}
 Requires:   libSDL-devel
-Provides:   SDL_ttf-devel = %{version}
-Obsoletes:  SDL_ttf-devel <= %{version}
+Provides:   SDL_ttf-devel = %version-%release
+Obsoletes:  SDL_ttf-devel < %version-%release
 
 %description -n libSDL_ttf-devel
 This is a sample library that allows you to use TrueType fonts in your

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



commit SDL_ttf for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

here is the log from the commit of package SDL_ttf for openSUSE:Factory checked 
in at 2013-08-27 21:11:25

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


Package is "SDL_ttf"

Changes:

--- /work/SRC/openSUSE:Factory/SDL_ttf/SDL_ttf.changes  2013-01-08 
15:00:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDL_ttf.new/SDL_ttf.changes 2013-08-27 
21:22:34.0 +0200
@@ -1,0 +2,25 @@
+Tue Aug 13 12:04:26 UTC 2013 - jeng...@inai.de
+
+- Some metadata spruce-up: add current URLs, softer wildcarding
+  in the files list, more robust make install call
+
+---
+Tue Aug 13 11:31:29 UTC 2013 - prus...@opensuse.org
+
+- updated to 2.0.11
+  * SDL_ttf is now under the zlib license
+  * Improved font glyph caching for non-latin languages
+  * Added API to get kerning info: TTF_GetFontKerningSize()
+  * Added Android.mk to build on the Android platform
+- updated to 2.0.10
+  * Find the Unicode or symbol character map if it's available in the font
+  * Set the appropriate font styles for bold and italic fonts
+  * Added font style TTF_STYLE_STRIKETHROUGH
+  * Fixed size calculations taking outline and underline into account
+  * Added API for font outlining: TTF_GetFontOutline()/TTF_SetFontOutline()
+  * Added API to disable kerning: TTF_GetFontKerning()/TTF_SetFontKerning()
+  * Fixed height calculation for fonts that extend below the font height
+  * Added access to font hinting: TTF_GetFontHinting()/TTF_SetFontHinting()
+  * Added TTF_GlyphIsProvided() to check whether a glyph is in a given font
+
+---

Old:

  SDL_ttf-2.0.9-repack.tar.bz2

New:

  SDL_ttf-2.0.11-repack.tar.bz2



Other differences:
--
++ SDL_ttf.spec ++
--- /var/tmp/diff_new_pack.8SnmBE/_old  2013-08-27 21:22:35.0 +0200
+++ /var/tmp/diff_new_pack.8SnmBE/_new  2013-08-27 21:22:35.0 +0200
@@ -17,40 +17,42 @@
 
 
 Name:   SDL_ttf
-BuildRequires:  freetype2-devel
-BuildRequires:  libSDL-devel
-Url:http://www.libsdl.org/projects/SDL_ttf/
-Version:2.0.9
+%define lname  libSDL_ttf-2_0-0
+#Note: thankfully no overlap with SDL2, which is libSDL2_ttf-2_0-0.
+Version:2.0.11
 Release:0
 Summary:Simple DirectMedia Layer - Truetype Library
-License:LGPL-2.1+
-Group:  System/Libraries
-# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball 
[bnc#508180]
+License:Zlib
+Group:  Development/Libraries/X11
+Url:http://libsdl.org/projects/SDL_ttf/release-1.2.html
+
+# removed VisualC dir, Watcom-Win32.zip, Xcode and Xcode-iOS dirs from 
upstream tarball [bnc#508180]
 Source: %{name}-%{version}-repack.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  freetype2-devel
+BuildRequires:  libSDL-devel
+BuildRequires:  pkgconfig
 
 %description
 This is a sample library that allows you to use TrueType fonts in your
 SDL applications.
 
-%package -n libSDL_ttf-2_0-0
+%package -n %lname
 Summary:Simple DirectMedia Layer - Truetype Library
 Group:  System/Libraries
 Provides:   SDL_ttf = %{version}
 Obsoletes:  SDL_ttf <= %{version}
 
-%description -n libSDL_ttf-2_0-0
+%description -n %lname
 This is a sample library that allows you to use TrueType fonts in your
 SDL applications.
 
 %package -n libSDL_ttf-devel
-Requires:   %{name} = %{version}
-Requires:   SDL-devel
 Summary:Simple DirectMedia Layer - Truetype Library
-Group:  Development/Libraries/C and C++
+Group:  Development/Libraries/X11
+Requires:   %lname = %{version}
 Requires:   libSDL-devel
-Requires:   libSDL_ttf-2_0-0 = %{version}
 Provides:   SDL_ttf-devel = %{version}
 Obsoletes:  SDL_ttf-devel <= %{version}
 
@@ -71,18 +73,19 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libSDL_ttf-2_0-0 -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -n libSDL_ttf-2_0-0 -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libSDL_ttf-2_0-0
+%files -n %lname
 %defattr(-,root,root)
 %doc CHANGES COPYING README
-%{_libdir}/lib*.so.*
+%{_libdir}/libSDL_ttf-2*.so.*
 
 %files -n libSDL_ttf-devel
 %defattr(-,root,root)
-%{_includedir}/SDL/SDL_ttf.h
-%{_libdir}/lib*.so
+%{_includedir}/SDL/
+%{_libdir}/libSDL_ttf.so
+%{_libdir}/pkgconfig/SDL_ttf.pc
 
 %changelog

++ SDL_ttf-2.0.9-repack.tar.bz2 -> SDL_ttf-2.0.11-repack.tar.bz2 ++
 135289 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@o

commit SDL_ttf for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package SDL_ttf for openSUSE:Factory checked 
in at 2013-01-08 15:00:06

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


Package is "SDL_ttf", Maintainer is "orpha...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/SDL_ttf/SDL_ttf.changes  2012-05-08 
18:02:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.SDL_ttf.new/SDL_ttf.changes 2013-01-08 
15:00:07.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  3 02:06:00 UTC 2013 - crrodrig...@opensuse.org
+
+- Do not buildRequire metapackage xorg-x11-devel it is not 
+  needed and adds significant bloat 
+
+---



Other differences:
--
++ SDL_ttf.spec ++
--- /var/tmp/diff_new_pack.Mvoyii/_old  2013-01-08 15:00:08.0 +0100
+++ /var/tmp/diff_new_pack.Mvoyii/_new  2013-01-08 15:00:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL_ttf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,15 +16,15 @@
 #
 
 
-
 Name:   SDL_ttf
-BuildRequires:  freetype2-devel libSDL-devel xorg-x11-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  libSDL-devel
 Url:http://www.libsdl.org/projects/SDL_ttf/
-License:LGPL-2.1+
-Group:  System/Libraries
 Version:2.0.9
-Release:155
+Release:0
 Summary:Simple DirectMedia Layer - Truetype Library
+License:LGPL-2.1+
+Group:  System/Libraries
 # removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball 
[bnc#508180]
 Source: %{name}-%{version}-repack.tar.bz2
 Source2:baselibs.conf
@@ -37,7 +37,6 @@
 %package -n libSDL_ttf-2_0-0
 Summary:Simple DirectMedia Layer - Truetype Library
 Group:  System/Libraries
-License:LGPL-2.1+
 Provides:   SDL_ttf = %{version}
 Obsoletes:  SDL_ttf <= %{version}
 
@@ -46,11 +45,12 @@
 SDL applications.
 
 %package -n libSDL_ttf-devel
-License:LGPL-2.1+
-Requires:   %{name} = %{version} SDL-devel
+Requires:   %{name} = %{version}
+Requires:   SDL-devel
 Summary:Simple DirectMedia Layer - Truetype Library
 Group:  Development/Libraries/C and C++
-Requires:   libSDL_ttf-2_0-0 = %{version} libSDL-devel
+Requires:   libSDL-devel
+Requires:   libSDL_ttf-2_0-0 = %{version}
 Provides:   SDL_ttf-devel = %{version}
 Obsoletes:  SDL_ttf-devel <= %{version}
 

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



commit SDL_ttf for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package SDL_ttf for openSUSE:Factory checked 
in at 2012-05-08 18:02:01

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


Package is "SDL_ttf", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/SDL_ttf/SDL_ttf.changes  2011-09-23 
01:51:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.SDL_ttf.new/SDL_ttf.changes 2012-05-08 
18:02:03.0 +0200
@@ -1,0 +2,7 @@
+Tue May  8 14:08:05 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+
+  SPDX syntax - dropping Freetype license from spec file as no files found
+  under that license.
+
+---



Other differences:
--
++ SDL_ttf.spec ++
--- /var/tmp/diff_new_pack.NFDdLh/_old  2012-05-08 18:02:04.0 +0200
+++ /var/tmp/diff_new_pack.NFDdLh/_new  2012-05-08 18:02:04.0 +0200
@@ -20,7 +20,7 @@
 Name:   SDL_ttf
 BuildRequires:  freetype2-devel libSDL-devel xorg-x11-devel
 Url:http://www.libsdl.org/projects/SDL_ttf/
-License:LGPLv2.1+ ; Freetype Project License
+License:LGPL-2.1+
 Group:  System/Libraries
 Version:2.0.9
 Release:155
@@ -37,7 +37,7 @@
 %package -n libSDL_ttf-2_0-0
 Summary:Simple DirectMedia Layer - Truetype Library
 Group:  System/Libraries
-License:LGPLv2.1+ ; Freetype Project License
+License:LGPL-2.1+
 Provides:   SDL_ttf = %{version}
 Obsoletes:  SDL_ttf <= %{version}
 
@@ -46,7 +46,7 @@
 SDL applications.
 
 %package -n libSDL_ttf-devel
-License:LGPLv2.1+ ; Freetype Project License
+License:LGPL-2.1+
 Requires:   %{name} = %{version} SDL-devel
 Summary:Simple DirectMedia Layer - Truetype Library
 Group:  Development/Libraries/C and C++

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



commit SDL_ttf for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package SDL_ttf for openSUSE:Factory
checked in at Mon Sep 19 15:30:15 CEST 2011.




--- SDL_ttf/SDL_ttf.changes 2010-01-27 02:45:30.0 +0100
+++ /mounts/work_src_done/STABLE/SDL_ttf/SDL_ttf.changes2011-09-17 
12:24:28.0 +0200
@@ -1,0 +2,16 @@
+Sat Sep 17 10:24:24 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
+Fri Sep 16 18:24:34 UTC 2011 - jeng...@medozas.de
+
+- Add libSDL_ttf-devel to baselibs
+- Remove redundant tags
+
+---
+Sat Jul  2 14:54:16 UTC 2011 - jeng...@medozas.de
+
+- Use %_smp_mflags for parallel building
+
+---

calling whatdependson for head-i586




Other differences:
--
++ SDL_ttf.spec ++
--- /var/tmp/diff_new_pack.c8laYe/_old  2011-09-19 15:30:10.0 +0200
+++ /var/tmp/diff_new_pack.c8laYe/_new  2011-09-19 15:30:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package SDL_ttf (Version 2.0.9)
+# spec file for package SDL_ttf
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   SDL_ttf
@@ -35,12 +34,6 @@
 This is a sample library that allows you to use TrueType fonts in your
 SDL applications.
 
-
-
-Authors:
-
-Sam Lantinga 
-
 %package -n libSDL_ttf-2_0-0
 Summary:Simple DirectMedia Layer - Truetype Library
 Group:  System/Libraries
@@ -52,12 +45,6 @@
 This is a sample library that allows you to use TrueType fonts in your
 SDL applications.
 
-
-
-Authors:
-
-Sam Lantinga 
-
 %package -n libSDL_ttf-devel
 License:LGPLv2.1+ ; Freetype Project License
 Requires:   %{name} = %{version} SDL-devel
@@ -71,12 +58,6 @@
 This is a sample library that allows you to use TrueType fonts in your
 SDL applications.
 
-
-
-Authors:
-
-Sam Lantinga 
-
 %prep
 %setup -q
 
@@ -84,7 +65,7 @@
 %configure \
 --with-pic \
 --disable-static
-%{__make} %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.c8laYe/_old  2011-09-19 15:30:10.0 +0200
+++ /var/tmp/diff_new_pack.c8laYe/_new  2011-09-19 15:30:10.0 +0200
@@ -1,3 +1,6 @@
 libSDL_ttf-2_0-0
   provides "SDL_ttf- = "
   obsoletes "SDL_ttf- <= "
+libSDL_ttf-devel
+  requires -libSDL_ttf-
+  requires "libSDL_ttf-2_0-0- = "






Remember to have fun...

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