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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.SDL_ttf.new/SDL_ttf.changes     2013-08-27 
21:22:34.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.8SnmBE/_new  2013-08-27 21:22:35.000000000 +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...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to