devel/vim README.patches,1.85,1.86 vim.spec,1.177,1.178

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Wed Sep 26 14:48:15 UTC 2007


Author: karsten

Update of /cvs/extras/devel/vim
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9862

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/devel/vim/README.patches,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- README.patches	25 Sep 2007 13:16:28 -0000	1.85
+++ README.patches	26 Sep 2007 14:47:43 -0000	1.86
@@ -148,3 +148,6 @@
   1414  7.1.117  can't check wether Vim was compiled with Gnome
   1805  7.1.118  (after 7.1.107) compiler warning for Visual C compiler
   1761  7.1.119  crash after setting 'cmdheight' to huge value
+ 17416  7.1.120  can't use valgrind with "make test" to test for memory leaks
+  2350  7.1.121  ":cd %:h" fails when editing file in current directory
+  3732  7.1.122  Mac: building with Aap doesn't work properly


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- vim.spec	25 Sep 2007 13:16:28 -0000	1.177
+++ vim.spec	26 Sep 2007 14:47:43 -0000	1.178
@@ -15,7 +15,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 119
+%define patchlevel 122
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -179,6 +179,9 @@
 Patch117: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.117
 Patch118: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.118
 Patch119: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.119
+Patch120: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.120
+Patch121: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.121
+Patch122: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.122
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -442,6 +445,9 @@
 %patch117 -p0 
 %patch118 -p0 
 %patch119 -p0 
+%patch120 -p0 
+%patch121 -p0 
+%patch122 -p0 
 
 # install spell files
 %if %{withvimspell}
@@ -827,6 +833,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Sep 26 2007 Karsten Hopp <karsten at redhat.com> 7.1.122-1
+- patchlevel 122
+
 * Tue Sep 25 2007 Karsten Hopp <karsten at redhat.com> 7.1.119-1
 - patchlevel 119
 




More information about the fedora-extras-commits mailing list