diff --git a/SDL_gfx-2.0.19.tar.bz2 b/SDL_gfx-2.0.19.tar.bz2 deleted file mode 100644 index c291440..0000000 --- a/SDL_gfx-2.0.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f6f906d54f272b8a160efb01182886136536356672f4e914b8334585234b1c1 -size 945457 diff --git a/SDL_gfx-2.0.22.tar.gz b/SDL_gfx-2.0.22.tar.gz new file mode 100644 index 0000000..cddbf05 --- /dev/null +++ b/SDL_gfx-2.0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1575e7be73fd927ff0e3567dc06095773f5ba1b47872b9aa0d0fefebfd6d2bf0 +size 1670662 diff --git a/SDL_gfx.changes b/SDL_gfx.changes index 5ce54b0..7910140 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Feb 21 16:30:00 CET 2011 - tzotsos@opensuse.org + +- Updated to version 2.0.22 + * Fixed line width calculation for normal and textured polygons + (patch contributed by Daniel (SupSuper) + * Fixed version setup in configure.in + * Added rounded rectangle and rounded box primitives + * Updated test program for roundedbox + left/right-click support + * Fixed pie calculation (line-case detection, end-angle clipping) + * Updated DLL_EXPORT handling and added WIN64 test + (patch contributed by tigerfishdaisy) + * Added thick line primitive based on Murphy's algorithm + ------------------------------------------------------------------- Wed Jan 27 02:38:07 CET 2010 - jengelh@medozas.de diff --git a/SDL_gfx.spec b/SDL_gfx.spec index cc4454d..9afa530 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -1,5 +1,5 @@ # -# spec file for package SDL_gfx (Version 2.0.19) +# spec file for package SDL_gfx (Version 2.0.22) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,14 +17,13 @@ # norootforbuild - 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.19 +Version: 2.0.22 Release: 4 -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.gz Source1: baselibs.conf License: LGPLv2.1+ Group: System/Libraries