- patchlevel 682

This commit is contained in:
Karsten Hopp 2015-03-25 18:00:03 +01:00
parent d6b3df4115
commit d48fd71de6
2 changed files with 7 additions and 1 deletions

View File

@ -703,3 +703,4 @@ Individual patches for Vim 7.4:
2444 7.4.679 color values greater than 255 cause problems on MS-Windows 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 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 2327 7.4.681 MS-Windows: with minimized Vim window height is incorrect
2603 7.4.682 search and match highlighting replace cursorline highlighting

View File

@ -1,4 +1,4 @@
%define patchlevel 681 %define patchlevel 682
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %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 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 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 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 Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch 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 %patch679 -p0
%patch680 -p0 %patch680 -p0
%patch681 -p0 %patch681 -p0
%patch682 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2076,6 +2078,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %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 * Tue Mar 24 2015 Karsten Hopp <karsten@redhat.com> 7.4.681-1
- patchlevel 681 - patchlevel 681