From a9c1d78a8e62cfe4b3524883499247ede93b8d4477c4694339e04e285fb37e40 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 19 Nov 2007 09:26:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_gfx?expand=0&rev=4 --- SDL_gfx.changes | 5 +++++ SDL_gfx.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/SDL_gfx.changes b/SDL_gfx.changes index 047d11f..0966591 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 13:27:14 CET 2007 - sndirsch@suse.de + +- disable use of MMX on i386 to fix build with gcc 4.3 + ------------------------------------------------------------------- Tue Feb 6 17:12:51 CET 2007 - sndirsch@suse.de diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 6993217..e5a1c1a 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -12,13 +12,13 @@ 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 +Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ Summary: SDL Graphics Routines for Primitives and Other Support Functions Version: 2.0.16 -Release: 1 +Release: 80 Source0: %{name}-%{version}.tar.gz Patch: random.diff -License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +License: LGPL v2.1 or later Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} @@ -85,9 +85,7 @@ libtoolize --copy --force aclocal autoconf CFLAGS="$RPM_OPT_FLAGS" ./configure \ -%ifnarch %ix86 --disable-mmx \ -%endif --prefix=%{prefix} \ --libdir=%{prefix}/%_lib make @@ -115,8 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/%_lib/*a %{prefix}/include/SDL/ %{prefix}/%_lib/lib*.so - -%changelog -n SDL_gfx +%changelog +* Sun Nov 18 2007 - sndirsch@suse.de +- disable use of MMX on i386 to fix build with gcc 4.3 * Tue Feb 06 2007 - sndirsch@suse.de - updated to release 2.0.16 * updated config.sub to newer version