rpms/vim/devel README.patches,1.128,1.129 vim.spec,1.245,1.246

Karsten Hopp karsten at fedoraproject.org
Wed Feb 3 17:09:30 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -p -r1.128 -r1.129
--- README.patches	28 Jan 2010 23:24:55 -0000	1.128
+++ README.patches	3 Feb 2010 17:09:29 -0000	1.129
@@ -382,3 +382,6 @@ Individual patches for Vim 7.2:
   1714  7.2.349  CTRL-W gf puts the new tab in the wrong place
   2766  7.2.350  Win32: When changing font window may jump to another screen
   2195  7.2.351  (after 7.2.347) compilation fails with some compilers
+  1825  7.2.352  Win64: Vim doesn't work when cross-compiled with MingW libs
+  4764  7.2.353  no command line completion for ":profile"
+  2270  7.2.354  Japanese single-width double-byte chars not handled correctly


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -p -r1.245 -r1.246
--- vim.spec	28 Jan 2010 23:24:56 -0000	1.245
+++ vim.spec	3 Feb 2010 17:09:30 -0000	1.246
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 351
+%define patchlevel 354
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -417,6 +417,9 @@ Patch348: ftp://ftp.vim.org/pub/vim/patc
 Patch349: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.349
 Patch350: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.350
 Patch351: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.351
+Patch352: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.352
+Patch353: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.353
+Patch354: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.354
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -906,6 +909,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch349 -p0
 %patch350 -p0
 %patch351 -p0
+%patch352 -p0
+%patch353 -p0
+%patch354 -p0
 
 
 # install spell files
@@ -1370,6 +1376,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Feb 03 2010 Karsten Hopp <karsten at redhat.com> 7.2.354-1
+- patchlevel 354
+
 * Fri Jan 29 2010 Karsten Hopp <karsten at redhat.com> 7.2.351-1
 - patchlevel 351
 



More information about the scm-commits mailing list