rpms/vim/F-7 7.1.001, NONE, 1.1 7.1.002, NONE, 1.1 vim-7.1-nowarnings.patch, NONE, 1.1 Changelog.rpm, 1.2, 1.3 README.patches, 1.76, 1.77 sources, 1.21, 1.22 vim.spec, 1.166, 1.167 vimrc, 1.15, 1.16

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Tue Jun 5 13:50:06 UTC 2007


Author: karsten

Update of /cvs/extras/rpms/vim/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4846

Modified Files:
	Changelog.rpm README.patches sources vim.spec vimrc 
Added Files:
	7.1.001 7.1.002 vim-7.1-nowarnings.patch 
Log Message:
- update to vim-7.1
- drop 230 obsolete patches



--- NEW FILE 7.1.001 ---
To: vim-dev at vim.org
Subject: patch 7.1.001
Fcc: outbox
From: Bram Moolenaar <Bram at moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 7.1.001
Problem:    Still can't build with Gnome libraries.
Solution:   Fix typo in bind_textdomain_codeset. (Mike Kelly)
Files:	    src/gui_gtk.c, src/gui_gtk_x11.c


*** ../vim-7.1.000/src/gui_gtk.c	Thu May 10 20:27:29 2007
--- src/gui_gtk.c	Mon May 14 14:40:54 2007
***************
*** 53,60 ****
  # ifdef bindtextdomain
  #  undef bindtextdomain
  # endif
! # ifdef bindtextdomain_codeset
! #  undef bindtextdomain_codeset
  # endif
  # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  #  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
--- 53,60 ----
  # ifdef bindtextdomain
  #  undef bindtextdomain
  # endif
! # ifdef bind_textdomain_codeset
! #  undef bind_textdomain_codeset
  # endif
  # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  #  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
*** ../vim-7.1.000/src/gui_gtk_x11.c	Thu May 10 21:17:51 2007
--- src/gui_gtk_x11.c	Mon May 14 14:41:06 2007
***************
*** 36,43 ****
  # ifdef bindtextdomain
  #  undef bindtextdomain
  # endif
! # ifdef bindtextdomain_codeset
! #  undef bindtextdomain_codeset
  # endif
  # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  #  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
--- 36,43 ----
  # ifdef bindtextdomain
  #  undef bindtextdomain
  # endif
! # ifdef bind_textdomain_codeset
! #  undef bind_textdomain_codeset
  # endif
  # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  #  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
*** ../vim-7.1.000/src/version.c	Sat May 12 16:34:15 2007
--- src/version.c	Mon May 14 14:42:19 2007
***************
*** 668,669 ****
--- 668,671 ----
  {   /* Add new patch number below this line */
+ /**/
+     1,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
127. You bring your laptop and cellular phone to church.

 /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


--- NEW FILE 7.1.002 ---
To: vim-dev at vim.org
Subject: patch 7.1.002
Fcc: outbox
From: Bram Moolenaar <Bram at moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 7.1.002
Problem:    Oracle Pro*C/C++ files are not detected.
Solution:   Add the missing star. (Micah J. Cowan)
Files:	    runtime/filetype.vim


*** ../vim-7.1.001/runtime/filetype.vim	Thu May 10 20:42:30 2007
--- runtime/filetype.vim	Tue May 15 09:12:06 2007
***************
*** 1,7 ****
  " Vim support file to detect file types
  "
  " Maintainer:	Bram Moolenaar <Bram at vim.org>
! " Last Change:	2007 May 10
  
  " Listen very carefully, I will say this only once
  if exists("did_load_filetypes")
--- 1,7 ----
  " Vim support file to detect file types
  "
  " Maintainer:	Bram Moolenaar <Bram at vim.org>
! " Last Change:	2007 May 15
  
  " Listen very carefully, I will say this only once
  if exists("did_load_filetypes")
***************
*** 1286,1292 ****
  au BufNewFile,BufRead *.it,*.ih			setf ppwiz
  
  " Oracle Pro*C/C++
! au BufNewFile,BufRead .pc			setf proc
  
  " Privoxy actions file
  au BufNewFile,BufRead *.action			setf privoxy
--- 1286,1292 ----
  au BufNewFile,BufRead *.it,*.ih			setf ppwiz
  
  " Oracle Pro*C/C++
! au BufNewFile,BufRead *.pc			setf proc
  
  " Privoxy actions file
  au BufNewFile,BufRead *.action			setf privoxy
*** ../vim-7.1.001/src/version.c	Mon May 14 19:35:51 2007
--- src/version.c	Tue May 15 09:13:11 2007
***************
*** 668,669 ****
--- 668,671 ----
  {   /* Add new patch number below this line */
+ /**/
+     2,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
132. You come back and check this list every half-hour.

 /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

vim-7.1-nowarnings.patch:

--- NEW FILE vim-7.1-nowarnings.patch ---
--- vim71/src/ex_docmd.c.nowarnings	2007-06-04 14:43:26.000000000 +0200
+++ vim71/src/ex_docmd.c	2007-06-04 14:43:43.000000000 +0200
@@ -3993,6 +3993,7 @@ get_flags(eap)
 ex_ni(eap)
     exarg_T	*eap;
 {
+    return;
     if (!eap->skip)
 	eap->errmsg = (char_u *)N_("E319: Sorry, the command is not available in this version");
 }


Index: Changelog.rpm
===================================================================
RCS file: /cvs/extras/rpms/vim/F-7/Changelog.rpm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Changelog.rpm	10 May 2006 15:23:43 -0000	1.2
+++ Changelog.rpm	5 Jun 2007 13:49:11 -0000	1.3
@@ -49,802 +49,3 @@
 * Mon Oct 17 2005 Karsten Hopp <karsten at redhat.de> 6.4.000-1
 - vim-6.4 patchlevel 0
 
-* Tue Oct 11 2005 Karsten Hopp <karsten at redhat.de> 6.3.090-2
-- don't try to run cscope if cscope binary doesn't exist (#170371)
-- another attempt to fix perl requirements (#145475)
-
-* Mon Oct 10 2005 Karsten Hopp <karsten at redhat.de> 6.3.090-1
-- patchlevel 90
-- next attempt to fix perl requirements, add perl-epoch (#145475)
-
-* Thu Sep 08 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-5
-- fix path to csupport templates
-- point user at README.csupport so that defaults can be set
-- make vim buildable without csupport with a variable
-
-* Thu Sep 01 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-3
-- move X11 stuff to /usr/bin per request of xorg.x11 maintainer
-  Matthias Saou (#167176)
-
-* Tue Aug 16 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-2
-- rebuild
-
-* Tue Aug 09 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-1
-- update to patchlevel 86
-
-* Mon Jun 12 2005 Karsten Hopp <karsten at redhat.de> 6.3.080-1
-- update to patchlevel 80
-
-* Wed Apr 27 2005 Jeremy Katz <katzj at redhat.com> - 1:6.3.071-3
-- silence %%post
-
-* Mon Apr 18 2005 Karsten Hopp <karsten at redhat.de> 6.3.071-2
-- fix wrong Russian code page for vimtutor (#155181)
-
-* Mon Apr 11 2005 Karsten Hopp <karsten at redhat.de> 6.3.071-1
-- patchlevel 71, fixes crashes when converting text with illegal characters
-  and when moving the vertical separator to the far left (vertically splitted 
-  window)
-
-* Mon Apr 11 2005 Karsten Hopp <karsten at redhat.de> 6.3.068-2
-- quote special characters in here documents (vim.sh/vim.csh) (#154321)
-
-* Thu Mar 31 2005 Karsten Hopp <karsten at redhat.de> 6.3-068
-- pathlevel 68 (can't write when editing symbolic link to compressed file)
-- remove -s parameter from install, this should fix debuginfo packages
-
-* Mon Mar 28 2005 Christopher Aillon <caillon at redhat.com>
-- rebuilt
-
-* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 6.3.067-2
-- Update the GTK+ theme icon cache on (un)install
-
-* Wed Mar 23 2005 Karsten Hopp <karsten at redhat.de> 6.3.067-1
-- Newly created files got execute permission (caused by patch 66)
-  #151667
-
-* Fri Mar 18 2005 Karsten Hopp <karsten at redhat.de> 6.3.066-1
-- patchlevel 66
-
-* Mon Mar 14 2005 Karsten Hopp <karsten at redhat.de> 6.3.064-1
-- patchlevel 64
-- fix selinux warning (#150126)
-
-* Wed Mar 02 2005 Karsten Hopp <karsten at redhat.de> 6.3.062-1
-- patchlevel 62, build with gcc-4
-
-* Thu Feb 10 2005 Karsten Hopp <karsten at redhat.de> 6.3.061-3
-- spec.vim fix from Andrew Overholt
-
-* Mon Feb 07 2005 Karsten Hopp <karsten at redhat.de> 6.3.061-2 
-- fix tmpfile patch (#147192)
-
-* Mon Jan 31 2005 Karsten Hopp <karsten at redhat.de> 6.3.061-1 
-- patchlevel 61
-
-* Tue Jan 18 2005 Chip Turner <cturner at redhat.com> 1:058-2
-- rebuild for new perl
-
-* Tue Jan 18 2005 Karsten Hopp <karsten at redhat.de> 6.3.058-1
-- Patchlevel 58
-- rebuild with new perl
-- remove all rpm backup files
-
-* Wed Jan 12 2005 Karsten Hopp <karsten at redhat.de> 6.3.054-2
-- remove backup files
-
-* Wed Jan 12 2005 Karsten Hopp <karsten at redhat.de> 6.3.054-1
-- patchlevel 54
-- fix unsecure tempfile usage (#144698)
-
-* Mon Dec 06 2004 Karsten Hopp <karsten at redhat.de> 6.3.042-1 
-- patchlevel 42
-
-* Thu Dec 02 2004 Karsten Hopp <karsten at redhat.de> 6.3.035-2 
-- fix compressed docs handling (#141565)
-
-* Wed Dec 01 2004 Karsten Hopp <karsten at redhat.de> 6.3.035-1 
-- patchlevel 35
-- allow remapping of 'g' (#140747)
-
-* Fri Nov 19 2004 Karsten Hopp <karsten at redhat.de> 6.3.033-1 
-- patchlevel 33
-
-* Tue Nov 02 2004 Karsten Hopp <karsten at redhat.de> 6.3.030-3 
-- fix selinux patch, so that HAVE_SELINUX will not be defined on 
-  non-selinux systems (#137860)
-
-* Tue Oct 19 2004 Karsten Hopp <karsten at redhat.de> 6.3.030-3 
-- fix dependencies on vim-common (#132371)
-
-* Mon Oct 11 2004 Karsten Hopp <karsten at redhat.de> 6.3.030-2 
-- add cscope to vimrc so that cscope DB will be used 
-  automatically when available
-
-* Fri Oct 08 2004 Karsten Hopp <karsten at redhat.de> 6.3.030-2
-- patchlevel 30
-
-* Wed Oct 06 2004 Karsten Hopp <karsten at redhat.de> 6.3.029-2 
-- fix perl requirement
-- patchlevel 29 to fix crash when inserting a line break
-
-* Wed Sep 29 2004 Karsten Hopp <karsten at redhat.de> 6.3.028-2 
-- add patch from Ulrich Drepper to fix syntax highlighting of 
-  DNS config files (#133746)
-
-* Tue Sep 21 2004 Than Ngo <than at redhat.com> 6.3.028-1
-- add patchlevel 27,28
-
-* Tue Sep 14 2004 Karsten Hopp <karsten at redhat.de> 6.3.026-1
-- patchlevel 26 (fixes an endless loop in syntax highlighting)
-
-* Wed Sep 08 2004 Karsten Hopp <karsten at redhat.de> 6.3.025-2 
-- clean up spec file
-- disable fontset
-- enable cscope
-
-* Mon Sep 06 2004 Karsten Hopp <karsten at redhat.de> 6.3.025-1 
-- patchlevel 25
-
-* Wed Sep 01 2004 Karsten Hopp <karsten at redhat.de> 6.3.020-1
-- patchlevel 20
-
-* Sun Aug 29 2004 Karsten Hopp <karsten at redhat.de> 6.3.017-1 
-- patchlevel 17
-
-* Fri Aug 06 2004 Karsten Hopp <karsten at redhat.de> 6.3.015-1
-- update to patchlevel 15
-- move older rpm changelog entries to Changelog.rpm
-
-* Mon Jul 26 2004 Warren Togami <wtogami at redhat.com> 6.3.014-2
-- future proof vim-enhanced perl dep
-
-* Thu Jul 22 2004 Karsten Hopp <karsten at redhat.de> 6.3.014-1
-- patchlevel 14, fixes 'helplang' default settings
-- fix escape sequence in /etc/vimrc (#128344)
-
-* Fri Jul 16 2004 Karsten Hopp <karsten at redhat.de> 6.3.013-2
-- use different encoding for tutor.pl (#125376)
-
-* Tue Jul 13 2004 Karsten Hopp <karsten at redhat.de> 6.3.013-1
-- patchlevel 13 to fix some crashes with multi-line patterns 
-  and when using CTRL-R in command mode
-
-* Thu Jul 8 2004 Dan Walsh <dwalsh at redhat.com> 6.3.011-4
-- Fix selinux patch to handle symlinks
-
-* Wed Jul 07 2004 Karsten Hopp <karsten at redhat.de> 6.3.011-3
-- rebuild with new gcc
-
-* Mon Jul 05 2004 Karsten Hopp <karsten at redhat.de> 6.3.011-2 
-- convert tutorial files to UTF8 (#125376)
-
-* Sat Jul 03 2004 Karsten Hopp <karsten at redhat.de> 6.3.011-1 
-- patchlevel 11
-
-* Thu Jun 17 2004 Karsten Hopp <karsten at redhat.de> 6.3.006-1 
-- update to new major release
-
-* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Fri Jun 04 2004 Karsten Hopp <karsten at redhat.de> 6.2.532-4 
-- enable build on ppc*
-
-* Wed Jun 02 2004 Karsten Hopp <karsten at redhat.de> 6.2.532-3
-- rebuild
-
-* Wed Jun 02 2004 Karsten Hopp <karsten at redhat.de> 6.2.532-2
-- rebuild
-
-* Thu Jun 01 2004 Karsten Hopp <karsten at redhat.de> 6.2.532-1 
-- patchlevel 532
-- include vimrc in vim-minimal (#123205)
-- add gvim icons (#110033)
-
-* Wed Apr 07 2004 Karsten Hopp <karsten at redhat.de> 6.2.457-1 
-- patchlevel 457
-
-* Fri Mar 26 2004 Karsten Hopp <karsten at redhat.de> 6.2.403-1
-- patchlevel 403
-
-* Thu Mar 18 2004 Karsten Hopp <karsten at redhat.de> 6.2.380-1 
-- patchlevel 380
-
-* Mon Mar 08 2004 Karsten Hopp <karsten at redhat.de> 6.2.327-1 
-- patchlevel 327
-
-* Wed Mar 03 2004 Karsten Hopp <karsten at redhat.de> 6.2.311-1 
-- patchlevel 311
-
-* Mon Mar 01 2004 Karsten Hopp <karsten at redhat.de> 6.2.294-1 
-- patchlevel 294
-
-* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Wed Feb 11 2004 Karsten Hopp <karsten at redhat.de> 6.2.253-1 
-- patchlevel 253
-- disable netbeans
-
-* Thu Jan 29 2004 Karsten Hopp <karsten at redhat.de> 6.2.214-1 
-- Patchlevel 214
-
-* Mon Jan 26 2004 Dan Walsh <dwalsh at redhat.com> 1:6.2.195-5
-- Fix call to is_selinux_enabled()
-
-* Sat Jan 24 2004 Karsten Hopp <karsten at redhat.de> 6.2.195-4
-- fix perl requirement
-
-* Fri Jan 23 2004 Dan Walsh <dwalsh at redhat.com> 1:6.2.195-3
-- Only attempt to change context if it is different
-
-* Thu Jan 22 2004 Karsten Hopp <karsten at redhat.de> 6.2.195-1
-- update to patchlevel 195
-- enable ppc64 build
-
-* Mon Jan 12 2004 Karsten Hopp <karsten at redhat.de> 6.2.180-2 
-- vim-enhanced requires perl >= 5.8.2 (#111592)
-
-* Mon Jan 12 2004 Karsten Hopp <karsten at redhat.de> 6.2.180-1 
-- Patchlevel 180
-- update spec.vim, use g:packager instead of {Packager} macro
-
-* Tue Jan 6 2004 Dan Walsh <dwalsh at redhat.com> 1:6.2.154-7
-- Enable selinux support for vim-minimal
-
-* Wed Dec 17 2003 Dan Walsh <dwalsh at redhat.com> 1:6.2.154-6
-- Enable selinux support
-
-* Thu Dec 04 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.154-5
-- rebuild with new perl
-
-* Wed Dec 03 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.154-4
-- fix sh.vim syntax file (#104312)
-
-* Tue Dec 02 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.154-3
-- perl interface was disabled when perl had thread support.
-
-* Thu Nov 27 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.154-2
-- fix date in specfile changelog entries
-
-* Thu Nov 13 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.154-1
-- Patchlevel 154
-- vim-minimal doesn't really require vim-common to run, removed dependency
-  (#109819)
-
-* Mon Nov 10 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.149-1
-- Patchlevel 149
-- fix fstab syntax file (Robert G. (Doc) Savage)
-- lots of updates for syntax files, macros, documentation
-- disable vimnotvi patch so that vim's behaviour matches documentation
-- clean up vimrc
-
-* Thu Nov 06 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.145-1
-- rebuild with new Python
-- Patchlevel 145
-
-* Tue Oct 14 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.121-1
-- patchlevel 121
-- fix buildrequires (#106824, #105832)
-
-* Tue Sep 16 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.98-1.1
-- rebuilt
-
-* Tue Sep 16 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.98-1
-- upstream fix for undeclared stop_insert_mode variable
-
-* Tue Sep 16 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.97-1
-- patchlevel 97, see README for descriptions
-
-* Mon Sep 01 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.71-1
-- several upstream fixes (PL 71)
-
-* Tue Aug 05 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.60-1.1
-- rebuilt
-
-* Mon Aug 04 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.60-1
-- update to fix cut&paste segfaults and UTF8 problems
-- move vimrc to /etc (#2188)
-- fix filelist
-
-* Mon Aug 04 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.57-2
-- rebuilt
-
-* Tue Jul 29 2003 Karsten Hopp <karsten at redhat.de> 1:6.2.57-1
--  update to patchlevel 57, this should take care of #100670
-
-* Thu Jul 24 2003 Karsten Hopp <karsten at redhat.de> 6.2.21-1
-- some minor upstream fixes (PL 21)
-
-* Mon Jul 14 2003 Chip Turner <cturner at redhat.com>
-- rebuild for new perl 5.8.1
-
-* Fri Jul 04 2003 Karsten Hopp <karsten at redhat.de> 6.2.18-1
-- update
-
-* Wed Jun 10 2003 Karsten Hopp <karsten at redhat.de> 6.2.14-1
-- update to 6.2
-
-* Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Tue Jun 03 2003 Karsten Hopp <karsten at redhat.de> 6.1.474-3
-- rebuild
-
-* Mon Jun 02 2003 Karsten Hopp <karsten at redhat.de> 6.1.474-2
-- initialize variable before using it
-
-* Tue May 06 2003 Karsten Hopp <karsten at redhat.de> 6.1.474-1
-- patchlevel 474
-
-* Wed Apr 23 2003 Karsten Hopp <karsten at redhat.de> 6.1.469-4
-- add gvimdiff link (#89462)
-
-* Sun Apr 20 2003 Karsten Hopp <karsten at redhat.de> 6.1.469-3
-- rebuild with vim-X11 and gtk2
-- don't hardcode ruby path (thanks to Ian Macdonald)
-
-* Fri Apr 18 2003 Karsten Hopp <karsten at redhat.de> 6.1.469-2
-- rebuild
-
-* Thu Apr 17 2003 Karsten Hopp <karsten at redhat.de> 6.1.469-1
-- enable ruby interpreter (#89045) and update to patchlevel 469
-
-* Tue Apr 01 2003 Karsten Hopp <karsten at redhat.de> 6.1.434-1
-- update to patchlevel 434
-- update gtk2 patch and disable it for now
-
-* Sun Mar 16 2003 Karsten Hopp <karsten at redhat.de> 1:6.1.406-1
-- new versioning to match the official patchlevel
-- new tarballs from the stable CVS tree to get rid of >300 patches
-- add gtk2 patch fom gvim and build gtk2 gvim
-
-* Wed Feb 12 2003 Karsten Hopp <karsten at redhat.de> 1:6.1-29
-- clean up vimrc (fix #84088)
-- clean up specfile so that it works with vim's specfile mode
-- remove unused rescue stuff from specfile
-
-* Mon Feb 10 2003 Karsten Hopp <karsten at redhat.de> 1.6.1-28
-- patchlevel 320, to fix 'file changed' warning after :wq
-- don't overwrite systemwide config file (#82037)
-
-* Wed Jan 29 2003 Karsten Hopp <karsten at redhat.de> 6.1-27
-- patchlevel 311
-- fix #78837, only install message catalog for selected language
-
-* Tue Jan 28 2003 Karsten Hopp <karsten at redhat.de> 6.1.26
-- patchlevel 302
-- added epoch to automated changelog entry (specs.vim)
-- don't warn (vim-minimal) about not implemented functions
-
-* Thu Jan 23 2003 Karsten Hopp <karsten at redhat.de> 6.1.25
-- patchlevel 300
-
-* Wed Jan 22 2003 Tim Powers <timp at redhat.com>
-- rebuilt
-
-* Fri Jan 10 2003 Karsten Hopp <karsten at redhat.de> 6.1.23
-- patchlevel 287
-
-* Wed Jan 08 2003 Karsten Hopp <karsten at redhat.de> 6.1.22
-- use Red Hat style for spec files
-
-* Tue Jan 07 2003 Karsten Hopp <karsten at redhat.de> 6.1.21
-- patchlevel 284
-
-* Mon Dec 23 2002 Karsten Hopp <karsten at redhat.de> 6.1.20
-- upstream patch for the modeline issue
-
-* Sat Dec 21 2002 Karsten Hopp <karsten at redhat.de> 6.1-19
-- disable libcall() and system() in modelines
-- Patchlevel 264
-
-* Tue Dec 17 2002 Karsten Hopp <karsten at redhat.de> 6.1-17
-- Patchlevel 263
-- gvim works again (#79355)
-- don't backup all those patched files
-
-* Tue Nov 12 2002 Karsten Hopp <karsten at redhat.de>
-- added a lot of upstream patches + the README describing them
-- fix alias for zsh (#77007)
-- FIXME: gvim is currently broken
-
-* Wed Oct 02 2002 Karsten Hopp <karsten at redhat.de>
-- include the other httpd config files for syntax highlight
-
-* Wed Oct 02 2002 Karsten Hopp <karsten at redhat.de>
-- PL 206
-- fix #74135
-
-* Wed Aug 28 2002 Karsten Hopp <karsten at redhat.de>
-- PL 165: 
- - when conversion to xxd fails 'filetype' was set anyway
- - undo information is corrupted when splitting a saved line
-- add latin1 to fileencodings to fix 'conversion errors'
-
-* Mon Aug 19 2002 Karsten Hopp <karsten at redhat.de>
-- PL 159: expanding a multi-byte abbreviation deletes too much
-- build /bin/vi with --enably-multibyte (#71282)
-
-* Thu Aug 15 2002 Karsten Hopp <karsten at redhat.de>
-- Patchlevel 153:
-  translated menus are not used when lang contains "iso8859"
-  searching in included files could loop recursively
-- don't mark runtime files as %%doc or the files will be added to the package
-  twice. (saves 2M)
-- fix 'Installed (but unpackaged) file(s) found: .../gvim.desktop'
-- work around rpm limitations, can't replace directories with
-  symlinks
-
-* Sun Aug 11 2002 Florian La Roche <Florian.LaRoche at redhat.de>
-- fix profile.d/vim.sh
-
-* Thu Aug 08 2002 Karsten Hopp <karsten at redhat.de>
-- Patchlevel 151
-
-* Fri Jul 26 2002 Karsten Hopp <karsten at redhat.de>
-- Patchlevel 141
-- use desktop-file-utils (#69443)
-- fix /etc/profile.d/vim.sh (#67264)
-
-* Tue Jul 09 2002 Karsten Hopp <karsten at redhat.de> 6.1-8
-- Update to patchlevel 125
-- fix #59176, #65766, #59958, #55065, #62374, #62654, #63248
-- reenable alpha
-
-* Mon Jul  1 2002 Bernhard Rosenkraenzer <bero at redhat.com> 6.1-7
-- Update to patchlevel 118
-- Fix bug 64589
-
-* Tue Jun 25 2002 Karsten Hopp <karsten at redhat.de> 6.1-6
-- Update to patchlevel 112
-- added a modified patch 49 for INVALCOLOR
-
-* Fri Jun 21 2002 Tim Powers <timp at redhat.com>
-- automated rebuild
-
-* Thu May 23 2002 Tim Powers <timp at redhat.com>
-- automated rebuild
-
-* Thu May  9 2002 Bernhard Rosenkraenzer <bero at redhat.com> 6.1-3
-- Update to patchlevel 57
-- Rebuild with current toolchain
-- Temporarily exclude alpha, the build environment is broken
-  (no db, no python 2.x)
-
-* Wed Mar 27 2002 Bernhard Rosenkraenzer <bero at redhat.com> 6.1-2
-- Rebuild with new perl
-
-* Sun Mar 24 2002 Bernhard Rosenkraenzer <bero at redhat.com> 6.1-1
-- Update to 6.1 (pure bugfix release)
-
-* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-14
-- Patchlevel 270
-- Move vimtutor to /usr/bin and vim-enhanced (#60772)
-
-* Mon Jan 28 2002 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-13
-- Patchlevel 152
-- Add symlinks for evim, rvim and vimdiff as described in vim docs
-
-* Tue Jan 22 2002 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-12
-- Patchlevel 149
-
-* Tue Jan 22 2002 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-11
-- Patchlevel 147
-
-* Thu Dec 27 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-9
-- Patchlevel 101
-
-* Mon Nov 26 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-8
-- Patchlevel 93
-
-* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-7
-- 6.0pl78
-- Move desktop file (Utilities -> Applications), #53503
-
-* Thu Nov  1 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-6
-- 6.0pl61
-
-* Wed Oct 31 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0pl44
-
-* Mon Oct 29 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-5
-- 6.0pl36
-- Fix build with gcc 3.1
-
-* Tue Oct 23 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-4
-- 6.0pl21
-- Don't show an error message when trying to "return" to a line
-  that no longer exists (#54551)
-
-* Mon Oct 22 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-3
-- 6.0pl19
-
-* Sun Sep 30 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-2
-- 6.0pl11
-
-* Wed Sep 26 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-1
-- 6.0
-
-* Thu Sep 13 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-0.av.1
-- 6.0av
-- Use -Os in rescue mode
-
-* Tue Sep  4 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-0.au.1
-- Update to 6.0au
-- Allow rescue build
-
-* Tue Aug 28 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-0.at.1
-- vim 6.0at
-- Increase epoch so we can update 7.2 systems
-
-* Fri Jun  1 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-0.33
-- 6.0ah
-- Add a bash alias for vi=vim to the vim-enhanced package, too many people
-  have complained about "missing features in vi even though I installed
-  vim-enhanced".
-
-* Mon May 21 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-0.32
-- 6.0ag
-- Make xxd locale aware (#37073)
-
-* Mon May 14 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-0.31
-- 6.0af
-
-* Mon May  7 2001 Bernhard Rosenkraenzer <bero at redhat.com> 6.0-0.30
-- 6.0ae
-
-* Mon Apr 30 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0ad
-- XML .xsd files are still xml files - use the right syntax
-  highlighting (RFE#38224)
-
-* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0aa
-
-* Fri Mar 30 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- Fix large file handling (#34061)
-
-* Mon Feb 26 2001 Trond Eivind Glomsrød <teg at redhat.com>
-- use %%{_tmppath}
-
-* Thu Feb 15 2001 Yukihiro Nakai <ynakai at redhat.com>
-- vimrc update for 6.0v
-
-* Mon Feb 12 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- Fix "lba32" keyword in lilo.conf syntax highlighting
-- Fix build with current glibc
-
-* Fri Feb  2 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- Fix crontab -e in vim-minimal (#25376)
-
-* Tue Jan 30 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- Fix segfault on q, up, up, q (Bug #25261)
-
-* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- Set minlines=500 as default in PHP syntax highlighting (RFE #24374)
-- Don't symlink gvimrc to vimrc (Bug #22518)
-- Add symlinks gview -> gvim and gex -> gvim in -X11 (RFE #24394)
-- 6.0t
-
-* Mon Jan 15 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- More fixes to rpm specfile syntax highlighting:
-  - recognize %%ifnarch
-  - recognize "j" as a tar option
-  - recognize %{_libdir}
-
-* Sun Jan 14 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0s
-
-* Wed Jan  3 2001 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0r
-- Restore crv patch (this should fix #23135 for whoever is seeing it;
-  I'm not).
-
-* Tue Dec 19 2000 Yukihiro Nakai <ynakai at redhat.com>
-- Symbolic link to menu_ja_jp.ujis.vim to menu_ja_jp.eucjp.vim
-
-* Mon Dec 18 2000 Yukihiro Nakai <ynakai at redhat.com>
-- Delete i18n patch (already implmented by author)
-- Add menu i18n patch
-- Update vimrc to support CJK
-- Add menu translations.
-
-* Sun Dec 17 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0q
-
-* Sun Dec 17 2000 Yukihiro Nakai <ynakai at redhat.com>
-- Add --enable-fontset to configure options.
-- Add i18nrc patch and resources.
-
-* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0p, new ncurses
-
-* Mon Dec 11 2000 Karsten Hopp <karsten at redhat.de>
-- rebuilt to fix permissions of /usr/share/doc/ and
-  /usr/share/vim
-
-* Mon Nov 13 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0m
-
-* Thu Nov  9 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0l
-
-* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0k
-
-* Tue Oct 17 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0i
-- add new desktop file w/ translations
-
-* Thu Aug 31 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0h
-
-* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0g
-
-* Mon Aug 14 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0f
-
-* Wed Aug  9 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0e
-
-* Sun Jul 23 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0c
-- get rid of the DESTDIR patch, no longer needed
-
-* Sun Jul 16 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0b
-
-* Mon Jul 10 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 6.0a
-
-* Sun Jun 25 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 5.7 release
-- some more fixes to .spec file syntax highlighting rules... About time it
-  recognizes %%{_mandir}...
-
-* Sun Jun 18 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- 5.7a
-
-* Sat Jun  3 2000 Bernhard Rosenkränzer <bero at redhat.com>
-- patchlevel 74
-- add %%makeinstall macro recognition to .spec file syntax highlighting rules
-- fix up Makefiles
-
-* Fri Apr 14 2000 Bernhard Rosenkränzer <bero at redhat.com>
-- patchlevel 66
-- fix compilation with perl 5.6.0
-
-* Mon Mar 20 2000 Bernhard Rosenkränzer <bero at redhat.com>
-- patchlevel 12
-
-* Tue Mar 07 2000 Preston Brown <pbrown at redhat.com>
-- fix home/end in vimrc (we did a term = rxvt, totally wrong)
-
-* Tue Feb 29 2000 Preston Brown <pbrown at redhat.com>
-- change F1-F4 keybindings for xterm builtin terminfo to match real terminfo
-
-* Thu Feb 17 2000 Bill Nottingham <notting at redhat.com>
-- kill autoindent
-
-* Mon Feb 07 2000 Preston Brown <pbrown at redhat.com>
-- wmconfig -> desktop
-
-* Sat Feb  5 2000 Bernhard Rosenkränzer <bero at redhat.com>
-- Patchlevel 11
-- handle compressed man pages
-- fix man page symlinks
-
-* Wed Feb  2 2000 Bill Nottingham <notting at redhat.com>
-- eliminate dependencies on X in vim-enhanced, and ncurses/gpm
-  in vim-minimal
-
-* Fri Jan 28 2000 Bill Nottingham <notting at redhat.com>
-- eliminate dependencies on csh and perl in vim-common
-
-* Wed Jan 19 2000 Bernhard Rosenrkänzer <bero at redhat.com>
-- Use awk, not nawk
-
-* Tue Jan 18 2000 Bernhard Rosenrkänzer <bero at redhat.com>
-- 5.6
-- patch 5.6.001
-- remove /usr/bin/vi - if you want vim, type vim
-
-* Tue Jan 11 2000 Bernhard Rosenkränzer <bero at redhat.com>
-- 5.6a
-- Remove dependency on nawk (introduced by base update)
-- some tweaks to make updating easier
-
-* Tue Nov  9 1999 Bernhard Rosenkränzer <bero at redhat.com>
-- 5.5
-- fix path to vimrc
-
-* Tue Jul 27 1999 Michael K. Johnson <johnsonm at redhat.com>
-- moved from athena to gtk widgets for X version
-- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
-- fixed rogue dependencies from sample files
-
-* Tue Jul 27 1999 Jeff Johnson <jbj at redhat.com>
-- update to 5.4.
-
-* Thu Jul 22 1999 Jeff Johnson <jbj at redhat.com>
-- man page had buildroot pollution (#3629).
-
-* Thu Mar 25 1999 Preston Brown <pbrown at redhat.com>
-- with recent termcap/terminfo fixes, regular vim works in xterm/console
-- in color, so vim-color package removed.
-
-* Tue Mar 23 1999 Erik Troan <ewt at redhat.com>
-- removed "set backupdir=/tmp/vim_backup" from default vimrc
-
-* Sun Mar 21 1999 Cristian Gafton <gafton at redhat.com> 
-- auto rebuild in the new build environment (release 5)
-
-* Thu Dec 17 1998 Michael Maher <mike at redaht.com>
-- built pacakge for 6.0
-
-* Tue Sep 15 1998 Michael Maher <mike at redhat.com>
-- removed '--with-tlib=termcap' so that color-vim works
-
-* Wed Sep  2 1998 Jeff Johnson <jbj at redhat.com>
-- update to 5.3.
-
-* Mon Aug 10 1998 Jeff Johnson <jbj at redhat.com>
-- merge in Toshio's changes
-- color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap"
-- added minimal rvi/rview and man pages.
-- move Obsoletes to same package as executable.
-
-* Thu Aug 06 1998 Toshio Kuratomi <badger at prtr-13.ucsc.edu>
-- Break the package apart similar to the way the netscape package was
-  broken down to handle navigator or communicator: The vim package is
-  Obsolete, now there is vim-common with all the common files, and a
-  package for each binary: vim-minimal (has /bin/vi compiled with no
-  frills), vim-enhanced (has /usr/bin/vim with extra perl and python
-  interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with
-  GUI support.)
-- Enable the perl and python interpreters in the gui version (gvim).
-
-* Tue Jun 30 1998 Michael Maher <mike at redhat.com>
-- Fixed tutor help.
-- cvim package added.  Thanks to Stevie Wills for finding this one :-)
-
-* Thu May 07 1998 Prospector System <bugs at redhat.com>
-- translations modified for de, fr, tr
-
-* Fri May 01 1998 Donnie Barnes <djb at redhat.com>
-- added patch to turn off the "vi compatibility" by default.  You can
-  still get it via the -C command line option
-
-* Thu Apr 23 1998 Donnie Barnes <djb at redhat.com>
-- removed perl and python interpreters (sorry, but those don't belong
-  in a /bin/vi and having two vi's seemed like overkill...complain
-  to suggest at redhat.com if you care)
-
-* Fri Apr 17 1998 Donnie Barnes <djb at redhat.com>
-- fixed buildroot bug
-
-* Sat Apr 11 1998 Donnie Barnes <djb at redhat.com>
-- updated from 4.6 to 5.1
-- moved to buildroot
-
-* Sun Nov 09 1997 Donnie Barnes <djb at redhat.com>
-- fixed missing man page
-
-* Wed Oct 22 1997 Donnie Barnes <djb at redhat.com>
-- added wmconfig entry to vim-X11
-
-* Mon Oct 20 1997 Donnie Barnes <djb at redhat.com>
-- upgraded from 4.5 to 4.6
-
-* Fri Jun 13 1997 Erik Troan <ewt at redhat.com>
-- built against glibc
-
-* Tue Mar 25 1997 Michael K. Johnson <johnsonm at redhat.com>
-- Upgraded to 4.5
-- Added ex symlinks
-
-* Tue Mar 11 1997 Michael K. Johnson <johnsonm at redhat.com>
-- Added view symlink.


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/F-7/README.patches,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- README.patches	30 Apr 2007 12:07:45 -0000	1.76
+++ README.patches	5 Jun 2007 13:49:11 -0000	1.77
@@ -1,4 +1,4 @@
-Patches for Vim - Vi IMproved 7.0
+Patches for Vim - Vi IMproved 7.1
 
 The files in this directory contain source code changes to fix
 problems in released versions of Vim.  Each file also contains an
@@ -8,261 +8,22 @@
 The best is to apply the patches in sequence.  This avoids problems
 when a patch depends on a previous patch.  If you did not unpack the
 extra archive, you may want to skip patches marked with "extra:".
-Similarly for the "lang" archive.
+Similarly for the "lang" archive.  Or ignore errors for missing files.
 
 Before patching, change to the top Vim directory, where the "src"
 and "runtime" directories are located.
 Depending on the version of "patch" that you use, you may have add
 an argument to make it patch the right file:
-        patch -p < 7.0.001
-        patch -p0 < 7.0.001
+        patch -p < 7.1.001
+        patch -p0 < 7.1.001
 
 After applying a patch, you need to compile Vim.  There are no
 patches for binaries.
 
 Checksums for the patch files can be found in the file MD5.
 
-Collection of patches for Vim 7.0:
-  SIZE  NAME                  INCLUDES
- 98331  7.0.001-100.gz	      patches 7.0.001 to 7.0.100, gzip'ed
- 79463  7.0.101-200.gz        patches 7.0.101 to 7.0.200, gzip'ed
-
-
-Individual patches for Vim 7.0:
+Individual patches for Vim 7.1:
 
   SIZE  NAME     FIXES
-  1627  7.0.001  'spellsuggest' could not be added to
-  2007  7.0.002  C omni complete has problem with % and # in tags file path
-  1876  7.0.003  GUI: click in tab pages label may warp mouse pointer
-  1596  7.0.004  Compiler warning for debug_saved used before set
-  1579  7.0.005  (extra) Win32: uninstall didn't delete spell and autoload dirs
-  1347  7.0.006  Mac: "make shadow" didn't link infplist.xml
-  1919  7.0.007  AIX: compiling failed for message.c
-  2081  7.0.008  Can't call a function that uses both <SID> and {expr}
-  1625  7.0.009  ml_get errors when 'spell' is set
-  3705  7.0.010  spellfile plugin required typing login name and password
-  1989  7.0.011  can't compile with eval feature without folding feature
-  2532  7.0.012  matchparen plugin changed cursor column in Insert mode
-  4614  7.0.013  Insert mode completion: CTRL-L jumped back to original text
-  5712  7.0.014  Motif: doesn't compile with Motif 1.2 and earlier
-  4485  7.0.015  Athena: type casts for lvalues
-  1810  7.0.016  recognize encodings "mac-roman", "dec-mcs" and "hp-roman8"
-  2302  7.0.017  (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
-  1649  7.0.018  VMS: plugins are not loaded on startup
-  1425  7.0.019  crash for "VjA789" and repeating
-  1470  7.0.020  GUI: crash when using 'mousefocus'
-  4240  7.0.021  crash when using "\\[" and "\\]" in 'errorformat
-  5471  7.0.022  Ruby: buffer.append() could append to the wrong buffer
-  5351  7.0.023  crash after Insert mode completion without matches
-  1619  7.0.024  it is possible to set arbitrary v: variables
-  2606  7.0.025  crash when deleting an item from a:000
-  1800  7.0.026  Unix: when using libcall() and old error may be shown
-  1344  7.0.027  (extra) Win32: hang on exit when compiled with SNiFF+
-  3014  7.0.028  (extra) OS/2: compilation problem
-  1494  7.0.029  cursor position may be wrong when using getchar()
-  1664  7.0.030  the ":compiler" command can't be used in a FileChangedRO event
-  1808  7.0.031  after deleting a buffer its Select mode mappings remain
-  1424  7.0.032  (extra, after 7.0.027) missing semicolon
-  2431  7.0.033  pasting after autoindent removes the indent
-  2042  7.0.034  repeating completion was wrong after typing text or using BS
-  5905  7.0.035  repeating Insert mode completion doesn't work properly
-  3990  7.0.036  can't compile with small features and syntax HL
-  1880  7.0.037  crash when resizing Vim window when a line doesn't fit
-  3236  7.0.038  complete() can be used from expr. mapping after inserting text
-  3240  7.0.039  third argument for inputdialog() doesn't work in the console
-  1946  7.0.040  mouse selection with "z=" and inputlist() gets wrong entry
-  2229  7.0.041  cursor([1, 2]) failed, required third item in the list
-  1603  7.0.042  crash or hang when pasting a block in Insert mode
-  1534  7.0.043  "%!" at start of 'statusline' didn't work
-  5277  7.0.044  Perl: changing a line in a non-current buffer may not work
-  1741  7.0.045  (extra) Win32: MSVC 2005 compiler warnings for OLE version
-  2318  7.0.046  the matchparen plugin didn't handle parens in single quotes
-  2219  7.0.047  the exit status of the configure script can be wrong
-  2173  7.0.048  the gzip plugin can't handle file names that have a paren
-  2221  7.0.049  some Tcl scripts are not recognized
-  1437  7.0.050  can't properly close a buffer through the NetBeans interface
-  6097  7.0.051  (after 7.0.44) compile and/or run problem with Perl interface
-  2237  7.0.052  the Vim server may expose more functionality than expected
-  1379  7.0.053  shortening multi-byte directory name may fail
-  2464  7.0.054  using an empty menu name may cause a crash
-  2204  7.0.055  ":startins" in CmdwinEnter autocmd doesn't work immediately
-  1484  7.0.056  can't use "#!" in Vim scripts to make them executable
-  1779  7.0.057  (extra, after 7.0.45) compilation trouble with Borland C 5.5
-  1423  7.0.058  gbk and gb18030 encodings are not recognized
-  2110  7.0.059  Perl interface doesn't compile with ActiveState Perl 5.8.8
- 18082  7.0.060  code for switching buffers is repeated in several places
-  2249  7.0.061  crash in Vim command completion when nothing to complete
-  4075  7.0.062  Mac: crash when using popup menu with spell error
-  1295  7.0.063  tiny chance for a memory leak
-  1818  7.0.064  compiler warnings for unused variables
-  1750  7.0.065  (extra) Mac: horizontal scroll wheel caused vertical scroll
-  1407  7.0.066  tab pages line not redrawn after removing the popup menu
-  3038  7.0.067  undo problems when using input method
-  6123  7.0.068  'ignorecase' is not used properly for Insert mode completion
-  1457  7.0.069  crash when setting 'guitablabel' to "%!expand(\%)"
- 71560  7.0.070  compiler warnings for shadowed and uninitialized variables
-  1550  7.0.071  using empty search pattern may cause a crash
-  2791  7.0.072  can't specify anything to do when starting the GUI fails
-  1597  7.0.073  CR in Insert mode completion may select original text
-  6819  7.0.074  (extra) Win32: tooltips can be in the wrong encoding
-  1495  7.0.075  winsaveview() could store wrong desired cursor column
-  2635  7.0.076  (after 7.0.010) could not get spell files from non-ftp server
-  2799  7.0.077  crash when unletting a v: variable
-  1968  7.0.078  there are two error messages called E46
- 51669  7.0.079  vimtutor doesn't work for Russian when 'encoding' is utf-8
-  1759  7.0.080  compile error when CFLAGS contains a backslash
-  2043  7.0.081  command line completion doesn't work for ":!/path"
-  2850  7.0.082  crash when using List or Dict argument and waiting for input
-  3001  7.0.083  mouse doesn't work for all entries with inputlist()
-  5968  7.0.084  garbage collection may free Lists and Dicts still in use
-  1512  7.0.085  running tests changes the viminfo file
-  2379  7.0.086  getqflist() uses number zero for empty pattern and text
-  7382  7.0.087  'acd' doesn't work for ":file fname" and ":saveas fname"
-  3066  7.0.088  generated prototypes have "extern" when build with Perl
-  2445  7.0.089  "ga" gave wrong results for non-Unicode multi-byte encoding
-  2486  7.0.090  need to type Esc twice in console confirm() dialog
-  1698  7.0.091  winrestview() may leave cursor in the wrong position
-  2952  7.0.092  (after 7.0.082) list of internal function args is obsolete
-  2320  7.0.093  matchparen plugin can't handle some values of 'matchpairs'
-  2394  7.0.094  fileinfo message is given too often after ":buf N"
- 52575  7.0.095  Greek tutor is not available in utf-8
-  2561  7.0.096  taglist() does not use path of tags file
-  2617  7.0.097  tab pages line was not updated for ":tabclose N"
-  2196  7.0.098  redirection didn't work inside cmdline completion
-  2189  7.0.099  GUI: scrolling causes problems for the popup menu 
-  2086  7.0.100  "zug" may report the wrong filename
-  2732  7.0.101  "zw" mostly doesn't work; "zg" may create wrong directory
-  1634  7.0.102  redraw problem in cmdline when using SCIM
-  1617  7.0.103  (after 7.0.101) compiler warning for uninitialized variable
-  2522  7.0.104  CursorHold[I] may trigger when it is not wanted
-  1513  7.0.105  during incremental search the ruler is not updated
-  5102  7.0.106  spell popup menu may have side effects
-  1805  7.0.107  tab pages line was not redrawn when using 'incsearch'
-  2583  7.0.108  (extra) Amiga: compilation error for mch_mkdir()
-  1923  7.0.109  Lisp indenting gets confused by an escaped quote in a string
-  2557  7.0.110  Amiga: Compilation problems when not using libnix
- 10411  7.0.111  gzip plugin can't handle file names with special characters
-  2687  7.0.112  Python interface doesn't compile with Python 2.5
-  1878  7.0.113  crash when using CTRL-L in Insert mode completion
-  1964  7.0.114  get extra undo point when using CTRL-C to abort Insert mode
-  2339  7.0.115  missing some matches when Insert mode completion ignores case
-  1508  7.0.116  MS-Windows: :version reported 32 bits for 64 bits systems
-  5028  7.0.117  problem when mixing keepend and extend in syntax highlighting
-  1529  7.0.118  printf() doesn't allow zero padding for strings
-  1412  7.0.119  CursorHold event is not triggered when leaving Insert mode
-  1780  7.0.120  crash when using getreg('=') in the = register
-  1549  7.0.121  GUI: dragging last status line doesn't work with text tabline
-  2865  7.0.122  only half of double-wide bold character may be drawn
-  4200  7.0.123  SCO Openserver: configure selects the wrong terminal library
-  2376  7.0.124  window-local variables from getwinvar() are for current window
-  2335  7.0.125  '< and '> marks were set before Visual mode finishes
-  2112  7.0.126  undo could be wrong when 'formatexpr' uses setline()
-  2605  7.0.127  crash when swap file has invalid timestamp
-  2246  7.0.128  GUI: display not updated when cancelling exit dialog
-  2884  7.0.129  GTK GUI: avoid GTK bug concerning directory for file dialog
-  5509  7.0.130  (extra) MS-DOS, MS-Windows: may get stuck using a device name
-  2632  7.0.131  Win32: "vim -r" does not find swap files starting with a dot
-  2163  7.0.132  (after 7.0.130) crash when reading from stdin
-  3189  7.0.133  too many messages in history when searching included files
-  2290  7.0.134  crash when trying to compare recusively looped List or Dict
- 10022  7.0.135  crash in garbage collector with recusively looped List/Dict
-  1703  7.0.136  CursorMoved not triggered when inserting a line
-  2746  7.0.137  configure check for big features is wrong
- 12174  7.0.138  (extra) Mac: modifiers keys don't work with function keys
-  2044  7.0.139  undo info missing when using CTRL-PageUp in Insert mode
-  2235  7.0.140  (after 7.0.134) comparing list/dict with itself is inefficient
-  6513  7.0.141  extra CR when pasting with the mouse on the command line
-  2075  7.0.142  middle mouse button didn't work right in Select mode
-  1531  7.0.143  setting 'scroll' to its default value didn't work correctly
-  5584  7.0.144  pattern matching may do wrong pointer computations
-  1463  7.0.145  (after 7.0.142) compiler warning
-  4308  7.0.146  opening file for quickfix may ignore windows already open
-  8181  7.0.147  session file can be wrong when there are multiple tab pages
-  1710  7.0.148  no error message for ":call d.foo()" when "foo" doesn't exist
-  5277  7.0.149  when resizing windows scrolling is not done in the best way
-  2416  7.0.150  when resizing the Vim window scrollbinding doesn't work
-  1932  7.0.151  button order in GTK file dialog is different from Gnome rules
-  2279  7.0.152  crash when using lesstif 2
-  4356  7.0.153  crash with cscope when temp file can't be opened
-  1727  7.0.154  when 'foldnextmax' is negative Vim could hang
-  5872  7.0.155  when getchar() returns a mouse button the position is unknown
- 21499  7.0.156  (extra) Vim doesn't compile on Amiga OS4
-  3594  7.0.157  profiling info was bogus for a recursively called function
-  1485  7.0.158  cursor in closed fold after adding new line
-  2455  7.0.159  not enough information for an I/O error in the swap file
-  9446  7.0.160  ":@a" echoes the command
-  6639  7.0.161  (extra) Win32: window and tabline menu may use wrong encoding
-  5819  7.0.162  doesn't exit with "vim -o a b" and abort at ATTENTION prompt
-  4306  7.0.163  can't get the position of a sign over the netbeans interface
-  1518  7.0.164  ":redir @+" doesn't work
-  2284  7.0.165  using CTRL-L to add to a search pattern fails for some chars
-  1865  7.0.166  crash with cscope when a file descriptor is NULL
-  1942  7.0.167  can't redefine a function in a dictionary
-  2224  7.0.168  reading uninitialized memory and a memory leak in recovery
-  1812  7.0.169  Visual block highlighting not removed for "I" and "A"
-  2545  7.0.170  (extra) Win32: un-maximizing and tab pages line problem
- 14457  7.0.171  (extra) VMS: problem with file names with multiple paths
-  2389  7.0.172  crash when recovering a file and quitting hit-enter prompt
-  1703  7.0.173  ":call f().TT()" doesn't work
-  2838  7.0.174  ":mksession" doesn't restore tab page window layout properly
-  1498  7.0.175  tr() didn't add a final NUL
-  1781  7.0.176  ":emenu" isn't executed directly, breaks the crypt key prompt
-  4292  7.0.177  key from mapping at press-enter prompt would be remapped
-  1565  7.0.178  comparing utf-8 strings with 'ic' may look past NUL bytes
-  1744  7.0.179  crash when recovering without a swap file name
-  3061  7.0.180  (extra) VMS: build problem and problem with swap files
-  1790  7.0.181  when reloading a buffer an extra empty line may appear
-  2768  7.0.182  cannot reach every point in the undo tree after using "g-"
-  4142  7.0.183  accessing memory already freed after ":redir => var" ":let"
-  2400  7.0.184  cscope interface doesn't work with mlcscope
-  2927  7.0.185  multi-byte chars in message get attributes from previous char
-  1731  7.0.186  ml_get error when doing "/\_s*/e" with utf-8 'encoding'
-  7601  7.0.187  can't properly source a remote script
-  1602  7.0.188  (after 7.0.186) warning for wrong pointer type
-  2290  7.0.189  translated message about finding matches is truncated
-  1778  7.0.190  "syntax spell default" results in an error message
- 10918  7.0.191  the items used by getqflist() and setqflist() don't match
-  5114  7.0.192  ml_get errors when resetting 'swapfile' in empty file
-  1599  7.0.193  crash when using --remote with arg matching 'wildignore'
-  2701  7.0.194  ml_get errors may be given in a recursive loop
-  2677  7.0.195  endless loop for conversion error when auto-writing
-  2751  7.0.196  mouse pointer position wrong after ":vert ball"
-  1717  7.0.197  (extra) Win32: can't compile with EXITFREE
-  7454  7.0.198  (extra) Win32: compiler warnings, don't generate gvim.exe.mnf
-  1969  7.0.199  cursor in wrong col when completing+formatting multi-byte
-  2792  7.0.200  memory leaks when out of memory
-  2511  7.0.201  error message from ":diffput" may be wrong
-  9403  7.0.202  compiler and runtime problems on Tandem systems
-  5579  7.0.203  0x80 and CSI need to be escaped when executing a register
-  1892  7.0.204  cscope: parsing of lines for listing doesn't work properly
-  1573  7.0.205  (after 7.0.203) can't compile tiny version
-  2099  7.0.206  (after 7.0.058) can't edit all gb18030 files properly
-  3000  7.0.207  (after 7.0.203) 0x80 and CSI escaped too often when recording
-  9414  7.0.208  (after 7.0.171 and 7.0.180) VMS: path changes cause trouble
-  1706  7.0.209  Python: cursor may end up beyond end of changed line
-  3863  7.0.210  ":cbuffer" and ":lbuffer" don't take a !
-  1674  7.0.211  CTRL-U in Insert mode deletes autoindent when 'bs' is zero
-  2636  7.0.212  GUI doesn't terminate on SIGTERM
-  1463  7.0.213  "z=" crashes when regions in 'spellfile' share soundfolding
-  4870  7.0.214  can't get "\ " argument  for <f-args> in a user command
-  2807  7.0.215  (extra) Mac: Context menu has disabled useless Help entry
-  3460  7.0.216  ":tab wincmd ]" does not open a new tab page
-  2007  7.0.217  hang when pressing "n" for ":%s/\n/,\r/gc"
-  1479  7.0.218  "%B" in 'statusline' doesn't work in Insert mode
-  4108  7.0.219  editexisting.vim doesn't see buffer in other tab page
-  1448  7.0.220  crash when using winnr('#') in a new tab page
-  3029  7.0.221  finddir() did not work properly for "." in path
-  4147  7.0.222  'cindent' works for Perl, except for recognizing comments
-  2604  7.0.223  popup menu could not handle unprintable characters
-  6467  7.0.224  when expanding "##" spaces are escaped twice
-  2203  7.0.225  after setline() cursor may be on wrong byte of mulit-byte char
-  1578  7.0.226  display flicker when setting sign through netbeans interface
-  1720  7.0.227  crash when closing a window in the GUI
-  1779  7.0.228  Cygwin: problem with symlink to DOS style path
-  1806  7.0.229  if 'pt' starts with Esc then Insert mode Esc doesn't time out
-  4586  7.0.230  a script doesn't know if the current dir is a local dir
-  2628  7.0.231  recovery from a swap file may crash
- 18671  7.0.232  (extra) Mac: GUI tab labels are not supported
-  9738  7.0.233  (extra) Mac: code badly formatted
-  1723  7.0.234  feedkeys() may be invoked from a modeline
-  2299  7.0.235  writefile() may be invoked from a modeline
+  2404  7.1.001  can't build with Gnome GUI
+  2011  7.1.002  Oracle Pro*C/C++ files are not detected


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vim/F-7/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	11 Sep 2006 15:47:11 -0000	1.21
+++ sources	5 Jun 2007 13:49:11 -0000	1.22
@@ -1,6 +1,3 @@
-1f17af2008ae94359a48be7e865b084f  cvim.zip
-200f741ecc2a896fca25486764fa18a2  vim-7.0-extra.tar.gz
-6d43efaff570b5c86e76b833ea0c6a04  vim-7.0-lang.tar.gz
-4ca69757678272f718b1041c810d82d8  vim-7.0.tar.bz2
-1ce27567cdc9cf555d49354758d5273e  runtime-update-20060911.tar.bz2
-2ddbdf36e1c1b74a3dafdf9271fefa85  vim-spell-files.tar.bz2
+605cc7ae31bcc9d7864bb0bb6025f55d  vim-7.1-extra.tar.gz
+144aa049ba70621acf4247f0459f3ee7  vim-7.1-lang.tar.gz
+44c6b4914f38d6f9aa959640b89da329  vim-7.1.tar.bz2


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/F-7/vim.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- vim.spec	30 Apr 2007 12:07:45 -0000	1.166
+++ vim.spec	5 Jun 2007 13:49:11 -0000	1.167
@@ -11,11 +11,11 @@
 %define withvimspell 0
 %define withhunspell 0
 
-%define baseversion 7.0
+%define baseversion 7.1
 #used for pre-releases:
 %define beta %{nil}
-%define vimdir vim70%{?beta}
-%define patchlevel 235
+%define vimdir vim71%{?beta}
+%define patchlevel 2
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -30,16 +30,14 @@
 Source3: gvim.desktop
 Source4: vimrc
 #Source5: ftp://ftp.vim.org/pub/vim/patches/README.patches
-Source6: spec.vim
 Source7: gvim16.png
 Source8: gvim32.png
 Source9: gvim48.png
 Source10: gvim64.png
 Source11: Changelog.rpm
 #Source12: vi-help.txt
-Source13: runtime-update-20060911.tar.bz2
 %if %{withvimspell}
-Source14: vim-spell-files.tar.bz2
+Source13: vim-spell-files.tar.bz2
 %endif
 
 Patch2002: vim-7.0-fixkeys.patch
@@ -52,248 +50,12 @@
 %endif
 # Patches 001 < 999 are patches from the base maintainer.
 # If you're as lazy as me, generate the list using
-# for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.%03d\n" $i $i; done
-Patch001: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.001
-#Patch002: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.002
-Patch003: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.003
-Patch004: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.004
-#Patch005: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.005
-#Patch006: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.006
-Patch007: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.007
-Patch008: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.008
-Patch009: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.009
-#Patch010: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.010
-Patch011: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.011
-#Patch012: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.012
-Patch013: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.013
-Patch014: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.014
-Patch015: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.015
-Patch016: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.016
-Patch017: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.017
-#Patch018: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.018
-Patch019: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.019
-Patch020: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.020
-Patch021: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.021
-Patch022: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.022
-Patch023: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.023
-Patch024: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.024
-Patch025: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.025
-Patch026: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.026
-#Patch027: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.027
-#Patch028: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.028
-Patch029: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.029
-Patch030: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.030
-Patch031: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.031
-#Patch032: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.032
-#Patch033: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.033
-Patch034: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.034
-Patch035: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.035
-Patch036: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.036
-Patch037: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.037
-Patch038: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.038
-Patch039: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.039
-Patch040: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.040
-Patch041: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.041
-Patch042: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.042
-Patch043: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.043
-Patch044: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.044
-#Patch045: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.045
-#Patch046: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.046
-Patch047: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.047
-#Patch048: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.048
-#Patch049: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.049
-Patch050: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.050
-Patch051: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.051
-Patch052: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.052
-Patch053: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.053
-Patch054: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.054
-Patch055: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.055
-Patch056: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.056
-#Patch057: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.057
-Patch058: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.058
-Patch059: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.059
-Patch060: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.060
-Patch061: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.061
-Patch062: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.062
-Patch063: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.063
-Patch064: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.064
-#Patch065: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.065
-Patch066: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.066
-Patch067: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.067
-Patch068: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.068
-Patch069: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.069
-Patch070: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.070
-Patch071: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.071
-Patch072: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.072
-Patch073: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.073
-#Patch074: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.074
-Patch075: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.075
-#Patch076: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.076
-Patch077: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.077
-Patch078: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.078
-Patch079: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.079_patched
-Patch080: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.080
-Patch081: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.081
-Patch082: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.082
-Patch083: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.083
-Patch084: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.084
-Patch085: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.085
-Patch086: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.086
-Patch087: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.087
-Patch088: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.088
-Patch089: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.089
-Patch090: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.090
-Patch091: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.091
-Patch092: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.092
-#Patch093: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.093
-Patch094: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.094
-Patch095: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.095_patched
-Patch096: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.096
-Patch097: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.097
-Patch098: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.098
-Patch099: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.099
-Patch100: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.100
-Patch101: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.101
-Patch102: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.102
-Patch103: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.103
-Patch104: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.104
-Patch105: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.105
-Patch106: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.106_patched
-Patch107: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.107
-#Patch108: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.108
-Patch109: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.109
-Patch110: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.110
-Patch111: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.111
-Patch112: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.112
-Patch113: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.113
-Patch114: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.114
-Patch115: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.115
-Patch116: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.116
-Patch117: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.117
-Patch118: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.118
-Patch119: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.119
-Patch120: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.120
-Patch121: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.121
-Patch122: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.122
-Patch123: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.123
-Patch124: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.124
-Patch125: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.125
-Patch126: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.126
-Patch127: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.127
-Patch128: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.128
-Patch129: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.129
-#Patch130: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.130
-Patch131: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.131
-#Patch132: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.132
-Patch133: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.133
-Patch134: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.134
-Patch135: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.135
-Patch136: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.136
-Patch137: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.137
-#Patch138: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.138
-Patch139: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.139
-Patch140: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.140
-Patch141: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.141
-Patch142: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.142
-Patch143: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.143
-Patch144: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.144
-Patch145: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.145
-Patch146: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.146
-Patch147: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.147
-Patch148: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.148
-Patch149: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.149
-Patch150: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.150
-Patch151: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.151
-Patch152: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.152
-Patch153: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.153
-Patch154: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.154
-Patch155: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.155
-#Patch156: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.156
-Patch157: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.157
-Patch158: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.158
-Patch159: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.159
-Patch160: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.160
-#Patch161: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.161
-Patch162: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.162
-Patch163: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.163
-Patch164: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.164
-Patch165: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.165
-Patch166: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.166
-Patch167: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.167
-Patch168: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.168
-Patch169: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.169
-#Patch170: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.170
-#Patch171: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.171
-Patch172: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.172
-Patch173: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.173
-Patch174: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.174
-Patch175: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.175
-Patch176: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.176
-Patch177: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.177
-Patch178: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.178
-Patch179: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.179
-#Patch180: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.180
-Patch181: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.181
-Patch182: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.182
-Patch183: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.183
-Patch184: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.184
-Patch185: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.185
-Patch186: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.186
-Patch187: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.187
-Patch188: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.188
-Patch189: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.189
-Patch190: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.190
-Patch191: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.191
-Patch192: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.192
-Patch193: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.193
-Patch194: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.194
-Patch195: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.195
-Patch196: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.196
-#Patch197: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.197
-#Patch198: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.198
-Patch199: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.199
-Patch200: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.200
-Patch201: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.201
-Patch202: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.202
-Patch203: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.203
-Patch204: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.204
-Patch205: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.205
-Patch206: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.206
-Patch207: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.207
-#Patch208: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.208
-Patch209: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.209
-Patch210: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.210
-Patch211: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.211
-Patch212: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.212
-Patch213: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.213
-Patch214: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.214
-#Patch215: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.215
-Patch216: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.216
-Patch217: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.217
-Patch218: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.218
-Patch219: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.219
-Patch220: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.220
-Patch221: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.221
-Patch222: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.222
-Patch223: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.223
-Patch224: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.224
-Patch225: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.225
-Patch226: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.226
-Patch227: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.227
-Patch228: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.228
-Patch229: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.229
-Patch230: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.230
-Patch231: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.231
-# Mac:
-#Patch232: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.232
-# Mac:
-#Patch233: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.233
-Patch234: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.234
-Patch235: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.235
+# for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.%03d\n" $i $i; done
+Patch001: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.001
+Patch002: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.002
 
 Patch3000: vim-7.0-syntax.patch
-#Patch3001: vim-6.2-rh1.patch
-Patch3002: vim-6.1-rh2.patch
+Patch3002: vim-7.1-nowarnings.patch
 Patch3003: vim-6.1-rh3.patch
 Patch3004: vim-7.0-rclocation.patch
 Patch3006: vim-6.4-checkhl.patch
@@ -303,7 +65,6 @@
 Patch3010: vim-7.0-syncolor.patch
 Patch3011: vim-7.0-vimspelltypo.patch
 Patch3012: vim-7.0-specedit.patch
-Patch3013: vim-7.0-bracket-203577.patch
 #
 Patch3100: vim-selinux.patch
 Patch3101: vim-selinux2.patch
@@ -411,7 +172,6 @@
 %setup -q -b 1 -n %{vimdir}
 %{__tar} xzf %{SOURCE1}
 %{__tar} xzf %{SOURCE2}
-#cp -f %{SOURCE6} runtime/ftplugin/spec.vim
 # fix rogue dependencies from sample code
 chmod -x runtime/tools/mve.awk
 %patch2002 -p1
@@ -423,285 +183,17 @@
 %endif
 perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 
-# Update all runtime files
-%{__tar} xjf %{SOURCE13}
-
 # Base patches...
 # for i in `seq 1 14`; do printf "%%patch%03d -p0 \n" $i; done
 %patch001 -p0
-# dropped patch as this has been fixed in the updated runtime files:
-#patch002 -p0
-%patch003 -p0
-%patch004 -p0
-# Win32:
-#patch005 -p0
-# MAC:
-#patch006 -p0
-%patch007 -p0
-%patch008 -p0
-%patch009 -p0
-# dropped patch as this has been fixed in the updated runtime files:
-#patch010 -p0
-%patch011 -p0
-# dropped patch as this has been fixed in the updated runtime files:
-#patch012 -p0
-%patch013 -p0
-%patch014 -p0
-%patch015 -p0
-%patch016 -p0
-%patch017 -p0
-# VMS:
-#patch018 -p0
-%patch019 -p0
-%patch020 -p0
-%patch021 -p0
-%patch022 -p0
-%patch023 -p0
-%patch024 -p0
-%patch025 -p0
-%patch026 -p0
-# Win32
-#patch027 -p0
-# OS/2
-#patch028 -p0
-%patch029 -p0
-%patch030 -p0
-%patch031 -p0
-# Win32
-#patch032 -p0
-# dropped patch as this has been fixed in the updated runtime files:
-#patch033 -p0
-%patch034 -p0
-%patch035 -p0
-%patch036 -p0
-%patch037 -p0
-%patch038 -p0
-%patch039 -p0
-%patch040 -p0
-%patch041 -p0
-%patch042 -p0
-%patch043 -p0
-%patch044 -p0
-# Win32:
-#patch045 -p0
-# dropped patch as this has been fixed in the updated runtime files:
-#patch046 -p0
-%patch047 -p0
-# dropped patches as this has been fixed in the updated runtime files:
-#patch048 -p0
-#patch049 -p0
-%patch050 -p0
-%patch051 -p0
-%patch052 -p0
-%patch053 -p0
-%patch054 -p0
-%patch055 -p0
-%patch056 -p0
-# Win32:
-#patch057 -p0
-%patch058 -p0
-%patch059 -p0
-%patch060 -p0
-%patch061 -p0
-%patch062 -p0
-%patch063 -p0
-%patch064 -p0
-# Mac:
-#patch065 -p0
-%patch066 -p0
-%patch067 -p0
-%patch068 -p0
-%patch069 -p0
-%patch070 -p0
-%patch071 -p0
-%patch072 -p0
-%patch073 -p0
-# Win32:
-#patch074 -p0
-%patch075 -p0
-# dropped patch as this has been fixed in the updated runtime files:
-#patch076 -p0
-%patch077 -p0
-%patch078 -p0
-%patch079 -p0
-%patch080 -p0
-%patch081 -p0
-%patch082 -p0
-%patch083 -p0
-%patch084 -p0
-%patch085 -p0
-%patch086 -p0
-%patch087 -p0
-%patch088 -p0
-%patch089 -p0
-%patch090 -p0
-%patch091 -p0
-%patch092 -p0
-# dropped patch as this has been fixed in the updated runtime files:
-#patch093 -p0
-%patch094 -p0
-%patch095 -p0
-%patch096 -p0
-%patch097 -p0
-%patch098 -p0
-%patch099 -p0
-%patch100 -p0
-%patch101 -p0
-%patch102 -p0
-%patch103 -p0
-%patch104 -p0
-%patch105 -p0
-%patch106 -p0
-%patch107 -p0
-# Amiga:
-#patch108 -p0
-%patch109 -p0
-%patch110 -p0
-%patch111 -p0
-%patch112 -p0
-%patch113 -p0
-%patch114 -p0
-%patch115 -p0
-%patch116 -p0
-%patch117 -p0
-%patch118 -p0
-%patch119 -p0
-%patch120 -p0
-%patch121 -p0
-%patch122 -p0
-%patch123 -p0
-%patch124 -p0
-%patch125 -p0
-%patch126 -p0
-%patch127 -p0
-%patch128 -p0
-%patch129 -p0
-# MS-DOS:
-#patch130 -p0
-%patch131 -p0
-# MS-DOS:
-#patch132 -p0
-%patch133 -p0
-%patch134 -p0
-%patch135 -p0
-%patch136 -p0
-%patch137 -p0
-# Mac:
-#patch138 -p0
-%patch139 -p0
-%patch140 -p0
-%patch141 -p0
-%patch142 -p0
-%patch143 -p0
-%patch144 -p0
-%patch145 -p0
-%patch146 -p0
-%patch147 -p0
-%patch148 -p0
-%patch149 -p0
-%patch150 -p0
-%patch151 -p0
-%patch152 -p0
-%patch153 -p0
-%patch154 -p0
-%patch155 -p0
-# Amiga:
-#patch156 -p0
-%patch157 -p0
-%patch158 -p0
-%patch159 -p0
-%patch160 -p0
-# Win32:
-#patch161 -p0
-%patch162 -p0
-%patch163 -p0
-%patch164 -p0
-%patch165 -p0
-%patch166 -p0
-%patch167 -p0
-%patch168 -p0
-%patch169 -p0
-# Win32:
-#patch170 -p0
-# VMS:
-#patch171 -p0
-%patch172 -p0
-%patch173 -p0
-%patch174 -p0
-%patch175 -p0
-%patch176 -p0
-%patch177 -p0
-%patch178 -p0
-%patch179 -p0
-# VMS:
-#patch180 -p0
-%patch181 -p0
-%patch182 -p0
-%patch183 -p0
-%patch184 -p0
-%patch185 -p0
-%patch186 -p0
-%patch187 -p0
-%patch188 -p0
-%patch189 -p0
-%patch190 -p0
-%patch191 -p0
-%patch192 -p0
-%patch193 -p0
-%patch194 -p0
-%patch195 -p0
-%patch196 -p0
-# Win32:
-#patch197 -p0
-#patch198 -p0
-%patch199 -p0
-%patch200 -p0
-%patch201 -p0
-%patch202 -p0
-%patch203 -p0
-%patch204 -p0
-%patch205 -p0
-%patch206 -p0
-%patch207 -p0
-# VMS:
-#patch208 -p0
-%patch209 -p0
-%patch210 -p0
-%patch211 -p0
-%patch212 -p0
-%patch213 -p0
-%patch214 -p0
-# MAC:
-#patch215 -p0
-%patch216 -p0
-%patch217 -p0
-%patch218 -p0
-%patch219 -p0
-%patch220 -p0
-%patch221 -p0
-%patch222 -p0
-%patch223 -p0
-%patch224 -p0
-%patch225 -p0
-%patch226 -p0
-%patch227 -p0
-%patch228 -p0
-%patch229 -p0
-%patch230 -p0
-%patch231 -p0
-# Mac:
-#patch232 -p0
-#patch233 -p0
-%patch234 -p0
-%patch235 -p0
+%patch002 -p0
 
 # install spell files
 %if %{withvimspell}
-%{__tar} xjf %{SOURCE14}
+%{__tar} xjf %{SOURCE13}
 %endif
 
 %patch3000 -p1
-#patch3001 -p1
 %patch3002 -p1
 %patch3003 -p1
 %patch3004 -p1
@@ -713,7 +205,6 @@
 %patch3010 -p1
 %patch3011 -p1
 %patch3012 -p1
-%patch3013 -p1
 
 %if %{WITH_SELINUX}
 %patch3100 -p1
@@ -1081,6 +572,14 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Mon Jun 04 2007 Karsten Hopp <karsten at redhat.com> 7.1.%{nil}2-1
+- vim 7.1
+- drop 240 patches
+
+* Tue May 22 2007 Karsten Hopp <karsten at redhat.com> 7.0.235-1
+- Don't wake up system with blinking gvim cursor:
+  http://www.linuxpowertop.org/known.php
+
 * Mon Apr 30 2007 Karsten Hopp <karsten at redhat.com> 7.0.235-1
 - update to patchlevel 235, fixes modeline issues 
 


Index: vimrc
===================================================================
RCS file: /cvs/extras/rpms/vim/F-7/vimrc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vimrc	8 Jan 2007 15:49:50 -0000	1.15
+++ vimrc	5 Jun 2007 13:49:11 -0000	1.16
@@ -51,3 +51,7 @@
      set t_Sb=[4%dm
      set t_Sf=[3%dm
 endif
+
+" Don't wake up system with blinking cursor:
+" http://www.linuxpowertop.org/known.php
+let &guicursor = &guicursor . ",a:blinkon0"




More information about the fedora-extras-commits mailing list