- patchlevel 890
This commit is contained in:
parent
3d68d97cee
commit
857d79a4e6
@ -911,3 +911,4 @@ Individual patches for Vim 7.4:
|
|||||||
1873 7.4.887 using uninitialized memory for regexp with back reference
|
1873 7.4.887 using uninitialized memory for regexp with back reference
|
||||||
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
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 889
|
%define patchlevel 890
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -936,6 +936,7 @@ Patch886: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.886
|
|||||||
Patch887: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.887
|
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
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1977,6 +1978,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch887 -p0
|
%patch887 -p0
|
||||||
%patch888 -p0
|
%patch888 -p0
|
||||||
%patch889 -p0
|
%patch889 -p0
|
||||||
|
%patch890 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2539,6 +2541,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.890-1
|
||||||
|
- patchlevel 890
|
||||||
|
|
||||||
* Wed Sep 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.889-1
|
* Wed Sep 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.889-1
|
||||||
- patchlevel 889
|
- patchlevel 889
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user