rpms/vim/devel README.patches,1.148,1.149 vim.spec,1.266,1.267

Karsten Hopp karsten at fedoraproject.org
Fri May 14 16:11:14 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8808

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -p -r1.148 -r1.149
--- README.patches	13 May 2010 16:11:32 -0000	1.148
+++ README.patches	14 May 2010 16:11:14 -0000	1.149
@@ -454,3 +454,8 @@ Individual patches for Vim 7.2:
   2792  7.2.420  ":argedit" does not accept "++enc=utf8" as documented
   2108  7.2.421  when folds are not updated there is no way to force an update
   2174  7.2.422  may get E763 when using spell dictionaries
+  4478  7.2.423  crash after assigning s: to variable
+  5462  7.2.424  ":colorscheme" without an argument doesn't do anything
+  1541  7.2.425  some compilers complain about fourth EX() argument
+  2771  7.2.426  commas in 'langmap' are not always handled correctly
+  5351  7.2.427  recovery doesn't follow symlinks to find swap file


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -p -r1.266 -r1.267
--- vim.spec	13 May 2010 16:11:32 -0000	1.266
+++ vim.spec	14 May 2010 16:11:14 -0000	1.267
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 422
+%define patchlevel 427
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -488,6 +488,11 @@ Patch419: ftp://ftp.vim.org/pub/vim/patc
 Patch420: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.420
 Patch421: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.421
 Patch422: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.422
+Patch423: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.423
+Patch424: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.424
+Patch425: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.425
+Patch426: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.426
+Patch427: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.427
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1048,6 +1053,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch420 -p0
 %patch421 -p0
 %patch422 -p0
+%patch423 -p0
+%patch424 -p0
+%patch425 -p0
+%patch426 -p0
+%patch427 -p0
 
 
 # install spell files
@@ -1512,6 +1522,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Fri May 14 2010 Karsten Hopp <karsten at redhat.com> 7.2.427-1
+- patchlevel 427
+
 * Thu May 13 2010 Karsten Hopp <karsten at redhat.com> 7.2.422-1
 - patchlevel 422
 



More information about the scm-commits mailing list