- patchlevel 540
This commit is contained in:
parent
f50f8609c7
commit
6bff641bdf
@ -561,3 +561,4 @@ Individual patches for Vim 7.4:
|
||||
3897 7.4.537 value of v:hlsearch reflects an internal variable
|
||||
5830 7.4.538 tests fail with small features plus Python
|
||||
7422 7.4.539 (after 7.4.530) crash when computing buffer count
|
||||
1802 7.4.540 (after 7.4.539) cannot build with tiny and small features
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 539
|
||||
%define patchlevel 540
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -586,6 +586,7 @@ Patch536: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.536
|
||||
Patch537: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.537
|
||||
Patch538: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.538
|
||||
Patch539: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.539
|
||||
Patch540: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.540
|
||||
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -1272,6 +1273,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch537 -p0
|
||||
%patch538 -p0
|
||||
%patch539 -p0
|
||||
%patch540 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -1789,6 +1791,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 01 2014 Karsten Hopp <karsten@redhat.com> 7.4.540-1
|
||||
- patchlevel 540
|
||||
|
||||
* Sun Nov 30 2014 Karsten Hopp <karsten@redhat.com> 7.4.539-1
|
||||
- patchlevel 539
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user