devel/vim README.patches,1.80,1.81 vim.spec,1.170,1.171

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Wed Aug 15 12:06:10 UTC 2007


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/devel/vim/README.patches,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- README.patches	13 Aug 2007 11:51:02 -0000	1.80
+++ README.patches	15 Aug 2007 12:05:37 -0000	1.81
@@ -93,3 +93,12 @@
   4553  7.1.066  when 'bomb' is changed the file should be considered modified
   7701  7.1.067  'infercase' doesn't work for thesaurus completion
   6709  7.1.068  'equalalways' equalizes windows too often
+  2757  7.1.069  GTK GUI: confirm() dialog has a default button when not wanted
+  1560  7.1.070  (extra) Win32 GUI: same confirm() default button problem
+  5534  7.1.071  (after 7.1.040) add a basic test for regexp patterns
+  5705  7.1.072  (extra, after 7.1.041 and 7.1.071) extra part of 7.1.071
+  3595  7.1.073  (after 7.1.062) crash when 'preserveindent' is set
+  5259  7.1.074  crash when using string() on a recursively nested List
+  1686  7.1.075  ":let v:statusmsg" reads memory already freed
+  2376  7.1.076  a couple more strcpy() with overlapping arguments
+  1551  7.1.077  flag indicating spell checking is to be done isn't always set


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- vim.spec	13 Aug 2007 11:51:02 -0000	1.170
+++ vim.spec	15 Aug 2007 12:05:37 -0000	1.171
@@ -15,7 +15,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 68
+%define patchlevel 77
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -120,6 +120,15 @@
 Patch066: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.066
 Patch067: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.067
 Patch068: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.068
+Patch069: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.069
+#Patch070: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.070
+Patch071: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.071
+#Patch072: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.072
+Patch073: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.073
+Patch074: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.074
+Patch075: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.075
+Patch076: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.076
+Patch077: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.077
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -323,6 +332,17 @@
 %patch066 -p0
 %patch067 -p0
 %patch068 -p0
+%patch069 -p0 
+# Win32:
+#patch070 -p0 
+%patch071 -p0 
+# DOS, Amiga, OS2, VMS:
+#patch072 -p0 
+%patch073 -p0 
+%patch074 -p0 
+%patch075 -p0 
+%patch076 -p0 
+%patch077 -p0 
 
 # install spell files
 %if %{withvimspell}
@@ -708,6 +728,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Aug 15 2007 Karsten Hopp <karsten at redhat.com> 7.1.77-1
+- patchlevel 77
+
 * Mon Aug 13 2007 Karsten Hopp <karsten at redhat.com> 7.1.68-1
 - patchlevel 68
 




More information about the fedora-extras-commits mailing list