SPECS: vim-syntax-lighttpd.spec - 1.11: allow underscore in variable names:...

glen glen at pld-linux.org
Wed Apr 1 16:07:06 CEST 2009


Author: glen                         Date: Wed Apr  1 14:07:06 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.11: allow underscore in variable names: var.foo_bar

---- Files affected:
SPECS:
   vim-syntax-lighttpd.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/vim-syntax-lighttpd.spec
diff -u SPECS/vim-syntax-lighttpd.spec:1.6 SPECS/vim-syntax-lighttpd.spec:1.7
--- SPECS/vim-syntax-lighttpd.spec:1.6	Wed Jan 28 12:24:25 2009
+++ SPECS/vim-syntax-lighttpd.spec	Wed Apr  1 16:07:01 2009
@@ -2,7 +2,7 @@
 %define		syntax	lighttpd
 Summary:	Vim syntax: lighttpd
 Name:		vim-syntax-%{syntax}
-Version:	1.8
+Version:	1.11
 Release:	1
 License:	Charityware
 Group:		Applications/Editors/Vim
@@ -21,12 +21,14 @@
 
 %prep
 %setup -qcT
+cp %{SOURCE2} .
+
+%build
 rev=$(awk '/^".*Revision:/{print $5}' %{SOURCE0})
 if [ "$rev" != "%{version}" ]; then
 	: Update version $rev, and retry
 	exit 1
 fi
-cp %{SOURCE2} .
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +51,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2009/04/01 14:07:01  glen
+- 1.11: allow underscore in variable names: var.foo_bar
+
 Revision 1.6  2009/01/28 11:24:25  glen
 - v1.8: syntax improvements from Fred Peeterman <fred#peeterman.de>
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vim-syntax-lighttpd.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list