[xulrunner] Update to 19.0, added fix for mozbz#239254

Martin Stransky stransky at fedoraproject.org
Mon Feb 18 12:24:43 UTC 2013


commit c0a99a1b7111598765a691436d407e959d2b29dc
Author: Martin Stransky <stransky at redhat.com>
Date:   Mon Feb 18 13:24:36 2013 +0100

    Update to 19.0, added fix for mozbz#239254

 sources        |    2 +-
 xulrunner.spec |   11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 82ba768..d6896f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7a20f52a3ffdd8d2fafa8a1a1db49c7  xulrunner-18.0.2.source.tar.bz2
+3dc732b6ce177792b43324f4bc7164d8  firefox-19.0.source.tar.bz2
diff --git a/xulrunner.spec b/xulrunner.spec
index 0c4d9f2..c6fbf30 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -42,6 +42,7 @@
 %global beta_version  0
 %global rc_version    0
 
+%global tarballname   firefox
 %global mozappdir     %{_libdir}/%{name}
 %global tarballdir    mozilla-release
 
@@ -74,12 +75,12 @@
 
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
-Version:        18.0.2
+Version:        19.0
 Release:        1%{?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/%{name}/releases/%{version}%{?pre_version}/source/%{name}-%{version}%{?pre_version}.source.tar.bz2
+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
@@ -99,6 +100,7 @@ Patch20:        mozilla-193-pkgconfig.patch
 
 # Upstream patches
 Patch101:       mozilla-791626.patch
+Patch102:       mozilla-239254.patch
 
 # ---------------------------------------------------
 
@@ -229,6 +231,7 @@ cd %{tarballdir}
 
 %patch20  -p2 -b .pk
 %patch101 -p1 -b .791626
+%patch102 -p1 -b .239254
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -508,6 +511,10 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Feb 18 2013 Martin Stransky <stransky at redhat.com> - 19.0-1
+- Update to 19.0
+- Added fix for mozbz#239254
+
 * Wed Feb  6 2013 Jan Horak <jhorak at redhat.com> - 18.0.2-1
 - Update to 18.0.2
 


More information about the scm-commits mailing list