- patchlevel 26

This commit is contained in:
Karsten Hopp 2010-10-13 18:10:18 +02:00
parent ebb48c6877
commit 9fdb101b54
2 changed files with 19 additions and 1 deletions

View File

@ -47,3 +47,8 @@ Individual patches for Vim 7.3:
1577 7.3.019 ":nbstart" can fail silently
3696 7.3.020 cursor position wrong when joining lines and 'fo' contains "a"
2145 7.3.021 Mac: Boolean redefined when building with X11
1750 7.3.022 when opening a new window 'spellcapcheck' is cleared
2086 7.3.023 external program may hang when it tries to write to the tty
3222 7.3.024 named signs do not use a negative number as intended
3412 7.3.025 ":mksession" does not escape file name properly
1848 7.3.026 CTRL-] in a help file doesn't always work

View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 021
%define patchlevel 026
Summary: The VIM editor
URL: http://www.vim.org/
@ -85,6 +85,11 @@ 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
Patch021: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.021
Patch022: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.022
Patch023: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.023
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
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -250,6 +255,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch019 -p0
%patch020 -p0
%patch021 -p0
%patch022 -p0
%patch023 -p0
%patch024 -p0
%patch025 -p0
%patch026 -p0
# install spell files
@ -717,6 +727,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Wed Oct 13 2010 Karsten Hopp <karsten@redhat.com> 7.3.026-1
- patchlevel 026
* Sun Oct 10 2010 Karsten Hopp <karsten@redhat.com> 7.3.021-1
- patchlevel 021