From bf84e6bf7ce71eadba90e2e6c90e2ce402ed2fd3 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Aug 09 2006 12:30:46 +0000 Subject: - patchlevel 50 --- diff --git a/README.patches b/README.patches index 1111479..884e4cf 100644 --- a/README.patches +++ b/README.patches @@ -67,3 +67,11 @@ Individual patches for Vim 7.0: 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 diff --git a/vim.spec b/vim.spec index 3b98e81..726ef90 100644 --- a/vim.spec +++ b/vim.spec @@ -15,12 +15,12 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim70%{?beta} -%define patchlevel 042 +%define patchlevel 050 Summary: The VIM editor. Name: vim Version: %{baseversion}.%{beta}%{patchlevel} -Release: 2 +Release: 1 License: freeware Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2 @@ -87,6 +87,14 @@ 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 Patch3000: vim-7.0-syntax.patch @@ -258,6 +266,15 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch040 -p0 %patch041 -p0 %patch042 -p0 +%patch043 -p0 +%patch044 -p0 +# Win32: +#patch045 -p0 +%patch046 -p0 +%patch047 -p0 +%patch048 -p0 +%patch049 -p0 +%patch050 -p0 %patch3000 -p1 %patch3001 -p1 @@ -581,6 +598,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Aug 09 2006 Karsten Hopp 7.0.050-1 +- Patchlevel 50 + * Thu Aug 03 2006 Karsten Hopp 7.0.042-2 - clean up spec file