- patchlevel 458

This commit is contained in:
Karsten Hopp 2014-09-24 11:40:35 +02:00
parent 398a64529f
commit d3bdba21e8
2 changed files with 7 additions and 1 deletions

View File

@ -481,3 +481,4 @@ Individual patches for Vim 7.4:
5104 7.4.455 completion for :buf does not use 'wildignorecase' 5104 7.4.455 completion for :buf does not use 'wildignorecase'
12212 7.4.456 'backupcopy' is global, can't set a local value 12212 7.4.456 'backupcopy' is global, can't set a local value
1513 7.4.457 cannot recognize getchar() returning K_CURSORHOLD 1513 7.4.457 cannot recognize getchar() returning K_CURSORHOLD
1633 7.4.458 issue 252: Cursor moves in a zero-height window

View File

@ -1,4 +1,4 @@
%define patchlevel 457 %define patchlevel 458
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -504,6 +504,7 @@ Patch454: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.454
Patch455: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.455 Patch455: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.455
Patch456: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.456 Patch456: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.456
Patch457: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.457 Patch457: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.457
Patch458: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.458
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1107,6 +1108,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch455 -p0 %patch455 -p0
%patch456 -p0 %patch456 -p0
%patch457 -p0 %patch457 -p0
%patch458 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -1623,6 +1625,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Sep 24 2014 Karsten Hopp <karsten@redhat.com> 7.4.458-1
- patchlevel 458
* Tue Sep 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.457-1 * Tue Sep 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.457-1
- patchlevel 457 - patchlevel 457