diff --git a/SDL_ttf.changes b/SDL_ttf.changes index c4b7045..ccf6f37 100644 --- a/SDL_ttf.changes +++ b/SDL_ttf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 8 14:08:05 UTC 2012 - cfarrell@suse.com + +- license update: LGPL-2.1+ + SPDX syntax - dropping Freetype license from spec file as no files found + under that license. + ------------------------------------------------------------------- Sat Sep 17 10:24:24 UTC 2011 - jengelh@medozas.de diff --git a/SDL_ttf.spec b/SDL_ttf.spec index b53b2f1..e6fd5db 100644 --- a/SDL_ttf.spec +++ b/SDL_ttf.spec @@ -20,7 +20,7 @@ Name: SDL_ttf BuildRequires: freetype2-devel libSDL-devel xorg-x11-devel Url: http://www.libsdl.org/projects/SDL_ttf/ -License: LGPLv2.1+ ; Freetype Project License +License: LGPL-2.1+ Group: System/Libraries Version: 2.0.9 Release: 155 @@ -37,7 +37,7 @@ SDL applications. %package -n libSDL_ttf-2_0-0 Summary: Simple DirectMedia Layer - Truetype Library Group: System/Libraries -License: LGPLv2.1+ ; Freetype Project License +License: LGPL-2.1+ Provides: SDL_ttf = %{version} Obsoletes: SDL_ttf <= %{version} @@ -46,7 +46,7 @@ This is a sample library that allows you to use TrueType fonts in your SDL applications. %package -n libSDL_ttf-devel -License: LGPLv2.1+ ; Freetype Project License +License: LGPL-2.1+ Requires: %{name} = %{version} SDL-devel Summary: Simple DirectMedia Layer - Truetype Library Group: Development/Libraries/C and C++