- patchlevel 618
This commit is contained in:
parent
565146f5d4
commit
936c19333d
@ -637,3 +637,6 @@ Individual patches for Vim 7.4:
|
|||||||
6713 7.4.613 the NFA engine does not implement the 'redrawtime' time limit
|
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
|
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
|
4050 7.4.615 Vim hangs when freeing a lot of objects
|
||||||
|
4582 7.4.616 cannot insert a tab in front of a block
|
||||||
|
2790 7.4.617 wrong ":argdo" range does not cause an error
|
||||||
|
1337 7.4.618 (after 7.4.609) luaV_setref() is missing a return statement
|
||||||
|
11
vim.spec
11
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 615
|
%define patchlevel 618
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -662,6 +662,9 @@ 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
|
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
|
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
|
Patch615: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.615
|
||||||
|
Patch616: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.616
|
||||||
|
Patch617: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.617
|
||||||
|
Patch618: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.618
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1426,6 +1429,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch613 -p0
|
%patch613 -p0
|
||||||
%patch614 -p0
|
%patch614 -p0
|
||||||
%patch615 -p0
|
%patch615 -p0
|
||||||
|
%patch616 -p0
|
||||||
|
%patch617 -p0
|
||||||
|
%patch618 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1943,6 +1949,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.618-1
|
||||||
|
- patchlevel 618
|
||||||
|
|
||||||
* Tue Feb 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.615-1
|
* Tue Feb 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.615-1
|
||||||
- patchlevel 615
|
- patchlevel 615
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user