packages: vim-syntax-upstart/vim-syntax-upstart-keywords_and_pld.patch, vim...

jajcus jajcus at pld-linux.org
Fri May 21 08:35:59 CEST 2010


Author: jajcus                       Date: Fri May 21 06:35:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use upstart syntax for *.upstart files, that we use in package sources
- Release: 3

---- Files affected:
packages/vim-syntax-upstart:
   vim-syntax-upstart-keywords_and_pld.patch (1.1 -> 1.2) , vim-syntax-upstart.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/vim-syntax-upstart/vim-syntax-upstart-keywords_and_pld.patch
diff -u packages/vim-syntax-upstart/vim-syntax-upstart-keywords_and_pld.patch:1.1 packages/vim-syntax-upstart/vim-syntax-upstart-keywords_and_pld.patch:1.2
--- packages/vim-syntax-upstart/vim-syntax-upstart-keywords_and_pld.patch:1.1	Tue May 11 12:33:33 2010
+++ packages/vim-syntax-upstart/vim-syntax-upstart-keywords_and_pld.patch	Fri May 21 08:35:54 2010
@@ -1,5 +1,13 @@
---- upstart-0.6.5/contrib/vim/syntax/upstart.vim.orig	2009-10-23 22:47:27.000000000 +0200
-+++ upstart-0.6.5/contrib/vim/syntax/upstart.vim	2010-05-11 12:30:54.000000000 +0200
+diff -dur -x '*.orig' upstart-0.6.5.orig/contrib/vim/ftdetect/upstart.vim upstart-0.6.5/contrib/vim/ftdetect/upstart.vim
+--- upstart-0.6.5.orig/contrib/vim/ftdetect/upstart.vim	2009-10-23 22:47:27.000000000 +0200
++++ upstart-0.6.5/contrib/vim/ftdetect/upstart.vim	2010-05-21 08:32:57.000000000 +0200
+@@ -1,2 +1,3 @@
+ " Treat all /etc/init/*.conf files as upstart job files
+ au BufNewFile,BufRead /etc/init/*.conf	set filetype=upstart
++au BufNewFile,BufRead *.upstart	set filetype=upstart
+diff -dur -x '*.orig' upstart-0.6.5.orig/contrib/vim/syntax/upstart.vim upstart-0.6.5/contrib/vim/syntax/upstart.vim
+--- upstart-0.6.5.orig/contrib/vim/syntax/upstart.vim	2009-10-23 22:47:27.000000000 +0200
++++ upstart-0.6.5/contrib/vim/syntax/upstart.vim	2010-05-21 08:32:39.000000000 +0200
 @@ -14,6 +14,8 @@
  elseif exists("b:current_syntax")
  	finish

================================================================
Index: packages/vim-syntax-upstart/vim-syntax-upstart.spec
diff -u packages/vim-syntax-upstart/vim-syntax-upstart.spec:1.3 packages/vim-syntax-upstart/vim-syntax-upstart.spec:1.4
--- packages/vim-syntax-upstart/vim-syntax-upstart.spec:1.3	Tue May 11 12:33:33 2010
+++ packages/vim-syntax-upstart/vim-syntax-upstart.spec	Fri May 21 08:35:54 2010
@@ -3,7 +3,7 @@
 Summary:	Vim syntax: Varnish configuation Language
 Name:		vim-syntax-%{syntax}
 Version:	0.1
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications/Editors/Vim
 Source0:	http://upstart.ubuntu.com/download/0.6/upstart-0.6.5.tar.gz
@@ -41,6 +41,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2010/05/21 06:35:54  jajcus
+- use upstart syntax for *.upstart files, that we use in package sources
+- Release: 3
+
 Revision 1.3  2010/05/11 10:33:33  jajcus
 - syntax definition improvements
 - PLD events added
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-upstart/vim-syntax-upstart-keywords_and_pld.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-upstart/vim-syntax-upstart.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list