rpms/xulrunner/F-9 mozilla-about-firefox-version.patch, NONE, 1.1 xulrunner.spec, 1.135, 1.136

Jan Horak xhorak at fedoraproject.org
Thu Feb 26 14:50:47 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/xulrunner/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21803

Modified Files:
	xulrunner.spec 
Added Files:
	mozilla-about-firefox-version.patch 
Log Message:
Resolves: 453980

mozilla-about-firefox-version.patch:

--- NEW FILE mozilla-about-firefox-version.patch ---
diff -up mozilla/toolkit/content/Makefile.in.fix mozilla/toolkit/content/Makefile.in
--- mozilla/toolkit/content/Makefile.in.fix	2008-03-13 20:25:52.000000000 +0100
+++ mozilla/toolkit/content/Makefile.in	2008-10-24 16:17:43.000000000 +0200
@@ -45,7 +45,7 @@ CHROME_DEPS = buildconfig.html
 
 include $(DEPTH)/config/autoconf.mk
 
-DEFINES += -DMOZ_APP_VERSION=$(MOZ_APP_VERSION)
+DEFINES += -DMOZ_APP_VERSION=$(FIREFOX_VERSION)
 
 ifdef ENABLE_TESTS
 DIRS += tests


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/F-9/xulrunner.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- xulrunner.spec	4 Feb 2009 15:41:12 -0000	1.135
+++ xulrunner.spec	26 Feb 2009 14:50:16 -0000	1.136
@@ -8,7 +8,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9.0.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -24,6 +24,7 @@
 Patch3:         xulrunner-version.patch
 Patch4:         mozilla-sqlite.patch
 Patch5:         mozilla-mochitest.patch
+Patch6:         mozilla-about-firefox-version.patch
 
 # Fedora specific patches
 Patch10:        mozilla-pkgconfig.patch
@@ -102,6 +103,7 @@
 %patch4  -p1 -b .sqlite
 autoconf-2.13
 %patch5  -p1 -b .mochitest
+%patch6  -p1 -b .about-firefox-version
 
 %patch10 -p1 -b .pk
 
@@ -379,6 +381,10 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Feb 26 2009 Jan Horak <jhorak at redhat.com> - 1.9.0.6-2
+- Fixed wrong version of Firefox when loading 'about:' as location 
+  (#453980).
+
 * Wed Feb  4 2009 Christopher Aillon <caillon at redhat.com> 1.9.0.6-1
 - Update to 1.9.0.6
 




More information about the scm-commits mailing list