[xulrunner] Enable web-rtc on ARM now it's fixed upstream (RHBZ 886976)

Peter Robinson pbrobinson at fedoraproject.org
Wed Jul 24 08:55:15 UTC 2013


commit 5758cbe039a99b8c6ac3961366f270ef16de59fb
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jul 24 09:55:00 2013 +0100

    Enable web-rtc on ARM now it's fixed upstream (RHBZ 886976)

 xulrunner.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index b81ec3c..a994201 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -76,7 +76,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        22.0
-Release:        4%{?pre_tag}%{?dist}
+Release:        5%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -308,7 +308,7 @@ echo "ac_add_options --disable-polyic" >> .mozconfig
 echo "ac_add_options --disable-tracejit" >> .mozconfig
 %endif
 
-%ifnarch %{ix86} x86_64
+%ifnarch %{ix86} x86_64 armv7hl armv7hnl
 echo "ac_add_options --disable-webrtc" >> .mozconfig
 %endif
 
@@ -521,6 +521,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Jul 24 2013 Peter Robinson <pbrobinson at fedoraproject.org> 22.0-5
+- Enable web-rtc on ARM now it's fixed upstream (RHBZ 886976)
+
 * Mon Jul  1 2013 Jan Horak <jhorak at redhat.com> - 22.0-4
 - Added fix from mozbz#817533 - fix issues with proxy settings
 - Fixed missing about:healthreport


More information about the scm-commits mailing list