From 6bff641bdf1bba704410aee0e956574fc3cf6ea5 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Dec 01 2014 17:00:18 +0000 Subject: - patchlevel 540 --- diff --git a/README.patches b/README.patches index 4100da5..c03804f 100644 --- a/README.patches +++ b/README.patches @@ -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 diff --git a/vim.spec b/vim.spec index 5d684da..388c95b 100644 --- a/vim.spec +++ b/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 7.4.540-1 +- patchlevel 540 + * Sun Nov 30 2014 Karsten Hopp 7.4.539-1 - patchlevel 539