- Update to new upstream release 2.0.15

OBS-URL: https://build.opensuse.org/package/show/games/SDL2_ttf?expand=0&rev=13
This commit is contained in:
Jan Engelhardt 2019-08-23 11:33:39 +00:00 committed by Git OBS Bridge
parent 8c1a69b429
commit 24972a553f
4 changed files with 24 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276
size 4147462

3
SDL2_ttf-2.0.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33
size 4479718

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 23 11:27:38 UTC 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.
-------------------------------------------------------------------
Sat Oct 22 15:29:43 UTC 2016 - aloisio@gmx.com

View File

@ -1,7 +1,7 @@
#
# spec file for package SDL2_ttf
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,34 +12,33 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: SDL2_ttf
%define lname libSDL2_ttf-2_0-0
Version: 2.0.14
Version: 2.0.15
Release: 0
Summary: SDL2 TrueType library
Summary: Simple DirectMedia Layer 2 Truetype library
License: Zlib
Group: Development/Libraries/X11
Url: http://libsdl.org/projects/SDL_ttf/
URL: https://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
#Hg-Clone: https://hg.libsdl.org/SDL_ttf/
Source: https://libsdl.org/projects/SDL_ttf/release/%name-%version.tar.gz
Source2: baselibs.conf
BuildRequires: dos2unix
BuildRequires: pkg-config
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(sdl2)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
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
@ -48,7 +47,7 @@ This is a sample library that allows you to use TrueType fonts in your
SDL applications.
%package -n libSDL2_ttf-devel
Summary: Simple DirectMedia Layer - Truetype Library
Summary: Header files for the Simple DirectMedia Layer 2 Truetype library
Group: Development/Libraries/X11
Requires: %lname = %version
Provides: SDL2_ttf-devel = %version
@ -58,7 +57,7 @@ This is a sample library that allows you to use TrueType fonts in your
SDL applications.
%prep
%setup -q
%autosetup -p1
dos2unix *.txt
%build
@ -73,12 +72,11 @@ rm -f "%buildroot/%_libdir"/*.la
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%defattr(-,root,root)
%doc CHANGES.txt COPYING.txt README.txt
%license COPYING.txt
%_libdir/libSDL2_ttf-2*.so.*
%files -n libSDL2_ttf-devel
%defattr(-,root,root)
%doc CHANGES.txt README.txt
%_includedir/SDL2/
%_libdir/libSDL2_ttf.so
%_libdir/pkgconfig/SDL2_ttf.pc