From 0100e9a368a5149fd6880578b4f8a58fd03c6e7c Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Sep 10 2015 09:20:04 +0000 Subject: - patchlevel 865 --- diff --git a/README.patches b/README.patches index 6548643..0539794 100644 --- a/README.patches +++ b/README.patches @@ -883,3 +883,7 @@ Individual patches for Vim 7.4: 1653 7.4.859 Vim doesn't recognize all htmldjango files 18401 7.4.860 filetype detection is outdated 4357 7.4.861 (after 7.4.855) pango_shape_full() is not always available + 3012 7.4.862 (after 7.4.861) still problems with pango_shape_full() + 4501 7.4.863 plines_nofill() used without the diff feature + 3940 7.4.864 (after 7.4.858) tiny build fails + 1434 7.4.865 compiler warning for uninitialized variable diff --git a/vim.spec b/vim.spec index 6f5d576..91a8666 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 861 +%define patchlevel 865 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -908,6 +908,10 @@ Patch858: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.858 Patch859: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.859 Patch860: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.860 Patch861: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.861 +Patch862: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.862 +Patch863: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.863 +Patch864: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.864 +Patch865: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.865 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1919,6 +1923,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch859 -p0 %patch860 -p0 %patch861 -p0 +%patch862 -p0 +%patch863 -p0 +%patch864 -p0 +%patch865 -p0 # install spell files %if %{withvimspell} @@ -2478,6 +2486,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu Sep 10 2015 Karsten Hopp 7.4.865-1 +- patchlevel 865 + * Wed Sep 09 2015 Karsten Hopp 7.4.861-1 - patchlevel 861