From 98a456b437993a1e619e8b8c3b022a2536c51d2b Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Nov 16 2016 16:49:23 +0000 Subject: - patchlevel 86 --- diff --git a/.gitignore b/.gitignore index 407038e..2bbf56b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /vim-8.0-070.tar.bz2 /vim-8.0-084.tar.bz2 /vim-8.0-085.tar.bz2 +/vim-8.0-086.tar.bz2 diff --git a/README.patches b/README.patches index ea0ebc1..b4c1c9d 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,11 @@ +commit 2256c9947164229c0960803e2a2992b793c23298 +Author: Bram Moolenaar +Date: Tue Nov 15 21:17:07 2016 +0100 + + patch 8.0.0086 + Problem: Cannot add a comment after ":hide". (Norio Takagi) + Solution: Make it work, add a test. (Hirohito Higashi) + commit 8a01f969c198eeb655ad2f96f2796a6f6f4a1924 Author: Bram Moolenaar Date: Mon Nov 14 21:50:00 2016 +0100 diff --git a/sources b/sources index 9c7d6b4..a47adea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e81e5befda7756fa95aca8543f9db8cc vim-8.0-085.tar.bz2 +951efa68356514899cb1269dd1318e94 vim-8.0-086.tar.bz2 diff --git a/vim.spec b/vim.spec index 86ea0c3..d591e9c 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 085 +%define patchlevel 086 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -754,6 +754,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Wed Nov 16 2016 Karsten Hopp 8.0.086-1 +- patchlevel 086 + * Tue Nov 15 2016 Karsten Hopp 8.0.085-1 - patchlevel 085