From cdfafb39dd96bf0b84c7d1ce377054f098dd7473 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 3 Jul 2015 18:00:05 +0200 Subject: [PATCH] - patchlevel 768 --- README.patches | 4 ++++ vim.spec | 13 ++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.patches b/README.patches index ff809eb7..8c57e7da 100644 --- a/README.patches +++ b/README.patches @@ -786,3 +786,7 @@ Individual patches for Vim 7.4: 2084 7.4.762 (after 7.4.757) comment for may_req_bg_color() is wrong 5135 7.4.763 (after 7.4.759) building with Lua 5.1 doesn't work 1553 7.4.764 (after 7.4.754) test_increment fails on MS-Windows + 12311 7.4.765 (after 7.4.754) CTRL-A/CTRL-X in Visual mode do not work well + 3085 7.4.766 (after 7.4.757) bg color check does not work on Tera Term + 2200 7.4.767 --remote-tab-silent can fail on MS-Windows + 6780 7.4.768 :diffoff only works properly once diff --git a/vim.spec b/vim.spec index 4c86d14a..d76be2b8 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 764 +%define patchlevel 768 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -811,6 +811,10 @@ Patch761: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.761 Patch762: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.762 Patch763: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.763 Patch764: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.764 +Patch765: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.765 +Patch766: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.766 +Patch767: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.767 +Patch768: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.768 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1725,6 +1729,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch762 -p0 %patch763 -p0 %patch764 -p0 +%patch765 -p0 +%patch766 -p0 +%patch767 -p0 +%patch768 -p0 # install spell files %if %{withvimspell} @@ -2281,6 +2289,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Jul 03 2015 Karsten Hopp 7.4.768-1 +- patchlevel 768 + * Mon Jun 29 2015 Karsten Hopp 7.4.764-1 - patchlevel 764