diff --git a/SDL_gfx-2.0.15.tar.gz b/SDL_gfx-2.0.15.tar.gz deleted file mode 100644 index 19ddc25..0000000 --- a/SDL_gfx-2.0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e26da91c40e3bd8b2a86817a2978960a603b3b4f0a7cecf5d300bd8fdf79a7c4 -size 836131 diff --git a/SDL_gfx-2.0.16.tar.gz b/SDL_gfx-2.0.16.tar.gz new file mode 100644 index 0000000..bf8bd8e --- /dev/null +++ b/SDL_gfx-2.0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac780303b76bc830b837e6030de60943df0c28d7b9dab3a7229427bb6f4c2ea +size 830086 diff --git a/SDL_gfx.changes b/SDL_gfx.changes index f77597b..047d11f 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 6 17:12:51 CET 2007 - sndirsch@suse.de + +- updated to release 2.0.16 + * updated config.sub to newer version + * added custom RGBA blitter function that sets/maintains target + alpha + * added setAlpha function that sets alpha values in 32bit + surfaces + * added TextGfxBlit testprogram for new functions + * Fixed C++ type in .h files (thanks Olivier) + * Update some text in README and .spec file + * Removed broken Uint filter routines from test program + * "Cosmetic" changes to test programs and Automake.am + ------------------------------------------------------------------- Sat Dec 23 10:49:43 CET 2006 - sndirsch@suse.de diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 4054ba5..6993217 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -1,7 +1,7 @@ # -# spec file for package SDL_gfx (Version 2.0.15) +# spec file for package SDL_gfx (Version 2.0.16) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -14,7 +14,7 @@ Name: SDL_gfx BuildRequires: SDL-devel libstdc++-devel URL: http://www.ferzkopp.net/mambo/index.php?option=com_content&task=view&id=14&Itemid=29 Summary: SDL Graphics Routines for Primitives and Other Support Functions -Version: 2.0.15 +Version: 2.0.16 Release: 1 Source0: %{name}-%{version}.tar.gz Patch: random.diff @@ -117,6 +117,18 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/%_lib/lib*.so %changelog -n SDL_gfx +* Tue Feb 06 2007 - sndirsch@suse.de +- updated to release 2.0.16 + * updated config.sub to newer version + * added custom RGBA blitter function that sets/maintains target + alpha + * added setAlpha function that sets alpha values in 32bit + surfaces + * added TextGfxBlit testprogram for new functions + * Fixed C++ type in .h files (thanks Olivier) + * Update some text in README and .spec file + * Removed broken Uint filter routines from test program + * "Cosmetic" changes to test programs and Automake.am * Sat Dec 23 2006 - sndirsch@suse.de - updated to release 2.0.15 * bugfixes in 32bit _putPixelAlpha/filledRectAlpha (thanks CISC)