rpms/vim/devel README.patches,1.118,1.119 vim.spec,1.231,1.232

Karsten Hopp karsten at fedoraproject.org
Tue Feb 24 15:15:49 UTC 2009


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- README.patches	23 Feb 2009 14:02:48 -0000	1.118
+++ README.patches	24 Feb 2009 15:15:18 -0000	1.119
@@ -153,3 +153,6 @@
   2472  7.2.122  invalid mem access if VimResized autocmd changes screen size
   1568  7.2.123  ":map" output continues after typing 'q' at more prompt
   3127  7.2.124  ":tselect" output continues after typing 'q' at more prompt
+  3936  7.2.125  leaking memory when reading XPM bitmap for a sign
+  4326  7.2.126  when EXITFREE is defined signs and keymaps are not freed
+  1708  7.2.127  get another more prompt after typing 'q'


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- vim.spec	23 Feb 2009 14:02:48 -0000	1.231
+++ vim.spec	24 Feb 2009 15:15:18 -0000	1.232
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 124
+%define patchlevel 127
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -190,6 +190,9 @@
 Patch122: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.122                                                                
 Patch123: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.123                                                                
 Patch124: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.124                                                                
+Patch125: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.125
+Patch126: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.126
+Patch127: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.127
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -447,6 +450,9 @@
 %patch122 -p0
 %patch123 -p0
 %patch124 -p0
+%patch125 -p0
+%patch126 -p0
+%patch127 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -905,6 +911,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue Feb 24 2009 Karsten Hopp <karsten at redhat.com> 7.2.127-1
+- patchlevel 127
+
 * Mon Feb 23 2009 Karsten Hopp <karsten at redhat.com> 7.2.124-1
 - patchlevel 124
 




More information about the fedora-extras-commits mailing list