diff --git a/SDL2_ttf-2.0.12.tar.gz b/SDL2_ttf-2.0.12.tar.gz deleted file mode 100644 index 675fab0..0000000 --- a/SDL2_ttf-2.0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e -size 5517665 diff --git a/SDL2_ttf-2.0.13.tar.gz b/SDL2_ttf-2.0.13.tar.gz new file mode 100644 index 0000000..6cca2c4 --- /dev/null +++ b/SDL2_ttf-2.0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf +size 4152978 diff --git a/SDL2_ttf.changes b/SDL2_ttf.changes index 30c5443..007c478 100644 --- a/SDL2_ttf.changes +++ b/SDL2_ttf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 10 17:23:29 UTC 2016 - mailaender@opensuse.org + +- Update to version 2.0.13 + * Fixed bug rendering text starting with a glyph with negative starting offset + * Fixed regression loading non-scalable fonts + * TTF_GetFontKerningSize() gets kerning between two characters, not two glyph indices + ------------------------------------------------------------------- Thu Jan 8 09:58:33 UTC 2015 - jengelh@inai.de diff --git a/SDL2_ttf.spec b/SDL2_ttf.spec index 59cfbde..447c002 100644 --- a/SDL2_ttf.spec +++ b/SDL2_ttf.spec @@ -1,7 +1,7 @@ # # spec file for package SDL2_ttf # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -18,7 +18,7 @@ Name: SDL2_ttf %define lname libSDL2_ttf-2_0-0 -Version: 2.0.12 +Version: 2.0.13 Release: 0 Summary: SDL2 TrueType library License: Zlib @@ -28,6 +28,7 @@ Url: http://libsdl.org/projects/SDL_ttf/ #Hg-Clone: http://hg.libsdl.org/SDL_ttf/ Source: http://libsdl.org/projects/SDL_ttf/release/%name-%version.tar.gz Source2: baselibs.conf +BuildRequires: dos2unix BuildRequires: pkg-config BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(sdl2) @@ -38,7 +39,7 @@ This is a sample library that allows you to use TrueType fonts in your SDL applications. %package -n %lname -Summary: Simple DirectMedia Layer 2 – Truetype Library +Summary: Simple DirectMedia Layer 2 – Truetype Library Group: System/Libraries Provides: SDL2_ttf = %version @@ -58,6 +59,7 @@ SDL applications. %prep %setup -q +dos2unix *.txt %build %configure --disable-static