- patchlevel 891
This commit is contained in:
parent
1c56f40cbb
commit
f342dec5a8
@ -912,3 +912,4 @@ Individual patches for Vim 7.4:
|
|||||||
4794 7.4.888 OptionSet autocommands are not triggered from setwinvar()
|
4794 7.4.888 OptionSet autocommands are not triggered from setwinvar()
|
||||||
3145 7.4.889 triggering OptionSet from setwinvar() isn't tested
|
3145 7.4.889 triggering OptionSet from setwinvar() isn't tested
|
||||||
2032 7.4.890 build failure when using dynamic python but not python3
|
2032 7.4.890 build failure when using dynamic python but not python3
|
||||||
|
5013 7.4.891 indentation of array initializer is wrong
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 890
|
%define patchlevel 891
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -937,6 +937,7 @@ Patch887: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.887
|
|||||||
Patch888: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.888
|
Patch888: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.888
|
||||||
Patch889: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.889
|
Patch889: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.889
|
||||||
Patch890: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.890
|
Patch890: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.890
|
||||||
|
Patch891: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.891
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1979,6 +1980,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch888 -p0
|
%patch888 -p0
|
||||||
%patch889 -p0
|
%patch889 -p0
|
||||||
%patch890 -p0
|
%patch890 -p0
|
||||||
|
%patch891 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2541,6 +2543,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 08 2015 Karsten Hopp <karsten@redhat.com> 7.4.891-1
|
||||||
|
- patchlevel 891
|
||||||
|
|
||||||
* Wed Oct 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.890-1
|
* Wed Oct 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.890-1
|
||||||
- patchlevel 890
|
- patchlevel 890
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user