- patchlevel 738
This commit is contained in:
parent
26efd19e29
commit
d1b3b82565
@ -759,3 +759,4 @@ Individual patches for Vim 7.4:
|
||||
1514 7.4.735 wrong argument for sizeof()
|
||||
2537 7.4.736 invalid memory access
|
||||
1573 7.4.737 on MS-Windows vimgrep over arglist doesn't work (Issue 361)
|
||||
2961 7.4.738 (after 7.4.732) can't compile without the syntax HL feature
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 737
|
||||
%define patchlevel 738
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -784,6 +784,7 @@ Patch734: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.734
|
||||
Patch735: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.735
|
||||
Patch736: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.736
|
||||
Patch737: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.737
|
||||
Patch738: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.738
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1671,6 +1672,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch735 -p0
|
||||
%patch736 -p0
|
||||
%patch737 -p0
|
||||
%patch738 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -2227,6 +2229,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.738-1
|
||||
- patchlevel 738
|
||||
|
||||
* Wed Jun 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.737-1
|
||||
- patchlevel 737
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user