- patchlevel 711
This commit is contained in:
parent
9d8b97f0dd
commit
14d4bab6ac
@ -730,3 +730,6 @@ Individual patches for Vim 7.4:
|
|||||||
2207 7.4.706 drawing error when 'laststatus' zero and a cmdline window
|
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
|
1623 7.4.707 undo files can have their executable bit set
|
||||||
20526 7.4.708 gettext() is called too often
|
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
|
||||||
|
11
vim.spec
11
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 708
|
%define patchlevel 711
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%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
|
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
|
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
|
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
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
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
|
%patch706 -p0
|
||||||
%patch707 -p0
|
%patch707 -p0
|
||||||
%patch708 -p0
|
%patch708 -p0
|
||||||
|
%patch709 -p0
|
||||||
|
%patch710 -p0
|
||||||
|
%patch711 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2130,6 +2136,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 21 2015 Karsten Hopp <karsten@redhat.com> 7.4.708-1
|
||||||
- patchlevel 708
|
- patchlevel 708
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user