From cf8e5d0858ad324cf5eeeb94891521e2c9530016 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Dec 07 2014 17:00:12 +0000 Subject: - patchlevel 541 --- diff --git a/README.patches b/README.patches index c03804f..a45391a 100644 --- a/README.patches +++ b/README.patches @@ -562,3 +562,4 @@ Individual patches for Vim 7.4: 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 + 2795 7.4.541 crash when doing a range assign diff --git a/vim.spec b/vim.spec index 388c95b..ed43ab7 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 540 +%define patchlevel 541 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -587,6 +587,7 @@ 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 +Patch541: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.541 Patch3000: vim-7.4-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -1274,6 +1275,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch538 -p0 %patch539 -p0 %patch540 -p0 +%patch541 -p0 # install spell files %if %{withvimspell} @@ -1791,6 +1793,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sun Dec 07 2014 Karsten Hopp 7.4.541-1 +- patchlevel 541 + * Mon Dec 01 2014 Karsten Hopp 7.4.540-1 - patchlevel 540