- patchlevel 540

This commit is contained in:
Karsten Hopp 2014-12-01 18:00:18 +01:00
parent f50f8609c7
commit 6bff641bdf
2 changed files with 7 additions and 1 deletions

View File

@ -561,3 +561,4 @@ Individual patches for Vim 7.4:
3897 7.4.537 value of v:hlsearch reflects an internal variable 3897 7.4.537 value of v:hlsearch reflects an internal variable
5830 7.4.538 tests fail with small features plus Python 5830 7.4.538 tests fail with small features plus Python
7422 7.4.539 (after 7.4.530) crash when computing buffer count 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

View File

@ -1,4 +1,4 @@
%define patchlevel 539 %define patchlevel 540
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %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 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 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 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 Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.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 %patch537 -p0
%patch538 -p0 %patch538 -p0
%patch539 -p0 %patch539 -p0
%patch540 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -1789,6 +1791,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %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 * Sun Nov 30 2014 Karsten Hopp <karsten@redhat.com> 7.4.539-1
- patchlevel 539 - patchlevel 539