rpms/kdelibs/devel kdelibs-3.5.8-kate-vhdl.patch, NONE, 1.1 kdelibs.spec, 1.238, 1.239

Than Ngo (than) fedora-extras-commits at redhat.com
Thu Oct 18 17:39:31 UTC 2007


Author: than

Update of /cvs/extras/rpms/kdelibs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22914

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-3.5.8-kate-vhdl.patch 
Log Message:
bz273681, add vhdl syntax for kate, thanks to Chitlesh GOORAH


kdelibs-3.5.8-kate-vhdl.patch:

--- NEW FILE kdelibs-3.5.8-kate-vhdl.patch ---
--- kdelibs-3.5.8/kate/data/vhdl.xml.orig	2007-10-18 19:34:32.000000000 +0200
+++ kdelibs-3.5.8/kate/data/vhdl.xml	2007-10-18 19:33:04.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE language SYSTEM "language.dtd">
-<language name="VHDL" version="1.04" kateversion="2.1" section="Hardware" extensions="*.vhdl;*.vhd" mimetype="text/x-vhdl">
+<language name="VHDL" version="1.04" kateversion="2.1" section="Hardware" extensions="*.vhdl;*.vhd;*.vst;*.vbe" mimetype="text/x-vhdl">
     <highlighting>
         <list name="keywords">
             <item> access </item>


Index: kdelibs.spec
===================================================================
RCS file: /cvs/extras/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- kdelibs.spec	17 Oct 2007 14:40:21 -0000	1.238
+++ kdelibs.spec	18 Oct 2007 17:38:59 -0000	1.239
@@ -21,7 +21,7 @@
 
 Summary: K Desktop Environment - Libraries
 Version: 3.5.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs3
@@ -60,6 +60,7 @@
 Patch41: kdelibs-3.5.6-utempter.patch
 Patch43: kdelibs-3.5.6-lang.patch
 Patch45: kdelibs-3.5.7-autostart.patch
+Patch46: kdelibs-3.5.8-kate-vhdl.patch
 
 # use /etc/kde in addition to /usr/share/config, borrowed from debian
 Patch100: kdelibs-3.5.5-kstandarddirs.patch
@@ -223,6 +224,7 @@
 %{?_with_libutempter:%patch41 -p1 -b .utempter}
 %patch43 -p1 -b .lang
 %patch45 -p1 -b .xdg-autostart
+%patch46 -p1 -b .kate-vhdl
 
 %patch100 -p1 -b .kstandarddirs
 %patch101 -p1 -b .libtool-shlibext
@@ -513,6 +515,9 @@
 
 
 %changelog
+* Thu Oct 18 2007 Than Ngo <than at redhat.com> - 3.5.8-5
+- bz273681, add vhdl syntax for kate, thanks to Chitlesh GOORAH
+
 * Wed Oct 17 2007 Than Ngo <than at redhat.com> 3.5.8-4
 - apply upstream patch to fix http-regression
 




More information about the fedora-extras-commits mailing list