rpms/galeon/F-8 galeon-2.0.3-plugin-wrapper.patch, 1.4, 1.5 galeon.spec, 1.42, 1.43

Denis Leroy (denis) fedora-extras-commits at redhat.com
Sun Jan 6 09:50:43 UTC 2008


Author: denis

Update of /cvs/pkgs/rpms/galeon/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23512

Modified Files:
	galeon-2.0.3-plugin-wrapper.patch galeon.spec 
Log Message:
Fixed plugin-wrapper patch

galeon-2.0.3-plugin-wrapper.patch:

Index: galeon-2.0.3-plugin-wrapper.patch
===================================================================
RCS file: /cvs/pkgs/rpms/galeon/F-8/galeon-2.0.3-plugin-wrapper.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- galeon-2.0.3-plugin-wrapper.patch	28 Dec 2007 12:22:09 -0000	1.4
+++ galeon-2.0.3-plugin-wrapper.patch	6 Jan 2008 09:50:33 -0000	1.5
@@ -26,10 +26,10 @@
  	/* Add the current mozilla build's plugins dir */
 -	g_string_append (new_path, ":" GALEON_MOZILLA_HOME "/plugins");
 +	if(mozilla_setup_wrapped_plugin()) {
-+		g_string_append (new_path, ":" GALEON_MOZILLA_HOME "/plugins-wrapped");
++		g_string_append (new_path, ":" TOP_LIB_DIR "/mozilla/plugins-wrapped");
 +	}
 +	else {
-+		g_string_append (new_path, ":" GALEON_MOZILLA_HOME "/plugins");
++		g_string_append (new_path, ":" TOP_LIB_DIR "/mozilla/plugins");
 +	}
  
  	g_setenv ("MOZ_PLUGIN_PATH", new_path->str, TRUE);


Index: galeon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/galeon/F-8/galeon.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- galeon.spec	28 Dec 2007 12:22:09 -0000	1.42
+++ galeon.spec	6 Jan 2008 09:50:33 -0000	1.43
@@ -3,7 +3,7 @@
 Summary:	GNOME2 Web browser based on Mozilla
 Name:		galeon
 Version:	2.0.4
-Release:	1%{?dist}
+Release:	1%{?dist}.1
 License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://galeon.sourceforge.net/
@@ -115,6 +115,9 @@
 
 
 %changelog
+* Sun Jan  6 2008 Denis Leroy <denis at poolshark.org> - 2.0.4-2
+- Fixed plugin-wrapper patch
+
 * Sat Dec 15 2007 Denis Leroy <denis at poolshark.org> - 2.0.4-1
 - Update to upstream 2.0.4
 - Some patches integrated upstream, plugin-wrapper patch ported




More information about the fedora-extras-commits mailing list