Here is a patch for the Quanta 2.0.1 RPM that was in Mandrake 8.2 beta
4.

It's a small patch that basically just updates the PHP syntax
highlighting to include all reserved and key words from PHP 4.1.2.

Mike

Attachment: quanta-2.0.1-phpsyntax.patch.bz2
Description: application/bzip

--- quanta.spec	Fri Feb 15 16:16:17 2002
+++ quanta-2.0.1-2mdk.spec	Tue Mar  5 21:21:10 2002
@@ -1,11 +1,12 @@
 Summary:	A web editor for the KDE Desktop Environment
 Name:		quanta
 Version:	2.0.1
-Release:	1mdk
+Release:	2mdk
 License:	GPL
 Epoch:		1
 
 Source:		%name-%version.tar.bz2
+Patch:		%name-%version-phpsyntax.patch.bz2
 
 Group:		Graphical desktop/KDE
 URL:		http://quanta.sourceforge.net/
@@ -21,7 +22,8 @@
 
 %prep
 
-%setup -q 
+%setup -q
+%patch
 
 %build
 CFLAGS="%optflags" CXXFLAGS="%optflags" \
@@ -97,6 +99,9 @@
 /sbin/ldconfig
 
 %changelog
+* Tue Mar 05 2002 Mike Eheler <[EMAIL PROTECTED]> 2.0.1-2mdk
+- Update for PHP syntax highlighting
+
 * Fri Feb 15 2002 David BAUDENS <[EMAIL PROTECTED]> 2.0.1-1mdk
 - 2.0.1
 

Reply via email to