- patchlevel 682
This commit is contained in:
parent
d6b3df4115
commit
d48fd71de6
@ -703,3 +703,4 @@ Individual patches for Vim 7.4:
|
||||
2444 7.4.679 color values greater than 255 cause problems on MS-Windows
|
||||
9657 7.4.680 CTRL-W in Insert mode does not work well for multi-byte chars
|
||||
2327 7.4.681 MS-Windows: with minimized Vim window height is incorrect
|
||||
2603 7.4.682 search and match highlighting replace cursorline highlighting
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 681
|
||||
%define patchlevel 682
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -728,6 +728,7 @@ Patch678: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.678
|
||||
Patch679: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.679
|
||||
Patch680: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.680
|
||||
Patch681: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.681
|
||||
Patch682: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.682
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1559,6 +1560,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch679 -p0
|
||||
%patch680 -p0
|
||||
%patch681 -p0
|
||||
%patch682 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -2076,6 +2078,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 25 2015 Karsten Hopp <karsten@redhat.com> 7.4.682-1
|
||||
- patchlevel 682
|
||||
|
||||
* Tue Mar 24 2015 Karsten Hopp <karsten@redhat.com> 7.4.681-1
|
||||
- patchlevel 681
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user