diff --git a/SDL_gfx-2.0.22.tar.gz b/SDL_gfx-2.0.22.tar.gz deleted file mode 100644 index cddbf05..0000000 --- a/SDL_gfx-2.0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1575e7be73fd927ff0e3567dc06095773f5ba1b47872b9aa0d0fefebfd6d2bf0 -size 1670662 diff --git a/SDL_gfx-2.0.23.tar.gz b/SDL_gfx-2.0.23.tar.gz new file mode 100644 index 0000000..c85f041 --- /dev/null +++ b/SDL_gfx-2.0.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bd601d65bba19eeac80a62570ce120098414ece22de402a8ee81b10e07faea +size 1707852 diff --git a/SDL_gfx.changes b/SDL_gfx.changes index 04560bd..840b0df 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 22 17:16:10 UTC 2012 - jreidinger@suse.com + +- update to version 2.0.23 + * Updated sources to resolve some splint (static code analysis) + issues + * Updates for OpenSDK (WinCE6/ARM) build target (patch contributed + itsnotabigtruck) + * Added OSX Xcode3+ template files to Other Builds collection + (contributed by Vasyl) + * Added various fixes and improvements contributed by folks on + sourceforge (thanks contributors). + * Switched library and test code to zlib license. +- fix self obsoletion + ------------------------------------------------------------------- Fri Sep 16 18:21:15 UTC 2011 - jengelh@medozas.de diff --git a/SDL_gfx.spec b/SDL_gfx.spec index cb8d4c3..8c54e9b 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -1,7 +1,7 @@ # # spec file for package SDL_gfx # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,11 +21,11 @@ Name: SDL_gfx BuildRequires: libSDL-devel Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ Summary: SDL Graphics Routines for Primitives and Other Support Functions -Version: 2.0.22 +Version: 2.0.23 Release: 1 Source0: %{name}-%{version}.tar.gz Source1: baselibs.conf -License: LGPL-2.1+ +License: Zlib Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,9 +49,8 @@ written in plain C and can be used in C++ code. %package -n libSDL_gfx13 Summary: SDL Graphics Routines for Primitives and Other Support Functions Group: System/Libraries -License: LGPL-2.1+ Provides: SDL_gfx = %{version} -Obsoletes: SDL_gfx <= %{version} +Obsoletes: SDL_gfx < %{version} %description -n libSDL_gfx13 The SDL_gfx library evolved out of the SDL_gfxPrimitives code which @@ -71,12 +70,11 @@ The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code. %package -n libSDL_gfx-devel -License: LGPL-2.1+ Summary: Libraries, includes and more to develop SDL_gfx applications Group: Development/Libraries/C and C++ Requires: libSDL_gfx13 = %{version} libSDL-devel pkgconfig Provides: SDL_gfx-devel = %{version} -Obsoletes: SDL_gfx-devel <= %{version} +Obsoletes: SDL_gfx-devel < %{version} %description -n libSDL_gfx-devel The SDL_gfx library evolved out of the SDL_gfxPrimitives code which