rpms/eclipse-phpeclipse/F-8 eclipse-phpeclipse-httpd-integration.patch, 1.1, 1.2 eclipse-phpeclipse.spec, 1.2, 1.3

Brandon Holbrook (static) fedora-extras-commits at redhat.com
Sun Oct 21 03:45:24 UTC 2007


Author: static

Update of /cvs/extras/rpms/eclipse-phpeclipse/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17792

Modified Files:
	eclipse-phpeclipse-httpd-integration.patch 
	eclipse-phpeclipse.spec 
Log Message:
Reference php5 instead of php4 in httpd.conf [bug 314831]


eclipse-phpeclipse-httpd-integration.patch:

Index: eclipse-phpeclipse-httpd-integration.patch
===================================================================
RCS file: /cvs/extras/rpms/eclipse-phpeclipse/F-8/eclipse-phpeclipse-httpd-integration.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-phpeclipse-httpd-integration.patch	21 Dec 2006 01:06:02 -0000	1.1
+++ eclipse-phpeclipse-httpd-integration.patch	21 Oct 2007 03:45:21 -0000	1.2
@@ -497,5 +497,5 @@
 +TypesConfig /etc/mime.types
 +
 +# PHP settings
-+LoadModule php4_module modules/libphp4.so
++LoadModule php5_module modules/libphp5.so
 +AddType application/x-httpd-php .php


Index: eclipse-phpeclipse.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-phpeclipse/F-8/eclipse-phpeclipse.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eclipse-phpeclipse.spec	28 Jan 2007 20:49:21 -0000	1.2
+++ eclipse-phpeclipse.spec	21 Oct 2007 03:45:21 -0000	1.3
@@ -11,7 +11,7 @@
 
 Name:		eclipse-phpeclipse
 Version:	1.1.8
-Release:	16%{?dist}
+Release:	17%{?dist}
 Summary:	PHP Eclipse plugin
 
 Group:		Development/Tools
@@ -131,6 +131,9 @@
 %endif
 
 %changelog
+* Sat Oct 20 2007 Brandon Holbrook <fedora at theholbrooks.org> 1.1.8-17
+- Reference php5 instead of php4 in httpd.conf [bug 314831]
+
 * Mon Dec 18 2006 Brandon Holbrook <fedora at theholbrooks.org> 1.1.8-16
 - Require eclipse-pde-runtime
 




More information about the fedora-extras-commits mailing list