diff --git a/.gitignore b/.gitignore index 1919305..10fc132 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /SDL2-2.0.0.tar.gz /SDL2-2.0.1.tar.gz +/SDL2-2.0.2.tar.gz diff --git a/SDL2.spec b/SDL2.spec index 1846711..ebf1601 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,6 +1,6 @@ Name: SDL2 -Version: 2.0.1 -Release: 2%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: A cross-platform multimedia library Group: System Environment/Libraries URL: http://www.libsdl.org/ @@ -27,6 +27,11 @@ BuildRequires: pulseaudio-libs-devel BuildRequires: libXinerama-devel BuildRequires: libXcursor-devel BuildRequires: systemd-devel +# Wayland +BuildRequires: libwayland-client-devel +BuildRequires: libwayland-egl-devel +BuildRequires: libwayland-cursor-devel +BuildRequires: libxkbcommon-devel %description Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed @@ -50,6 +55,11 @@ Requires: libXScrnSaver-devel Requires: libXinerama-devel Requires: libXcursor-devel Requires: systemd-devel +# Wayland +Requires: libwayland-client-devel +Requires: libwayland-egl-devel +Requires: libwayland-cursor-devel +Requires: libxkbcommon-devel %description devel Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed @@ -72,6 +82,7 @@ sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDIT --disable-nas \ --enable-pulseaudio-shared \ --enable-alsa \ + --enable-video-wayland \ --disable-rpath make %{?_smp_mflags} @@ -105,6 +116,10 @@ rm -f %{buildroot}%{_libdir}/*.a %{_datadir}/aclocal/* %changelog +* Sat Mar 08 2014 Igor Gnatenko - 2.0.2-1 +- 2.0.2 upstream release +- Enable wayland backend + * Tue Dec 10 2013 Igor Gnatenko - 2.0.1-2 - Add libXinerama, libudev, libXcursor support (RHBZ #1039702) diff --git a/sources b/sources index 4a91781..3d888b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0eb97039488bf463e775295f7b18b227 SDL2-2.0.1.tar.gz +e8070e8b6335def073a80cee78f3a7f0 SDL2-2.0.2.tar.gz