From 2afbaff3a45c8ea1c0c964097dddc176f3421161 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Sep 30 2010 14:33:35 +0000 Subject: - patchlevel 018 --- diff --git a/README.patches b/README.patches index 3407979..1b1ced3 100644 --- a/README.patches +++ b/README.patches @@ -37,3 +37,10 @@ Individual patches for Vim 7.3: 3197 7.3.009 Win32: Crash when using a bad argument for strftime() 5466 7.3.010 Mac GUI: Missing break statements 8811 7.3.011 X11 clipboard doesn't work in GUI, after :sh selection fails + 2127 7.3.012 problems building with MingW + 5979 7.3.013 dynamic loading with Ruby doesn't work for 1.9.2 + 2497 7.3.014 "a" in Ex mode with backslash at end of line doesn't work + 2223 7.3.015 a test is using an error message that no longer exists + 7448 7.3.016 netbeans interface doesn't work under Athena + 4314 7.3.017 errors reported by smatch + 2488 7.3.018 (after 7.3.012) missing argument to windres in MingW makefiles diff --git a/vim.spec b/vim.spec index 68fd088..bd0b1cd 100644 --- a/vim.spec +++ b/vim.spec @@ -18,13 +18,13 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 011 +%define patchlevel 018 Summary: The VIM editor URL: http://www.vim.org/ Name: vim Version: %{baseversion}.%{beta}%{patchlevel} -Release: 3%{?dist} +Release: 1%{?dist} License: Vim Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2 @@ -75,6 +75,13 @@ Patch008: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.008 Patch009: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.009 Patch010: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.010 Patch011: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.011 +Patch012: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.012 +Patch013: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.013 +Patch014: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.014 +Patch015: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.015 +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 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -230,6 +237,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch009 -p0 %patch010 -p0 %patch011 -p0 +%patch012 -p0 +%patch013 -p0 +%patch014 -p0 +%patch015 -p0 +%patch016 -p0 +%patch017 -p0 +%patch018 -p0 # install spell files @@ -697,6 +711,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu Sep 30 2010 Karsten Hopp 7.3.018-1 +- patchlevel 018 + * Thu Sep 30 2010 Karsten Hopp 7.3.011-3 - add filesystem subpackage (#628293)