- patchlevel 560

This commit is contained in:
Karsten Hopp 2014-12-18 18:00:13 +01:00
parent bf8b256b5b
commit 0bf1054ebc
2 changed files with 13 additions and 1 deletions

View File

@ -579,3 +579,6 @@ Individual patches for Vim 7.4:
1970 7.4.555 test_close_count may fail for some combination of features 1970 7.4.555 test_close_count may fail for some combination of features
2121 7.4.556 failed commands in Python interface not handled correctly 2121 7.4.556 failed commands in Python interface not handled correctly
1997 7.4.557 one more small issue 1997 7.4.557 one more small issue
1690 7.4.558 when the X server restarts Vim may get stuck
3549 7.4.559 block append inside tab is wrong when virtualedit is set
5331 7.4.560 memory leak using :wviminfo; Issue 296

View File

@ -1,4 +1,4 @@
%define patchlevel 557 %define patchlevel 560
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -604,6 +604,9 @@ Patch554: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.554
Patch555: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.555 Patch555: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.555
Patch556: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.556 Patch556: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.556
Patch557: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.557 Patch557: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.557
Patch558: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.558
Patch559: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.559
Patch560: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.560
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1308,6 +1311,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch555 -p0 %patch555 -p0
%patch556 -p0 %patch556 -p0
%patch557 -p0 %patch557 -p0
%patch558 -p0
%patch559 -p0
%patch560 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -1825,6 +1831,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Thu Dec 18 2014 Karsten Hopp <karsten@redhat.com> 7.4.560-1
- patchlevel 560
* Wed Dec 17 2014 Karsten Hopp <karsten@redhat.com> 7.4.557-1 * Wed Dec 17 2014 Karsten Hopp <karsten@redhat.com> 7.4.557-1
- patchlevel 557 - patchlevel 557