[xulrunner/f18] Crashreporter build flags changed

Jan Horak xhorak at fedoraproject.org
Mon Jun 3 11:10:27 UTC 2013


commit cf4d956b905e0c190ab373fb5c605486a9cfb967
Author: Jan Horak <jhorak at redhat.com>
Date:   Mon Jun 3 13:10:02 2013 +0200

    Crashreporter build flags changed

 xulrunner-mozconfig           |    1 -
 xulrunner-mozconfig-debuginfo |    5 -----
 xulrunner.spec                |    9 ++++-----
 3 files changed, 4 insertions(+), 11 deletions(-)
---
diff --git a/xulrunner-mozconfig b/xulrunner-mozconfig
index 7852dd4..9482fc9 100644
--- a/xulrunner-mozconfig
+++ b/xulrunner-mozconfig
@@ -20,7 +20,6 @@ ac_add_options --enable-pango
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
 ac_add_options --disable-javaxpcom
-ac_add_options --disable-crashreporter
 ac_add_options --enable-safe-browsing
 ac_add_options --enable-extensions=default
 ac_add_options --enable-libnotify
diff --git a/xulrunner.spec b/xulrunner.spec
index 5017579..7b5de8a 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -76,13 +76,12 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        21.0
-Release:        6%{?pre_tag}%{?dist}
+Release:        7%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
 Source0:        ftp://ftp.mozilla.org/pub/%{tarballname}/releases/%{version}%{?pre_version}/source/%{tarballname}-%{version}%{?pre_version}.source.tar.bz2
 Source10:       %{name}-mozconfig
-Source11:       %{name}-mozconfig-debuginfo
 Source12:       %{name}-redhat-default-prefs.js
 Source21:       %{name}.sh.in
 
@@ -242,9 +241,6 @@ cd %{tarballdir}
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
-%if %{enable_mozilla_crashreporter}
-%{__cat} %{SOURCE11} >> .mozconfig
-%endif
 
 %if %{?system_nss}
 echo "ac_add_options --with-system-nspr" >> .mozconfig
@@ -520,6 +516,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Jun  3 2013 Jan Horak <jhorak at redhat.com> - 21.0-7
+- Using upstream build flags for crashreporter
+
 * Wed May 29 2013 Martin Stransky <stransky at redhat.com> - 21.0-6
 - Removed the i686/f19 gcc hack (rhbz#928353)
 


More information about the scm-commits mailing list