rpms/vim/devel README.patches,1.146,1.147 vim.spec,1.264,1.265

Karsten Hopp karsten at fedoraproject.org
Fri May 7 16:19:15 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -p -r1.146 -r1.147
--- README.patches	23 Mar 2010 23:12:26 -0000	1.146
+++ README.patches	7 May 2010 16:19:14 -0000	1.147
@@ -443,3 +443,8 @@ Individual patches for Vim 7.2:
   1814  7.2.409  summary of number of substitutes is incorrect for ":folddo"
   2526  7.2.410  highlighting directories for completion doesn't work properly
   1462  7.2.411  when parsing 'cino' a comma isn't skipped properly
+  3000  7.2.412  [ or ] followed by mouse click doesn't work
+ 13552  7.2.413  large file support is incorrect
+  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


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -p -r1.264 -r1.265
--- vim.spec	20 Apr 2010 10:12:15 -0000	1.264
+++ vim.spec	7 May 2010 16:19:14 -0000	1.265
@@ -18,13 +18,13 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 411
+%define patchlevel 416
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{beta}%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: Vim
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
@@ -477,6 +477,11 @@ Patch408: ftp://ftp.vim.org/pub/vim/patc
 Patch409: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.409
 Patch410: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.410
 Patch411: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.411
+Patch412: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.412
+Patch413: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.413
+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
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1026,6 +1031,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch409 -p0
 %patch410 -p0
 %patch411 -p0
+%patch412 -p0
+%patch413 -p0
+%patch414 -p0
+%patch415 -p0
+%patch416 -p0
 
 
 # install spell files
@@ -1490,6 +1500,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Fri May 07 2010 Karsten Hopp <karsten at redhat.com> 7.2.416-1
+- patchlevel 416
+
 * Tue Apr 20 2010 Karsten Hopp <karsten at redhat.com> 7.2.411-2
 - fix rvim manpage (#583180)
 



More information about the scm-commits mailing list