- patchlevel 615
This commit is contained in:
parent
4059399d0c
commit
88d5f23a3c
@ -630,3 +630,10 @@ Individual patches for Vim 7.4:
|
||||
1457 7.4.606 may crash when using a small window
|
||||
1825 7.4.607 (after 7.4.598) compiler warnings for unused variables
|
||||
5034 7.4.608 (after 7.4.598) test_eval fails without the clipboard feature
|
||||
20895 7.4.609 the garbage collector can run out of stack space
|
||||
2518 7.4.610 some function headers may be missing from generated .pro files
|
||||
1341 7.4.611 (after 7.4.609) syntax error
|
||||
3589 7.4.612 test_eval fails on Mac
|
||||
6713 7.4.613 the NFA engine does not implement the 'redrawtime' time limit
|
||||
1880 7.4.614 there is no test for what patch 7.4.601 fixes
|
||||
4050 7.4.615 Vim hangs when freeing a lot of objects
|
||||
|
19
vim.spec
19
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 608
|
||||
%define patchlevel 615
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -655,6 +655,13 @@ Patch605: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.605
|
||||
Patch606: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.606
|
||||
Patch607: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.607
|
||||
Patch608: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.608
|
||||
Patch609: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.609
|
||||
Patch610: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.610
|
||||
Patch611: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.611
|
||||
Patch612: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.612
|
||||
Patch613: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.613
|
||||
Patch614: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.614
|
||||
Patch615: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.615
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1412,6 +1419,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch606 -p0
|
||||
%patch607 -p0
|
||||
%patch608 -p0
|
||||
%patch609 -p0
|
||||
%patch610 -p0
|
||||
%patch611 -p0
|
||||
%patch612 -p0
|
||||
%patch613 -p0
|
||||
%patch614 -p0
|
||||
%patch615 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -1929,6 +1943,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.615-1
|
||||
- patchlevel 615
|
||||
|
||||
* Wed Jan 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.608-1
|
||||
- patchlevel 608
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user