[xulrunner] Disabled WebRTC due to rhbz#304121, enabled debuginfo packages

Martin Stransky stransky at fedoraproject.org
Wed Jan 9 11:21:22 UTC 2013


commit b260f32373eef70f72a169ba449372c055053155
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Wed Jan 9 12:21:15 2013 +0100

    Disabled WebRTC due to rhbz#304121, enabled debuginfo packages

 xulrunner.spec |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index d1eac55..b34b305 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -1,6 +1,3 @@
-# Disabled debuginfo packages due to Bug #304121
-%global debug_package     %{nil}
-
 # Use system nspr/nss?
 %define system_nss        1
 
@@ -50,8 +47,7 @@
 
 # crash reporter work only on x86/x86_64
 %ifarch %{ix86} x86_64
-# Disabled debuginfo packages due to Bug #304121
-%global enable_mozilla_crashreporter 0
+%global enable_mozilla_crashreporter 1
 %else
 %global enable_mozilla_crashreporter 0
 %endif
@@ -79,7 +75,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        18.0
-Release:        3%{?pre_tag}%{?dist}
+Release:        4%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -294,9 +290,10 @@ echo "ac_add_options --disable-polyic" >> .mozconfig
 echo "ac_add_options --disable-tracejit" >> .mozconfig
 %endif
 
-%ifnarch %{ix86} x86_64
+# Disable WebRTC because of Bug 304121
+#%ifnarch %{ix86} x86_64
 echo "ac_add_options --disable-webrtc" >> .mozconfig
-%endif
+#%endif
 
 #---------------------------------------------------------------------
 
@@ -505,8 +502,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
-* Wed Jan 9 2013 Martin Stransky <stransky at redhat.com> - 18.0-3
+* Wed Jan 9 2013 Martin Stransky <stransky at redhat.com> - 18.0-4
 - Fixed source files
+- Disabled WebRTC due to rhbz#304121
 
 * Wed Jan 9 2013 Martin Stransky <stransky at redhat.com> - 18.0-2
 - Disabled system sqlite on Fedora 18


More information about the scm-commits mailing list