- patchlevel 589

This commit is contained in:
Karsten Hopp 2015-01-21 16:18:17 +01:00
parent 2694bd33bd
commit 5aa1bb4fff
2 changed files with 13 additions and 1 deletions

View File

@ -608,3 +608,6 @@ Individual patches for Vim 7.4:
2093 7.4.584 with tiny features test_command_count may fail 2093 7.4.584 with tiny features test_command_count may fail
3336 7.4.585 range for :bdelete does not work 3336 7.4.585 range for :bdelete does not work
1324 7.4.586 parallel building of documentation html files is not reliable 1324 7.4.586 parallel building of documentation html files is not reliable
7106 7.4.587 conceal does not work properly with 'linebreak'
6287 7.4.588 ":0argedit foo" puts the new argument in the second place
1927 7.4.589 MS-Windows console: Vim can't handle greek utf-8 characters

View File

@ -1,4 +1,4 @@
%define patchlevel 586 %define patchlevel 589
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -633,6 +633,9 @@ Patch583: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.583
Patch584: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.584 Patch584: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.584
Patch585: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.585 Patch585: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.585
Patch586: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.586 Patch586: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.586
Patch587: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.587
Patch588: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.588
Patch589: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.589
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -1368,6 +1371,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch584 -p0 %patch584 -p0
%patch585 -p0 %patch585 -p0
%patch586 -p0 %patch586 -p0
%patch587 -p0
%patch588 -p0
%patch589 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -1885,6 +1891,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Jan 21 2015 Karsten Hopp <karsten@redhat.com> 7.4.589-1
- patchlevel 589
* Tue Jan 20 2015 Karsten Hopp <karsten@redhat.com> 7.4.586-1 * Tue Jan 20 2015 Karsten Hopp <karsten@redhat.com> 7.4.586-1
- patchlevel 586 - patchlevel 586