diff --git a/SDL.spec b/SDL.spec index a45805f..9a5d4a3 100644 --- a/SDL.spec +++ b/SDL.spec @@ -10,7 +10,7 @@ Name: SDL Version: 1.2.15 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A cross-platform multimedia library Group: System Environment/Libraries URL: http://www.libsdl.org/ @@ -130,7 +130,7 @@ autoconf %else --disable-esd \ %endif -%if %{with esound} +%if %{with nas} --enable-nas-shared \ %else --disable-nas \ @@ -174,6 +174,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{_libdir}/lib*.a %changelog +* Tue Jul 30 2013 Petr Pisar - 1.2.15-11 +- Fix a typo in controlling NAS support + * Fri Jul 26 2013 Petr Pisar - 1.2.15-10 - Add esound and arts support (bug #851349) - Add NAS support