OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   15-Oct-2005 20:30:37
  Branch: OPENPKG_2_5_SOLID                Handle: 2005101519303700

  Modified files:           (Branch: OPENPKG_2_5_SOLID)
    openpkg-src/vim         vim.patch vim.spec

  Log:
    MFC: upgrade to bugfixed new version 6.4

  Summary:
    Revision    Changes     Path
    1.5.10.1    +6  -6      openpkg-src/vim/vim.patch
    1.392.2.2   +3  -97     openpkg-src/vim/vim.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.5.10.1 vim.patch
  --- openpkg-src/vim/vim.patch 8 Jun 2004 20:43:00 -0000       1.5
  +++ openpkg-src/vim/vim.patch 15 Oct 2005 18:30:37 -0000      1.5.10.1
  @@ -1,15 +1,15 @@
   The following patch adjust the RPM .spec syntax highlighting
   a little bit to better highlight OpenPKG RPM .spec files.
   
  -Index: vim63/runtime/syntax/spec.vim
  ---- vim63/runtime/syntax/spec.vim.orig       2003-05-11 20:20:37.000000000 
+0200
  -+++ vim63/runtime/syntax/spec.vim    2004-02-02 16:43:25.000000000 +0100
  +Index: vim64/runtime/syntax/spec.vim
  +--- vim64/runtime/syntax/spec.vim.orig       2004-12-31 18:29:22 +0100
  ++++ vim64/runtime/syntax/spec.vim    2005-10-15 20:21:09 +0200
   @@ -83,7 +83,7 @@
    
    "One line macros - valid in all ScriptAreas
  - "tip: remember do include new itens on specScriptArea's skip section
  --syn region specSectionMacroArea oneline matchgroup=specSectionMacro 
start='^%\(define\|patch\d*\|setup\|configure\|GNUconfigure\|find_lang\|makeinstall\)\>'
 end='$' contains=specCommandOpts,specMacroIdentifier
  -+syn region specSectionMacroArea oneline matchgroup=specSectionMacro 
start='^%\(option\|define\|undefine\|patch\d*\|setup\|configure\|GNUconfigure\|find_lang\|makeinstall\)\>'
 end='$' contains=specCommandOpts,specMacroIdentifier
  + "tip: remember do include new items on specScriptArea's skip section
  +-syn region specSectionMacroArea oneline matchgroup=specSectionMacro 
start='^%\(define\|patch\d*\|setup\|configure\|GNUconfigure\|find_lang\|makeinstall\|include\)\>'
 end='$' contains=specCommandOpts,specMacroIdentifier
  ++syn region specSectionMacroArea oneline matchgroup=specSectionMacro 
start='^%\(option\|define\|undefine\|patch\d*\|setup\|configure\|GNUconfigure\|find_lang\|makeinstall\|include\)\>'
 end='$' contains=specCommandOpts,specMacroIdentifier
    syn region specSectionMacroBracketArea oneline matchgroup=specSectionMacro 
start='^%{\(configure\|GNUconfigure\|find_lang\|makeinstall\)}' end='$' 
contains=specCommandOpts,specMacroIdentifier
    
    "%% Files Section %%
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  ============================================================================
  $ cvs diff -u -r1.392.2.1 -r1.392.2.2 vim.spec
  --- openpkg-src/vim/vim.spec  11 Oct 2005 12:52:21 -0000      1.392.2.1
  +++ openpkg-src/vim/vim.spec  15 Oct 2005 18:30:37 -0000      1.392.2.2
  @@ -23,9 +23,9 @@
   ##
   
   #   package versions
  -%define       V_vl  6.3
  -%define       V_vs  63
  -%define       V_pl  90
  +%define       V_vl  6.4
  +%define       V_vs  64
  +%define       V_pl  0
   
   #   package information
   Name:         vim
  @@ -56,96 +56,6 @@
   Source3:      ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-rt2.tar.gz
   Source4:      rc.vim
   Patch0:       vim.patch
  -Patch1:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.001
  -Patch2:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.002
  -Patch3:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.003
  -Patch4:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.004
  -Patch5:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.005
  -Patch6:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.006
  -Patch7:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.007
  -Patch8:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.008
  -Patch9:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.009
  -Patch10:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.010
  -Patch11:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.011
  -Patch12:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.012
  -Patch13:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.013
  -Patch14:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.014
  -Patch15:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.015
  -Patch16:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.016
  -Patch17:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.017
  -Patch18:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.018
  -Patch19:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.019
  -Patch20:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.020
  -Patch21:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.021
  -Patch22:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.022
  -Patch23:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.023
  -Patch24:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.024
  -Patch25:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.025
  -Patch26:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.026
  -Patch27:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.027
  -Patch28:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.028
  -Patch29:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.029
  -Patch30:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.030
  -Patch31:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.031
  -Patch32:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.032
  -Patch33:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.033
  -Patch34:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.034
  -Patch35:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.035
  -Patch36:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.036
  -Patch37:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.037
  -Patch38:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.038
  -Patch39:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.039
  -Patch40:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.040
  -Patch41:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.041
  -Patch42:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.042
  -Patch43:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.043
  -Patch44:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.044
  -Patch45:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.045
  -Patch46:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.046
  -Patch47:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.047
  -Patch48:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.048
  -Patch49:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.049
  -Patch50:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.050
  -Patch51:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.051
  -Patch52:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.052
  -Patch53:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.053
  -Patch54:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.054
  -Patch55:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.055
  -Patch56:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.056
  -Patch57:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.057
  -Patch58:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.058
  -Patch59:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.059
  -Patch60:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.060
  -Patch61:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.061
  -Patch62:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.062
  -Patch63:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.063
  -Patch64:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.064
  -Patch65:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.065
  -Patch66:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.066
  -Patch67:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.067
  -Patch68:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.068
  -Patch69:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.069
  -Patch70:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.070
  -Patch71:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.071
  -Patch72:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.072
  -Patch73:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.073
  -Patch74:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.074
  -Patch75:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.075
  -Patch76:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.076
  -Patch77:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.077
  -Patch78:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.078
  -Patch79:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.079
  -Patch80:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.080
  -Patch81:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.081
  -Patch82:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.082
  -Patch83:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.083
  -Patch84:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.084
  -Patch85:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.085
  -Patch86:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.086
  -Patch87:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.087
  -Patch88:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.088
  -Patch89:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.089
  -Patch90:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.090
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -219,10 +129,6 @@
       %setup -q -T -D -a 3
       %patch -p0
   
  -    #   apply initial jumbo patches
  -    #   %{l_gzip} -d -c $RPM_SOURCE_DIR/%{V_vl}.1-100.gz |\
  -    #       %{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
  -
       #   apply remaining single patches
       i=1
       while [ $i -le %{V_pl} ]; do
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to