rpms/firefox/devel firefox-2.0-enable-debug.patch, NONE, 1.1 firefox.sh.in, 1.22, 1.23 firefox.spec, 1.200, 1.201

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Sep 26 13:59:47 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2074

Modified Files:
	firefox.sh.in firefox.spec 
Added Files:
	firefox-2.0-enable-debug.patch 
Log Message:
* Mon Sep 26 2007 Martin Stransky <stransky at redhat.com> 2.0.0.6-11
- Fixed #242657 - firefox -g doesn't work



firefox-2.0-enable-debug.patch:

--- NEW FILE firefox-2.0-enable-debug.patch ---
diff -up mozilla/browser/app/Makefile.in.old mozilla/browser/app/Makefile.in
--- mozilla/browser/app/Makefile.in.old	2006-08-29 04:03:07.000000000 +0200
+++ mozilla/browser/app/Makefile.in	2007-09-26 15:08:35.000000000 +0200
@@ -238,7 +238,7 @@ libs:: firefox
 	$(INSTALL) $< $(DIST)/bin
 
 install:: firefox
-	$(SYSINSTALL) $< $(DESTDIR)$(bindir)
+	$(SYSINSTALL) $< $(DESTDIR)$(mozappdir)
 
 GARBAGE += firefox
 GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, firefox.js)


Index: firefox.sh.in
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/firefox.sh.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- firefox.sh.in	7 Aug 2007 08:30:38 -0000	1.22
+++ firefox.sh.in	26 Sep 2007 13:59:13 -0000	1.23
@@ -60,7 +60,7 @@
 fi
 MOZ_DIST_BIN="$MOZ_LIB_DIR/firefox-FIREFOX_VERSION"
 MOZ_EXTENSIONS_DIR="$MOZ_DIST_BIN/extensions"
-MOZ_PROGRAM="$MOZ_DIST_BIN/firefox-bin"
+MOZ_PROGRAM="$MOZ_DIST_BIN/firefox"
 MOZ_CLIENT_PROGRAM="$MOZ_DIST_BIN/mozilla-xremote-client"
 MOZ_CLIENT_PROGRAM_PARAM="-a firefox"
 


Index: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- firefox.spec	25 Sep 2007 18:00:36 -0000	1.200
+++ firefox.spec	26 Sep 2007 13:59:13 -0000	1.201
@@ -12,7 +12,7 @@
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
 Version:        2.0.0.6
-Release:        10%{?dist}
+Release:        11%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -67,6 +67,7 @@
 Patch106:       firefox-2.0-indicator-crash.patch
 Patch110:       firefox-2.0-startup-notify.patch
 Patch111:       firefox-path.patch
+Patch112:       firefox-2.0-enable-debug.patch
 
 %if %{official_branding}
 # Required by Mozilla Corporation
@@ -165,6 +166,7 @@
 %patch106 -p1 -b .indicator-crash
 %patch110 -p0 -b .startup-notify
 %patch111 -p1 -b .path
+%patch112 -p1 -b .debug
 
 # For branding specific patches.
 
@@ -401,6 +403,7 @@
 %{mozappdir}/res
 %{mozappdir}/searchplugins
 %{mozappdir}/*.so
+%{mozappdir}/firefox
 %{mozappdir}/firefox-bin
 %{mozappdir}/firefox-xremote-client
 %{mozappdir}/mozilla-xremote-client
@@ -431,6 +434,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Sep 26 2007 Martin Stransky <stransky at redhat.com> 2.0.0.6-11
+- Fixed #242657 - firefox -g doesn't work
+
 * Mon Sep 25 2007 Martin Stransky <stransky at redhat.com> 2.0.0.6-10
 - Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros
 




More information about the fedora-extras-commits mailing list