- patchlevel 903

This commit is contained in:
Karsten Hopp 2015-11-02 11:20:04 +01:00
parent ccfa150d48
commit 0516cb27e5
2 changed files with 7 additions and 1 deletions

View File

@ -924,3 +924,4 @@ Individual patches for Vim 7.4:
2100 7.4.900 (after 7.4.899) README file can still be improved 2100 7.4.900 (after 7.4.899) README file can still be improved
2150 7.4.901 BufLeave autocommand an corrupt undo 2150 7.4.901 BufLeave autocommand an corrupt undo
13294 7.4.902 problems with using the MS-Windows console 13294 7.4.902 problems with using the MS-Windows console
1820 7.4.903 MS-Windows: expandinig wildcards may cause bad memory access

View File

@ -1,4 +1,4 @@
%define patchlevel 902 %define patchlevel 903
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -949,6 +949,7 @@ Patch899: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.899
Patch900: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.900 Patch900: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.900
Patch901: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.901 Patch901: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.901
Patch902: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.902 Patch902: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.902
Patch903: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.903
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -2003,6 +2004,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch900 -p0 %patch900 -p0
%patch901 -p0 %patch901 -p0
%patch902 -p0 %patch902 -p0
%patch903 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2565,6 +2567,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Mon Nov 02 2015 Karsten Hopp <karsten@redhat.com> 7.4.903-1
- patchlevel 903
* Sat Oct 31 2015 Karsten Hopp <karsten@redhat.com> 7.4.902-1 * Sat Oct 31 2015 Karsten Hopp <karsten@redhat.com> 7.4.902-1
- patchlevel 902 - patchlevel 902