- patchlevel 711

This commit is contained in:
Karsten Hopp 2015-04-22 18:00:05 +02:00
parent 9d8b97f0dd
commit 14d4bab6ac
2 changed files with 13 additions and 1 deletions

View File

@ -730,3 +730,6 @@ Individual patches for Vim 7.4:
2207 7.4.706 drawing error when 'laststatus' zero and a cmdline window
1623 7.4.707 undo files can have their executable bit set
20526 7.4.708 gettext() is called too often
8809 7.4.709 ":tabmove" does not work as documented
10791 7.4.710 it is not possible to make spaces visibible in list mode
1437 7.4.711 (after 7.4.710) missing change in one file

View File

@ -1,4 +1,4 @@
%define patchlevel 708
%define patchlevel 711
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -755,6 +755,9 @@ Patch705: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.705
Patch706: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.706
Patch707: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.707
Patch708: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.708
Patch709: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.709
Patch710: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.710
Patch711: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.711
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -1613,6 +1616,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch706 -p0
%patch707 -p0
%patch708 -p0
%patch709 -p0
%patch710 -p0
%patch711 -p0
# install spell files
%if %{withvimspell}
@ -2130,6 +2136,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Wed Apr 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.711-1
- patchlevel 711
* Tue Apr 21 2015 Karsten Hopp <karsten@redhat.com> 7.4.708-1
- patchlevel 708