rpms/vim/devel README.patches,1.147,1.148 vim.spec,1.265,1.266

Karsten Hopp karsten at fedoraproject.org
Thu May 13 16:11:33 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -p -r1.147 -r1.148
--- README.patches	7 May 2010 16:19:14 -0000	1.147
+++ README.patches	13 May 2010 16:11:32 -0000	1.148
@@ -448,3 +448,9 @@ Individual patches for Vim 7.2:
   2558  7.2.414  CTRK-K <space> <space> does not produce 0xa0 as expected
   2122  7.2.415  Win32: Can't open a remote file when starting Vim
   2757  7.2.416  logtalk.dict is not installed
+  2262  7.2.417  if 'shell' has arg with a slash 'shellpipe' is not correct
+  3048  7.2.418  Vim sets background or foreground color in a terminal to -1
+  1471  7.2.419  memory leak in Motif when clicking on "Search Vim Help"
+  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


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -p -r1.265 -r1.266
--- vim.spec	7 May 2010 16:19:14 -0000	1.265
+++ vim.spec	13 May 2010 16:11:32 -0000	1.266
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 416
+%define patchlevel 422
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -482,6 +482,12 @@ Patch413: ftp://ftp.vim.org/pub/vim/patc
 Patch414: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.414
 Patch415: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.415
 Patch416: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.416
+Patch417: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.417
+Patch418: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.418
+Patch419: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.419
+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
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1036,6 +1042,12 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch414 -p0
 %patch415 -p0
 %patch416 -p0
+%patch417 -p0
+%patch418 -p0
+%patch419 -p0
+%patch420 -p0
+%patch421 -p0
+%patch422 -p0
 
 
 # install spell files
@@ -1500,6 +1512,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu May 13 2010 Karsten Hopp <karsten at redhat.com> 7.2.422-1
+- patchlevel 422
+
 * Fri May 07 2010 Karsten Hopp <karsten at redhat.com> 7.2.416-1
 - patchlevel 416
 



More information about the scm-commits mailing list