- patchlevel 900
This commit is contained in:
parent
a5776443e3
commit
1a5b2d9a35
@ -920,3 +920,5 @@ Individual patches for Vim 7.4:
|
|||||||
2387 7.4.896 editing a URL, which netrw should handle, doesn't work
|
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
|
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"
|
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
|
||||||
|
9
vim.spec
9
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 898
|
%define patchlevel 900
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%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
|
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
|
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
|
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
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
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
|
%patch896 -p0
|
||||||
%patch897 -p0
|
%patch897 -p0
|
||||||
%patch898 -p0
|
%patch898 -p0
|
||||||
|
%patch899 -p0
|
||||||
|
%patch900 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2557,6 +2561,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.898-1
|
||||||
- patchlevel 898
|
- patchlevel 898
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user