rpms/vim/devel README.patches,1.142,1.143 vim.spec,1.259,1.260

Karsten Hopp karsten at fedoraproject.org
Wed Mar 17 23:12:01 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31103

Modified Files:
	README.patches vim.spec 
Log Message:
- patchlevel 402


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -p -r1.142 -r1.143
--- README.patches	17 Mar 2010 17:12:39 -0000	1.142
+++ README.patches	17 Mar 2010 23:12:01 -0000	1.143
@@ -27,6 +27,7 @@ Collection of patches for Vim 7.2:
 108889  7.2.001-100.gz        patches 7.2.001 to 7.2.100, gzip'ed
 208102  7.2.101-200.gz        patches 7.2.101 to 7.2.200, gzip'ed
  82163  7.2.201-300.gz        patches 7.2.201 to 7.2.300, gzip'ed
+ 94475  7.2.301-400.gz        patches 7.2.301 to 7.2.400, gzip'ed
 
 Individual patches for Vim 7.2:
 
@@ -430,3 +431,6 @@ Individual patches for Vim 7.2:
   1722  7.2.397  redundant check for w_lines_valid
   4127  7.2.398  when moving windows the cursor ends up in the wrong line
   1784  7.2.399  (extra, after 7.2.388) cannot compile on MingW
+ 12865  7.2.400  (after 7.2.387) Ruby problems with init and empty string
+  1982  7.2.401  wildmode list doesn't highlight directory names with a space
+  2649  7.2.402  error 705 when re-using funcref variable


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -p -r1.259 -r1.260
--- vim.spec	17 Mar 2010 17:12:39 -0000	1.259
+++ vim.spec	17 Mar 2010 23:12:01 -0000	1.260
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 399
+%define patchlevel 402
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -465,6 +465,9 @@ Patch396: ftp://ftp.vim.org/pub/vim/patc
 Patch397: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.397
 Patch398: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.398
 Patch399: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.399
+Patch400: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.400
+Patch401: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.401
+Patch402: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.402
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1002,6 +1005,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch397 -p0
 %patch398 -p0
 %patch399 -p0
+%patch400 -p0
+%patch401 -p0
+%patch402 -p0
 
 
 # install spell files
@@ -1466,6 +1472,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu Mar 18 2010 Karsten Hopp <karsten at redhat.com> 7.2.402-1
+- patchlevel 402
+
 * Wed Mar 17 2010 Karsten Hopp <karsten at redhat.com> 7.2.399-1
 - patchlevel 399
 



More information about the scm-commits mailing list