packages: vim-syntax-spec/vim-ftplugin-spec.vim, vim-syntax-spec/vim-syntax...

pawelz pawelz at pld-linux.org
Sat Apr 3 01:36:06 CEST 2010


Author: pawelz                       Date: Fri Apr  2 23:36:06 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix after cvs structure migration (sic!): use builder/adapter from
  rpm-build-tools, not from current dir
- include rpm-build.sh before using diffcol (LOL, does anybody tested/used
  it???)
- force fenc=utf-8 for PLD specs (Please, review, I'm not sure if this change
  is correct)
- R: rpm-build-tools >= 4.4.36-2 (for adapter/builder)
- R: rpm-build-macros >= 1.322 (for diffcol)
- up to 1.105

---- Files affected:
packages/vim-syntax-spec:
   vim-ftplugin-spec.vim (1.6 -> 1.7) , vim-syntax-spec.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: packages/vim-syntax-spec/vim-ftplugin-spec.vim
diff -u packages/vim-syntax-spec/vim-ftplugin-spec.vim:1.6 packages/vim-syntax-spec/vim-ftplugin-spec.vim:1.7
--- packages/vim-syntax-spec/vim-ftplugin-spec.vim:1.6	Fri Dec 22 16:51:38 2006
+++ packages/vim-syntax-spec/vim-ftplugin-spec.vim	Sat Apr  3 01:36:01 2010
@@ -8,11 +8,11 @@
 
 "setlocal tw=70
 
-map <F5> :!./builder -5 %<CR>
-map <F6> :!./adapter %<CR>
+map <F5> :!builder -5 %<CR>
+map <F6> :!adapter %<CR>
 map <F8> :!rpmbuild -bb %<CR>
-map <F9> :!cvs diff -u % \| diffcol \| less -nR<CR>
-map <F10> :!./builder -bb -R -u %<CR>
+map <F9> :!. /etc/shrc.d/rpm-build.sh; cvs diff -u % \| diffcol \| less -nR<CR>
+map <F10> :!builder -bb -R -u %<CR>
 
-" PLD specfiles are in latin2 encoding for -pl
-setlocal fileencodings=ucs-bom,utf-8,default,latin2
+" PLD specfiles are in UTF-8 encoding
+setlocal fileencodings=utf-8

================================================================
Index: packages/vim-syntax-spec/vim-syntax-spec.spec
diff -u packages/vim-syntax-spec/vim-syntax-spec.spec:1.22 packages/vim-syntax-spec/vim-syntax-spec.spec:1.23
--- packages/vim-syntax-spec/vim-syntax-spec.spec:1.22	Tue Feb  9 01:20:00 2010
+++ packages/vim-syntax-spec/vim-syntax-spec.spec	Sat Apr  3 01:36:01 2010
@@ -2,12 +2,16 @@
 Summary:	Vim syntax: RPM specfiles
 Summary(pl.UTF-8):	Składania dla Vima: pliki RPM spec
 Name:		vim-syntax-spec
-Version:	1.104
+Version:	1.105
 Release:	1
 License:	Charityware
 Group:		Applications/Editors/Vim
 Source0:	spec.vim
 Source1:	vim-ftplugin-spec.vim
+# 4.4.35 is broken
+Requires:	rpm-build-tools >= 4.4.36-2
+# for diffcol
+Requires:	rpm-build-macros >= 1.322
 # for _vimdatadir existence
 Requires:	vim-rt >= 4:7.2.170
 Obsoletes:	vim-ftplugin-spec
@@ -50,6 +54,17 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2010/04/02 23:36:01  pawelz
+- fix after cvs structure migration (sic!): use builder/adapter from
+  rpm-build-tools, not from current dir
+- include rpm-build.sh before using diffcol (LOL, does anybody tested/used
+  it???)
+- force fenc=utf-8 for PLD specs (Please, review, I'm not sure if this change
+  is correct)
+- R: rpm-build-tools >= 4.4.36-2 (for adapter/builder)
+- R: rpm-build-macros >= 1.322 (for diffcol)
+- up to 1.105
+
 Revision 1.22  2010/02/09 00:20:00  sparky
 - added __gtkdocize macro
 
================================================================

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



More information about the pld-cvs-commit mailing list