- patchlevel 690
This commit is contained in:
parent
d1bffbcb2b
commit
077f479dba
@ -710,3 +710,5 @@ Individual patches for Vim 7.4:
|
|||||||
3157 7.4.686 "zr" and "zm" do not take a count
|
3157 7.4.686 "zr" and "zm" do not take a count
|
||||||
9372 7.4.687 there is no way to use a different Replace cursor in terminal
|
9372 7.4.687 there is no way to use a different Replace cursor in terminal
|
||||||
1697 7.4.688 when "$" is in 'cpo' the popup menu isn't undrawn correctly
|
1697 7.4.688 when "$" is in 'cpo' the popup menu isn't undrawn correctly
|
||||||
|
4590 7.4.689 MS-Windows: problem with diff mode when 'autochdir' is set
|
||||||
|
3392 7.4.690 memory access errors when changing indent in Ex mode
|
||||||
|
9
vim.spec
9
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 688
|
%define patchlevel 690
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -735,6 +735,8 @@ Patch685: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.685
|
|||||||
Patch686: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.686
|
Patch686: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.686
|
||||||
Patch687: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.687
|
Patch687: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.687
|
||||||
Patch688: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.688
|
Patch688: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.688
|
||||||
|
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.689
|
||||||
|
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.690
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1573,6 +1575,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch686 -p0
|
%patch686 -p0
|
||||||
%patch687 -p0
|
%patch687 -p0
|
||||||
%patch688 -p0
|
%patch688 -p0
|
||||||
|
%patch689 -p0
|
||||||
|
%patch690 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2090,6 +2094,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.690-1
|
||||||
|
- patchlevel 690
|
||||||
|
|
||||||
* Wed Apr 01 2015 Karsten Hopp <karsten@redhat.com> 7.4.688-1
|
* Wed Apr 01 2015 Karsten Hopp <karsten@redhat.com> 7.4.688-1
|
||||||
- patchlevel 688
|
- patchlevel 688
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user