devel/vim README.patches,1.84,1.85 vim.spec,1.176,1.177

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Tue Sep 25 13:17:01 UTC 2007


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/devel/vim/README.patches,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- README.patches	24 Sep 2007 14:45:47 -0000	1.84
+++ README.patches	25 Sep 2007 13:16:28 -0000	1.85
@@ -145,3 +145,6 @@
   1386  7.1.114  memory leak in getmatches()
   1472  7.1.115  (after 7.1.105) compiler warning for uninitialized variable
   3137  7.1.116  can't display characters above 0x10000
+  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


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- vim.spec	24 Sep 2007 14:45:47 -0000	1.176
+++ vim.spec	25 Sep 2007 13:16:28 -0000	1.177
@@ -15,7 +15,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 116
+%define patchlevel 119
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -176,6 +176,9 @@
 Patch114: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.114
 Patch115: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.115
 Patch116: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.116
+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
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -436,6 +439,9 @@
 %patch114 -p0 
 %patch115 -p0 
 %patch116 -p0 
+%patch117 -p0 
+%patch118 -p0 
+%patch119 -p0 
 
 # install spell files
 %if %{withvimspell}
@@ -821,7 +827,10 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
-* Mon Sep 24 2007 Karsten Hopp <karsten at redhat.com> 7.1.%{nil}116-1
+* Tue Sep 25 2007 Karsten Hopp <karsten at redhat.com> 7.1.119-1
+- patchlevel 119
+
+* Mon Sep 24 2007 Karsten Hopp <karsten at redhat.com> 7.1.116-1
 - patchlevel 116
 
 * Fri Sep 07 2007 Karsten Hopp <karsten at redhat.com> 7.1.100-1




More information about the scm-commits mailing list