Package Release Info

SDL2_ttf-2.0.15-bp154.1.126

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libSDL2_ttf-2_0-0
libSDL2_ttf-2_0-0-32bit
libSDL2_ttf-2_0-0-64bit
libSDL2_ttf-devel
libSDL2_ttf-devel-32bit
libSDL2_ttf-devel-64bit

Change Logs

Version: 2.0.15-bp153.1.1
* Fri Aug 23 2019 Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.0.15
  * Text rendering functions now use the alpha component of the
    text colors.
  * Added support for characters greater than 0xFFFF (e.g. emoji)
    in the UTF-8 APIs.
Version: 2.0.14-bp150.2.4
* Sat Oct 22 2016 aloisio@gmx.com
- Update to version 2.0.14
  * Deprecated TTF_GetFontKerningSize() which takes font glyph
    indices and added TTF_GetFontKerningSizeGlyphs() which
    takes characters
* Sun Jan 10 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 08 2015 jengelh@inai.de
- Improve package summary and description. Drop --with-pic which
  is enabled implicitly anyway, remove redundant Requires.
* Tue Aug 13 2013 jengelh@inai.de
- Some metadata spruce-up: add current URLs, softer wildcarding
  in the files list, more robust make install call
* Tue Aug 13 2013 prusnak@opensuse.org
- created package (version 2.0.0) - based on SDL_ttf package