rpms/vim/devel README.patches,1.130,1.131 vim.spec,1.247,1.248

Karsten Hopp karsten at fedoraproject.org
Thu Feb 11 17:06:49 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -p -r1.130 -r1.131
--- README.patches	3 Feb 2010 23:09:15 -0000	1.130
+++ README.patches	11 Feb 2010 17:06:49 -0000	1.131
@@ -387,3 +387,4 @@ Individual patches for Vim 7.2:
   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
+  1565  7.2.357  CR displayed wrong when changing 'fileformat' from/to "mac"


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -p -r1.247 -r1.248
--- vim.spec	3 Feb 2010 23:09:15 -0000	1.247
+++ vim.spec	11 Feb 2010 17:06:49 -0000	1.248
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 356
+%define patchlevel 357
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -422,6 +422,7 @@ Patch353: ftp://ftp.vim.org/pub/vim/patc
 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
+Patch357: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.357
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -916,6 +917,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch354 -p0
 %patch355 -p0
 %patch356 -p0
+%patch357 -p0
 
 
 # install spell files
@@ -1380,6 +1382,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu Feb 11 2010 Karsten Hopp <karsten at redhat.com> 7.2.357-1
+- patchlevel 357
+
 * Thu Feb 04 2010 Karsten Hopp <karsten at redhat.com> 7.2.356-1
 - patchlevel 356
 



More information about the scm-commits mailing list