[mediatomb] Autoconfig fixes.

Jon Ciesla limb at fedoraproject.org
Tue Jan 15 13:55:48 UTC 2013


commit a45e0f4e5fef0ac8066f55fbccc011320e9d05ee
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Jan 15 07:53:02 2013 -0600

    Autoconfig fixes.

 mediatomb-0.12.1-transcode-segfault.patch |   11 +++++++++++
 mediatomb.spec                            |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/mediatomb-0.12.1-transcode-segfault.patch b/mediatomb-0.12.1-transcode-segfault.patch
index fa5a760..f7591f7 100644
--- a/mediatomb-0.12.1-transcode-segfault.patch
+++ b/mediatomb-0.12.1-transcode-segfault.patch
@@ -10,3 +10,14 @@
          if (param != newParam)
              params->set(newParam, i);
      }
+--- configure.ac~	2013-01-15 07:30:33.000000000 -0600
++++ configure.ac	2013-01-15 07:38:22.875252055 -0600
+@@ -30,7 +30,7 @@
+ 
+ AC_PREREQ(2.61)
+ AC_INIT([MediaTomb], [0.12.1], [jin at mediatomb.cc])
+-AM_CONFIG_HEADER([autoconfig.h tombupnp/upnp/inc/upnpconfig.h])
++AC_CONFIG_HEADERS([autoconfig.h tombupnp/upnp/inc/upnpconfig.h])
+ AC_CONFIG_AUX_DIR(configure_aux)
+ AC_CONFIG_SRCDIR([src/common.h])
+ AM_INIT_AUTOMAKE([1.9 -Wall])
diff --git a/mediatomb.spec b/mediatomb.spec
index 09ce0a1..51f8e8b 100644
--- a/mediatomb.spec
+++ b/mediatomb.spec
@@ -93,7 +93,7 @@ be found on http://www.upnp.org/.
 
 %build
 # Patches affect configure.ac scripts, need to autoreconf
-autoreconf
+autoreconf -if
 
 %configure --enable-inotify --enable-taglib --enable-libjs --enable-FLAC
 %{__make} %{?_smp_mflags}
@@ -214,6 +214,7 @@ fi
 %changelog
 * Tue Jan 15 2013 Jon Ciesla <limburgher at gmail.com> - 0.12.1-22
 - Patch to fix crash, BZ 783367.
+- autoconfig fixes.
 
 * Mon Dec 03 2012 Jon Ciesla <limburgher at gmail.com> - 0.12.1-21
 - Fix unit file typo.


More information about the scm-commits mailing list