rpms/xulrunner/F-11 mozilla-about-firefox-version.patch, NONE, 1.1 xulrunner.spec, 1.159, 1.160

Jan Horak xhorak at fedoraproject.org
Mon Jul 13 08:56:09 UTC 2009


Author: xhorak

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

Modified Files:
	xulrunner.spec 
Added Files:
	mozilla-about-firefox-version.patch 
Log Message:
Fixed wrong version of Firefox when loading 'about:' as location

mozilla-about-firefox-version.patch:

--- NEW FILE mozilla-about-firefox-version.patch ---
diff -up mozilla-1.9.1/toolkit/content/Makefile.in.about-firefox-version mozilla-1.9.1/toolkit/content/Makefile.in
--- mozilla-1.9.1/toolkit/content/Makefile.in.about-firefox-version	2009-06-29 18:15:23.000000000 +0200
+++ mozilla-1.9.1/toolkit/content/Makefile.in	2009-07-07 13:43:54.000000000 +0200
@@ -46,7 +46,7 @@ CHROME_DEPS = buildconfig.html
 include $(DEPTH)/config/autoconf.mk
 
 DEFINES += \
-  -DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
+  -DMOZ_APP_VERSION=$(FIREFOX_VERSION) \
   -Dtarget="$(target)" \
   -Dac_configure_args="$(ac_configure_args)" \
   -DCC="$(CC)" \


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/F-11/xulrunner.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -p -r1.159 -r1.160
--- xulrunner.spec	30 Jun 2009 21:23:01 -0000	1.159
+++ xulrunner.spec	13 Jul 2009 08:55:39 -0000	1.160
@@ -12,7 +12,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -27,6 +27,7 @@ Patch0:         xulrunner-version.patch
 Patch1:         mozilla-build.patch
 Patch2:         mozilla-191-path.patch
 Patch3:         mozilla-jemalloc.patch
+Patch4:         mozilla-about-firefox-version.patch
 
 # Fedora specific patches
 Patch10:        mozilla-191-pkgconfig.patch
@@ -147,6 +148,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{ver
 %patch1  -p1 -b .build
 %patch2  -p1 -b .path
 %patch3  -p1 -b .jemalloc
+%patch4  -p1 -b .about-firefox-version
 
 %patch10 -p1 -b .pk
 
@@ -446,6 +448,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Jul  7 2009 Jan Horak <jhorak at redhat.com> - 1.9.1-3
+- Fixed wrong version of Firefox when loading 'about:' as location
+
 * Tue Jun 30 2009 Yanko Kaneti <yaneti at declera.com> - 1.9.1-2
 - Build using system hunspell
 




More information about the fedora-extras-commits mailing list