From bd9e91662a699dde39ce18804f475d220efb9f0e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 14:15:52 +0000 Subject: auto-import changelog data from vim-6.3.020-1.src.rpm Wed Sep 01 2004 Karsten Hopp 6.3.020-1 - patchlevel 20 --- diff --git a/README.patches b/README.patches index 964e342..24fcbdc 100644 --- a/README.patches +++ b/README.patches @@ -40,3 +40,6 @@ Individual patches for Vim 6.3: 1207 6.3.015 the string returned by winrestcmd() may end in garbage 1735 6.3.016 'define' default had "\s" before #, breaks "[d" 1364 6.3.017 "9zz" could place the cursor beyond the end of a line + 1844 6.3.018 ":0argadd zero" added the argument after the first one + 1992 6.3.019 crash during startup when compiled for debugging + 1915 6.3.020 "dw" doesn't work right for UTF-8 when 'delcombine' is set diff --git a/vim.spec b/vim.spec index ee58aab..97016c3 100644 --- a/vim.spec +++ b/vim.spec @@ -23,7 +23,7 @@ %define baseversion 6.3 %define vimdir vim63 -%define patchlevel 017 +%define patchlevel 020 Summary: The VIM editor. Name: vim @@ -69,6 +69,9 @@ Patch014: ftp://ftp.vim.org/pub/vim/patches/6.3.014 Patch015: ftp://ftp.vim.org/pub/vim/patches/6.3.015 Patch016: ftp://ftp.vim.org/pub/vim/patches/6.3.016 Patch017: ftp://ftp.vim.org/pub/vim/patches/6.3.017 +Patch018: ftp://ftp.vim.org/pub/vim/patches/6.3.018 +Patch019: ftp://ftp.vim.org/pub/vim/patches/6.3.019 +Patch020: ftp://ftp.vim.org/pub/vim/patches/6.3.020 Patch3000: vim-6.1-syntax.patch Patch3001: vim-6.2-rh1.patch @@ -209,6 +212,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch015 -p0 %patch016 -p0 %patch017 -p0 +%patch018 -p0 +%patch019 -p0 +%patch020 -p0 %patch3000 -p1 -b .syntx %patch3001 -p1 -b .rh1 @@ -462,6 +468,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Sep 01 2004 Karsten Hopp 6.3.020-1 +- patchlevel 20 + * Sun Aug 29 2004 Karsten Hopp 6.3.017-1 - patchlevel 17