Accepting request 354423 from games
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/354423 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2_ttf?expand=0&rev=4
This commit is contained in:
commit
ada717d00b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e
|
||||
size 5517665
|
3
SDL2_ttf-2.0.13.tar.gz
Normal file
3
SDL2_ttf-2.0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf
|
||||
size 4152978
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user