rpms/vim/devel README.patches,1.129,1.130 vim.spec,1.246,1.247

Karsten Hopp karsten at fedoraproject.org
Wed Feb 3 23:09:16 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -p -r1.129 -r1.130
--- README.patches	3 Feb 2010 17:09:29 -0000	1.129
+++ README.patches	3 Feb 2010 23:09:15 -0000	1.130
@@ -385,3 +385,5 @@ Individual patches for Vim 7.2:
   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
+  2663  7.2.355  popup menu in wrong position when 'number' is set
+  2166  7.2.356  not all folds are closed when 'foldmethod' is changed


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -p -r1.246 -r1.247
--- vim.spec	3 Feb 2010 17:09:30 -0000	1.246
+++ vim.spec	3 Feb 2010 23:09:15 -0000	1.247
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 354
+%define patchlevel 356
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -420,6 +420,8 @@ Patch351: ftp://ftp.vim.org/pub/vim/patc
 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
+Patch355: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.355
+Patch356: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.356
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -912,6 +914,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch352 -p0
 %patch353 -p0
 %patch354 -p0
+%patch355 -p0
+%patch356 -p0
 
 
 # install spell files
@@ -1376,6 +1380,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu Feb 04 2010 Karsten Hopp <karsten at redhat.com> 7.2.356-1
+- patchlevel 356
+
 * Wed Feb 03 2010 Karsten Hopp <karsten at redhat.com> 7.2.354-1
 - patchlevel 354
 



More information about the scm-commits mailing list