From c9d3c431872219c9319c05b40c4434802c50a3df Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Nov 22 2015 10:20:04 +0000 Subject: - patchlevel 934 --- diff --git a/README.patches b/README.patches index 5b109b3..2b872de 100644 --- a/README.patches +++ b/README.patches @@ -952,3 +952,7 @@ Individual patches for Vim 7.4: 1891 7.4.928 a clientserver message interrupts handling keys of a mapping 2457 7.4.929 "gv" after paste selects one char less if 'sel' is "exclusive" 2135 7.4.930 MS-Windows: Most users appear not to like the window border + 1446 7.4.931 (after 7.4.929) test 94 fails on some systems + 3398 7.4.932 (after 7.4.926) test_utf8 has confusing dummy command + 1411 7.4.933 (after 7.4.926) crash using longest match in completion + 1381 7.4.934 Appveyor also builds on a tag push diff --git a/vim.spec b/vim.spec index 5491d1d..b02f5b0 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 930 +%define patchlevel 934 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -977,6 +977,10 @@ Patch927: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.927 Patch928: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.928 Patch929: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.929 Patch930: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.930 +Patch931: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.931 +Patch932: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.932 +Patch933: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.933 +Patch934: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.934 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -2059,6 +2063,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch928 -p0 %patch929 -p0 %patch930 -p0 +%patch931 -p0 +%patch932 -p0 +%patch933 -p0 +%patch934 -p0 # install spell files %if %{withvimspell} @@ -2621,6 +2629,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sun Nov 22 2015 Karsten Hopp 7.4.934-1 +- patchlevel 934 + * Fri Nov 20 2015 Karsten Hopp 7.4.930-1 - patchlevel 930