From 16173e5e390cc87d4121fd6f5e6832184e3f32b0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 14:14:10 +0000 Subject: auto-import changelog data from vim-6.3.013-1.src.rpm Tue Jul 13 2004 Karsten Hopp 6.3.013-1 - patchlevel 13 to fix some crashes with multi-line patterns and when using CTRL-R in command mode --- diff --git a/README.patches b/README.patches index 4c0bcfc..efb8c23 100644 --- a/README.patches +++ b/README.patches @@ -34,3 +34,5 @@ Individual patches for Vim 6.3: 3670 6.3.009 (after 6.3.006) ":breakadd file" does not match for a symlink 2450 6.3.010 writing to a named pipe causes an error message for fsync() 1896 6.3.011 crash when user command completion uses "normal :cmd" + 2882 6.3.012 lalloc(0) error for substitute command with multi-line pattern + 11947 6.3.013 crash when using CTRL-R = in command line uses "normal :cmd" diff --git a/vim.spec b/vim.spec index 1c4536a..05a41a8 100644 --- a/vim.spec +++ b/vim.spec @@ -23,12 +23,12 @@ %define baseversion 6.3 %define vimdir vim63 -%define patchlevel 011 +%define patchlevel 013 Summary: The VIM editor. Name: vim Version: %{baseversion}.%{patchlevel} -Release: 4 +Release: 1 License: freeware Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2 @@ -62,6 +62,8 @@ Patch008: ftp://ftp.vim.org/pub/vim/patches/6.3.008 Patch009: ftp://ftp.vim.org/pub/vim/patches/6.3.009 Patch010: ftp://ftp.vim.org/pub/vim/patches/6.3.010 Patch011: ftp://ftp.vim.org/pub/vim/patches/6.3.011 +Patch012: ftp://ftp.vim.org/pub/vim/patches/6.3.012 +Patch013: ftp://ftp.vim.org/pub/vim/patches/6.3.013 Patch3000: vim-6.1-syntax.patch Patch3001: vim-6.2-rh1.patch @@ -196,6 +198,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch009 -p0 %patch010 -p0 %patch011 -p0 +%patch012 -p0 +%patch013 -p0 %patch3000 -p1 -b .syntx %patch3001 -p1 -b .rh1 @@ -448,6 +452,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jul 13 2004 Karsten Hopp 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 6.3.011-4 - Fix selinux patch to handle symlinks