- patchlevel 889
This commit is contained in:
parent
fa40a824cd
commit
432a09ffac
@ -906,3 +906,8 @@ Individual patches for Vim 7.4:
|
||||
1623 7.4.882 popup menu remains visible when leaving command line window
|
||||
2651 7.4.883 (after 7.4.818) block-mode replace works characterwise
|
||||
1293 7.4.884 Travis also builds on a tag push
|
||||
2287 7.4.885 upwards search without wildcards does not always work
|
||||
2908 7.4.886 (after 7.4.876) Windows7: screen flicker when using system()
|
||||
1873 7.4.887 using uninitialized memory for regexp with back reference
|
||||
4794 7.4.888 OptionSet autocommands are not triggered from setwinvar()
|
||||
3145 7.4.889 triggering OptionSet from setwinvar() isn't tested
|
||||
|
15
vim.spec
15
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 884
|
||||
%define patchlevel 889
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -931,6 +931,11 @@ Patch881: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.881
|
||||
Patch882: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.882
|
||||
Patch883: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.883
|
||||
Patch884: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.884
|
||||
Patch885: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.885
|
||||
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
|
||||
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
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1967,6 +1972,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch882 -p0
|
||||
%patch883 -p0
|
||||
%patch884 -p0
|
||||
%patch885 -p0
|
||||
%patch886 -p0
|
||||
%patch887 -p0
|
||||
%patch888 -p0
|
||||
%patch889 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -2529,6 +2539,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.889-1
|
||||
- patchlevel 889
|
||||
|
||||
* Sat Sep 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.884-1
|
||||
- patchlevel 884
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user