diff --git a/SDL.spec b/SDL.spec index 00afd65..19c3e6f 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,7 +1,7 @@ Summary: A cross-platform multimedia library. Name: SDL Version: 1.2.9 -Release: 2 +Release: 2.1 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Patch0: SDL-1.1.7-byteorder.patch Patch4: SDL-1.2.3-prefersounddaemons.patch @@ -15,6 +15,7 @@ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: nasm arts-devel audiofile-devel BuildRequires: esound-devel alsa-lib-devel +BuildRequires: libXext-devel libX11-devel %description Simple DirectMedia Layer (SDL) is a cross-platform multimedia library @@ -96,6 +97,9 @@ rm -rf %{buildroot} %{_mandir}/man3/SDL*.3* %changelog +* Wed Nov 16 2005 Thomas Woerner 1.2.9-2.1 +- fixed build requires + * Tue Nov 15 2005 Warren Togami 1.2.9-2 - -devel req actual X libs