rpms/thunderbird/devel thunderbird-2.0-enable-debug.patch, NONE, 1.1 thunderbird.sh.in, 1.7, 1.8 thunderbird.spec, 1.105, 1.106

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Sep 26 15:33:17 UTC 2007


Author: stransky

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

Modified Files:
	thunderbird.sh.in thunderbird.spec 
Added Files:
	thunderbird-2.0-enable-debug.patch 
Log Message:
Fixed #242657 - firefox -g doesn't work

thunderbird-2.0-enable-debug.patch:

--- NEW FILE thunderbird-2.0-enable-debug.patch ---
diff -up mozilla/mail/app/Makefile.in.old mozilla/mail/app/Makefile.in
--- mozilla/mail/app/Makefile.in.old	2007-02-28 07:52:59.000000000 +0100
+++ mozilla/mail/app/Makefile.in	2007-09-26 16:53:51.000000000 +0200
@@ -257,7 +257,7 @@ libs:: thunderbird
 	$(INSTALL) $< $(DIST)/bin
 
 install:: thunderbird
-	$(SYSINSTALL) $< $(DESTDIR)$(bindir)
+	$(SYSINSTALL) $< $(DESTDIR)$(mozappdir)
 
 GARBAGE += thunderbird
 GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js all-thunderbird.js channel-prefs.js mailnews.js)


Index: thunderbird.sh.in
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird.sh.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thunderbird.sh.in	12 Apr 2007 20:32:40 -0000	1.7
+++ thunderbird.sh.in	26 Sep 2007 15:32:44 -0000	1.8
@@ -14,7 +14,7 @@
 MRE_HOME="$MOZ_LIB_DIR/thunderbird-TBIRD_VERSION"
 export MOZILLA_FIVE_HOME MRE_HOME
 
-MOZ_PROGRAM=$MRE_HOME/thunderbird-bin
+MOZ_PROGRAM=$MRE_HOME/thunderbird
 #MOZ_CLIENT_PROGRAM="$MRE_HOME/mozilla-xremote-client -a thunderbird"
 MOZ_CLIENT_PROGRAM="$MRE_HOME/thunderbird-bin -remote" 
 


Index: thunderbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- thunderbird.spec	25 Sep 2007 20:13:47 -0000	1.105
+++ thunderbird.spec	26 Sep 2007 15:32:44 -0000	1.106
@@ -8,7 +8,7 @@
 Summary:	Mozilla Thunderbird mail/newsgroup client
 Name:		thunderbird
 Version:	2.0.0.6
-Release:	5%{?dist}
+Release:	6%{?dist}
 URL:		http://www.mozilla.org/projects/thunderbird/
 License:	MPLv1.1 or GPLv2+ or LGPLv2+
 Group:		Applications/Internet
@@ -64,6 +64,7 @@
 Patch104:       firefox-1.5-dnd-nograb.patch
 Patch106:       firefox-2.0-indicator-crash.patch
 Patch111:       thunderbird-path.patch
+Patch112:       thunderbird-2.0-enable-debug.patch
 
 %if %{official_branding}
 # Required by Mozilla Corporation
@@ -147,6 +148,7 @@
 #%patch104 -p1 -b .dnd-nograb
 %patch106 -p1 -b .indicator-crash
 %patch111 -p1 -b .path
+%patch112 -p1 -b .debug
 
 %if %{official_branding}
 # Required by Mozilla Corporation
@@ -302,6 +304,7 @@
 %{mozappdir}/res
 %{mozappdir}/run-mozilla.sh
 %{mozappdir}/thunderbird-bin
+%{mozappdir}/thunderbird
 %{mozappdir}/updater
 %{mozappdir}/*.so
 
@@ -318,6 +321,9 @@
 #===============================================================================
 
 %changelog
+* Wed Sep 26 2007 Martin Stransky <stransky at redhat.com> 2.0.0.6-3
+- Fixed #242657 - firefox -g doesn't work
+
 * Tue Sep 25 2007 Christopher Aillon <caillon at redhat.com> 2.0.0.6-5
 - Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros
 




More information about the fedora-extras-commits mailing list