- patchlevel 729
This commit is contained in:
parent
ad954313e9
commit
62fee90a46
@ -750,3 +750,4 @@ Individual patches for Vim 7.4:
|
||||
1442 7.4.726 (after 7.4.724) cannot build GvimExt
|
||||
1709 7.4.727 (after 7.4.724) cannot build GvimExt with MingW
|
||||
2037 7.4.728 can't build with some version of Visual Studio 2015
|
||||
1647 7.4.729 (after 7.4.721) occasional crash with 'list' set
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 728
|
||||
%define patchlevel 729
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -775,6 +775,7 @@ Patch725: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.725
|
||||
Patch726: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.726
|
||||
Patch727: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.727
|
||||
Patch728: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.728
|
||||
Patch729: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.729
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1653,6 +1654,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch726 -p0
|
||||
%patch727 -p0
|
||||
%patch728 -p0
|
||||
%patch729 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -2170,6 +2172,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu May 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.729-1
|
||||
- patchlevel 729
|
||||
|
||||
* Wed May 06 2015 Karsten Hopp <karsten@redhat.com> 7.4.728-1
|
||||
- patchlevel 728
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user