[SDL/f12/master] Remove --disable-debug and --enable-dlopen options

Petr Pisar ppisar at fedoraproject.org
Thu Aug 12 16:46:13 UTC 2010


commit f672de9053c0b2f9cdfe5f1ec1cdb3b876b98ec9
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Aug 12 18:03:35 2010 +0200

    Remove --disable-debug and --enable-dlopen options

 SDL.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/SDL.spec b/SDL.spec
index a7ad61e..13019da 100644
--- a/SDL.spec
+++ b/SDL.spec
@@ -1,7 +1,7 @@
 Summary: A cross-platform multimedia library
 Name: SDL
 Version: 1.2.13
-Release: 12%{?dist}
+Release: 13%{?dist}
 # Source: http://www.libsdl.org/release/%%{name}-%%{version}.tar.gz
 # To create the repackaged archive use ./repackage.sh %%{version}
 Source0: %{name}-%{version}_repackaged.tar.gz
@@ -105,9 +105,7 @@ aclocal
 autoconf
 %configure \
    --disable-video-svga --disable-video-ggi --disable-video-aalib \
-   --disable-debug \
    --enable-sdl-dlopen \
-   --enable-dlopen \
    --enable-arts-shared \
    --enable-esd-shared \
    --enable-pulseaudio-shared \
@@ -156,6 +154,10 @@ rm -rf %{buildroot}
 %{_libdir}/lib*.a
 
 %changelog
+* Thu Aug 12 2010 Petr Pisar <ppisar at redhat.com> - 1.2.13-13
+- Remove unrecognized --disable-debug and --enable-dlopen configure options
+  (rh581056)
+
 * Tue Aug  3 2010 Petr Pisar <ppisar at redhat.com> 1.2.13-12
 - Don't crash when trying to exit because of an xio-error (rh603984, sdl1009)
 - Make repacked source tar ball relative


More information about the scm-commits mailing list