- patchlevel 900

This commit is contained in:
Karsten Hopp 2015-10-26 11:20:04 +01:00
parent a5776443e3
commit 1a5b2d9a35
2 changed files with 10 additions and 1 deletions

View File

@ -920,3 +920,5 @@ Individual patches for Vim 7.4:
2387 7.4.896 editing a URL, which netrw should handle, doesn't work
1776 7.4.897 freeze and crash when there is a sleep in a remote command
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

View File

@ -1,4 +1,4 @@
%define patchlevel 898
%define patchlevel 900
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -945,6 +945,8 @@ Patch895: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.895
Patch896: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.896
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
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -1995,6 +1997,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch896 -p0
%patch897 -p0
%patch898 -p0
%patch899 -p0
%patch900 -p0
# install spell files
%if %{withvimspell}
@ -2557,6 +2561,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Mon Oct 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.900-1
- patchlevel 900
* Wed Oct 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.898-1
- patchlevel 898