rpms/vim/devel README.patches,1.154,1.155 vim.spec,1.272,1.273

Karsten Hopp karsten at fedoraproject.org
Sun May 30 16:10:28 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -p -r1.154 -r1.155
--- README.patches	28 May 2010 22:10:41 -0000	1.154
+++ README.patches	30 May 2010 16:10:27 -0000	1.155
@@ -472,3 +472,4 @@ Individual patches for Vim 7.2:
   2045  7.2.438  (after 7.2.427) "vim -r" crashes
   3110  7.2.439  invalid memory access for thesaurus completion and 'infercase'
   5861  7.2.440  crash when deleting a funcref in the function it refers to
+  3446  7.2.441  when using ":earlier" undo information may be wrong


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -p -r1.272 -r1.273
--- vim.spec	28 May 2010 22:10:41 -0000	1.272
+++ vim.spec	30 May 2010 16:10:27 -0000	1.273
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 440
+%define patchlevel 441
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -506,6 +506,7 @@ Patch437: ftp://ftp.vim.org/pub/vim/patc
 Patch438: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.438
 Patch439: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.439
 Patch440: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.440
+Patch441: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.441
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1084,6 +1085,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch438 -p0
 %patch439 -p0
 %patch440 -p0
+%patch441 -p0
 
 
 # install spell files
@@ -1548,6 +1550,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun May 30 2010 Karsten Hopp <karsten at redhat.com> 7.2.441-1
+- patchlevel 441
+
 * Sat May 29 2010 Karsten Hopp <karsten at redhat.com> 7.2.440-1
 - patchlevel 440
 



More information about the scm-commits mailing list