- patchlevel 902

This commit is contained in:
Karsten Hopp 2015-10-31 11:35:38 +01:00
parent 4c88de8775
commit d7795642cc
2 changed files with 10 additions and 1 deletions

View File

@ -922,3 +922,5 @@ Individual patches for Vim 7.4:
1419 7.4.898 the 'fixendofline' option is set on with ":edit"
4930 7.4.899 README file is not optimal
2100 7.4.900 (after 7.4.899) README file can still be improved
2150 7.4.901 BufLeave autocommand an corrupt undo
13294 7.4.902 problems with using the MS-Windows console

View File

@ -1,4 +1,4 @@
%define patchlevel 900
%define patchlevel 902
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -947,6 +947,8 @@ Patch897: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.897
Patch898: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.898
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
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
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -1999,6 +2001,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch898 -p0
%patch899 -p0
%patch900 -p0
%patch901 -p0
%patch902 -p0
# install spell files
%if %{withvimspell}
@ -2561,6 +2565,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sat Oct 31 2015 Karsten Hopp <karsten@redhat.com> 7.4.902-1
- patchlevel 902
* Mon Oct 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.900-1
- patchlevel 900