From 01b5814f92cb9baca4f63b14f12db414a9b05e67c355223ac23c32bf7be9d378 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 20 May 2009 00:06:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_gfx?expand=0&rev=7 --- SDL_gfx-2.0.17.tar.gz | 3 --- SDL_gfx-2.0.19.tar.bz2 | 3 +++ SDL_gfx.changes | 24 +++++++++++++++++++++++ SDL_gfx.spec | 43 +++++++++++++++++++++++++++++------------- 4 files changed, 57 insertions(+), 16 deletions(-) delete mode 100644 SDL_gfx-2.0.17.tar.gz create mode 100644 SDL_gfx-2.0.19.tar.bz2 diff --git a/SDL_gfx-2.0.17.tar.gz b/SDL_gfx-2.0.17.tar.gz deleted file mode 100644 index 71c617e..0000000 --- a/SDL_gfx-2.0.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d08d8477ff1c6639bc7193b76a415f996c98604600e9fa4e718fd4e9283f83f4 -size 844309 diff --git a/SDL_gfx-2.0.19.tar.bz2 b/SDL_gfx-2.0.19.tar.bz2 new file mode 100644 index 0000000..c291440 --- /dev/null +++ b/SDL_gfx-2.0.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6f906d54f272b8a160efb01182886136536356672f4e914b8334585234b1c1 +size 945457 diff --git a/SDL_gfx.changes b/SDL_gfx.changes index d423c78..dc614a2 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue May 19 13:29:53 CEST 2009 - prusnak@suse.cz + +- updated to 2.0.19 + * gcc43 compiler patch for asm code in image filters + * off-by-one hline patch for 1byte indexed surfaces + * update acinclude.m4 from SDL-1.2 and moved # serial in file + * applied patch to add pkg-config support for SDL_gfx + * changed configure.in INTERFACE_AGE and BINARY_AGE + * fixed zoom XY-flip code and made it available for all modes + in zoom and rotations + * fixed edge issue on interpolated rotozoom modes + * updated TestRotozoom custom test mode, added delay parameter + * added tests which include flipping, included negative rotation + * update libtool files + * updated Makefile.mingw + +- updated to 2.0.18 + * libtool update for dependencies + * fix uninitialised variables in _putPixelAlpha() + * reverted to original alpha routine in _putPixelAlpha() + * added colorkey handling patch to rotozoom + * downgraded optimization to -O for asm compatibility with gcc4 + ------------------------------------------------------------------- Wed Feb 25 15:56:44 CET 2009 - crrodriguez@suse.de diff --git a/SDL_gfx.spec b/SDL_gfx.spec index f4edb34..6ea6d16 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -1,5 +1,5 @@ # -# spec file for package SDL_gfx (Version 2.0.17) +# spec file for package SDL_gfx (Version 2.0.19) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,9 +22,9 @@ Name: SDL_gfx BuildRequires: SDL-devel Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ Summary: SDL Graphics Routines for Primitives and Other Support Functions -Version: 2.0.17 -Release: 49 -Source0: %{name}-%{version}.tar.gz +Version: 2.0.19 +Release: 1 +Source0: %{name}-%{version}.tar.bz2 License: LGPL v2.1 or later Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,7 +56,7 @@ Authors: License: LGPL v2.1 or later Summary: Libraries, includes and more to develop SDL_gfx applications Group: System/Libraries -Requires: %{name} = %{version} SDL-devel +Requires: %{name} = %{version} SDL-devel pkgconfig %description devel The SDL_gfx library evolved out of the SDL_gfxPrimitives code which @@ -82,13 +82,9 @@ Authors: Andreas Schiffler %prep -%setup -q +%setup -q %build -%{?suse_update_config:%{suse_update_config -f }} -rm acinclude.m4 ; touch acinclude.m4 # Only contains SDL.m4 and libtool.m4 -autoreconf -fiv -CFLAGS="$RPM_OPT_FLAGS" %configure --disable-static --with-pic --disable-mmx %{__make} %{?jobs:-j%jobs} @@ -105,15 +101,36 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README -%_libdir/lib*.so.* +%doc AUTHORS COPYING ChangeLog LICENSE NEWS README +%{_libdir}/lib*.so.* %files devel %defattr(-,root,root) %{_includedir}/SDL/* -%_libdir/lib*.so +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/SDL_gfx.pc %changelog +* Tue May 19 2009 prusnak@suse.cz +- updated to 2.0.19 + * gcc43 compiler patch for asm code in image filters + * off-by-one hline patch for 1byte indexed surfaces + * update acinclude.m4 from SDL-1.2 and moved # serial in file + * applied patch to add pkg-config support for SDL_gfx + * changed configure.in INTERFACE_AGE and BINARY_AGE + * fixed zoom XY-flip code and made it available for all modes + in zoom and rotations + * fixed edge issue on interpolated rotozoom modes + * updated TestRotozoom custom test mode, added delay parameter + * added tests which include flipping, included negative rotation + * update libtool files + * updated Makefile.mingw +- updated to 2.0.18 + * libtool update for dependencies + * fix uninitialised variables in _putPixelAlpha() + * reverted to original alpha routine in _putPixelAlpha() + * added colorkey handling patch to rotozoom + * downgraded optimization to -O for asm compatibility with gcc4 * Wed Feb 25 2009 crrodriguez@suse.de - remove static libraries and "la" files - correct -devel package dependencies