diff --git a/README.patches b/README.patches index 1436f5e..7fc5071 100644 --- a/README.patches +++ b/README.patches @@ -53,3 +53,4 @@ Individual patches for Vim 7.3: 3412 7.3.025 ":mksession" does not escape file name properly 1848 7.3.026 CTRL-] in a help file doesn't always work 2668 7.3.027 MS-Windows: Opening a file on a network share is very slow + 5065 7.3.028 (after 7.3.024) signs don't show up diff --git a/vim.spec b/vim.spec index b9d4a35..3e16139 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 027 +%define patchlevel 028 Summary: The VIM editor URL: http://www.vim.org/ @@ -91,6 +91,7 @@ Patch024: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.024 Patch025: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.025 Patch026: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.026 Patch027: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.027 +Patch028: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.028 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -262,6 +263,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch025 -p0 %patch026 -p0 %patch027 -p0 +%patch028 -p0 # install spell files @@ -729,6 +731,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Oct 15 2010 Karsten Hopp 7.3.028-1 +- patchlevel 028 + * Thu Oct 14 2010 Karsten Hopp 7.3.027-1 - patchlevel 027