devel/vim README.patches,1.81,1.82 vim.spec,1.171,1.172

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Fri Aug 24 14:28:06 UTC 2007


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/devel/vim/README.patches,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- README.patches	15 Aug 2007 12:05:37 -0000	1.81
+++ README.patches	24 Aug 2007 14:27:34 -0000	1.82
@@ -101,4 +101,13 @@
   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
+  2678  7.1.078  dropping file name on gvim containing CSI byte doesn't work
+  2922  7.1.079  "@" character in 'isfname' doesn't pick up umlauts for latin1
+  2960  7.1.080  (extra) Compiler warnings for gvimex.cpp
+  3253  7.1.081  completion doesn't work after ":!cat <foo"
+  3464  7.1.082  matchparen plugin doesn't update after window split
+  3448  7.1.083  (after 7.1.081) completion doesn't work with wildcards
+  1671  7.1.084  netbeans doesn't get fileOpened events when using -nb twice
+  2496  7.1.085  after ":split fold.c" folds in one window disappear
+  3561  7.1.086  crash when using specific Python syntax highlighting
+  4165  7.1.087  cscope: reading past command end; writing past buffer end


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- vim.spec	15 Aug 2007 12:05:37 -0000	1.171
+++ vim.spec	24 Aug 2007 14:27:34 -0000	1.172
@@ -15,7 +15,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 77
+%define patchlevel 87
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -92,7 +92,7 @@
 Patch038: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.038
 Patch039: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.039
 Patch040: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.040
-#Patch041: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.041
+Patch041: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.041
 Patch042: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.042
 Patch043: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.043
 Patch044: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.044
@@ -129,6 +129,16 @@
 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
+Patch078: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.078
+Patch079: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.079
+Patch080: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.080
+Patch081: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.081
+Patch082: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.082
+Patch083: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.083
+Patch084: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.084
+Patch085: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.085
+Patch086: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.086
+Patch087: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.087
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -245,9 +255,9 @@
 vim-common package.
 
 %prep
+%setup -q -b 0 -n %{vimdir}
 %setup -q -b 1 -n %{vimdir}
-%{__tar} xzf %{SOURCE1}
-%{__tar} xzf %{SOURCE2}
+%setup -q -b 2 -n %{vimdir}
 # fix rogue dependencies from sample code
 chmod -x runtime/tools/mve.awk
 %patch2002 -p1
@@ -303,7 +313,7 @@
 %patch039 -p0
 %patch040 -p0
 # DOS, Amiga, OS2, VMS:
-#patch041 -p0
+%patch041 -p0
 %patch042 -p0
 %patch043 -p0
 %patch044 -p0
@@ -343,6 +353,16 @@
 %patch075 -p0 
 %patch076 -p0 
 %patch077 -p0 
+%patch078 -p0 
+%patch079 -p0 
+%patch080 -p0 
+%patch081 -p0 
+%patch082 -p0 
+%patch083 -p0 
+%patch084 -p0 
+%patch085 -p0 
+%patch086 -p0 
+%patch087 -p0 
 
 # install spell files
 %if %{withvimspell}
@@ -728,6 +748,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Fri Aug 24 2007 Karsten Hopp <karsten at redhat.com> 7.1.87-1
+- patchlevel 87
+
 * Wed Aug 15 2007 Karsten Hopp <karsten at redhat.com> 7.1.77-1
 - patchlevel 77
 




More information about the fedora-extras-commits mailing list