[vim] - patchlevel 20

Karsten Hopp karsten at fedoraproject.org
Sat Oct 9 16:10:08 UTC 2010


commit ba0f81deefbccfe4756c39269ecbef654094c198
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sat Oct 9 18:10:10 2010 +0200

    - patchlevel 20

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 8117d3a..5d81d12 100644
--- a/README.patches
+++ b/README.patches
@@ -45,3 +45,4 @@ Individual patches for Vim 7.3:
   4314  7.3.017  errors reported by smatch
   2488  7.3.018  (after 7.3.012) missing argument to windres in MingW makefiles
   1577  7.3.019  ":nbstart" can fail silently
+  3696  7.3.020  cursor position wrong when joining lines and 'fo' contains "a"
diff --git a/vim.spec b/vim.spec
index 8d6f057..4b8b056 100644
--- a/vim.spec
+++ b/vim.spec
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim73%{?beta}
-%define patchlevel 019
+%define patchlevel 020
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -83,6 +83,7 @@ Patch016: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.016
 Patch017: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.017
 Patch018: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.018
 Patch019: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.019
+Patch020: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.020
 
 Patch3000: vim-7.3-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -246,6 +247,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch017 -p0
 %patch018 -p0
 %patch019 -p0
+%patch020 -p0
 
 
 # install spell files
@@ -713,6 +715,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat Oct 09 2010 Karsten Hopp <karsten at redhat.com> 7.3.020-1
+- patchlevel 020
+
 * Fri Oct 01 2010 Karsten Hopp <karsten at redhat.com> 7.3.019-1
 - patchlevel 019
 


More information about the scm-commits mailing list