diff --git a/.gitignore b/.gitignore index 1c08e3b..bfcf87a 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /vim-8.0-363.tar.bz2 /vim-8.0-381.tar.bz2 /vim-8.0-386.tar.bz2 +/vim-8.0-388.tar.bz2 diff --git a/README.patches b/README.patches index 2d39e80..953b61d 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,23 @@ +commit 1159b168dd94c1a25b4284c6544de385855df6f6 +Author: Bram Moolenaar +Date: Tue Feb 28 21:53:56 2017 +0100 + + patch 8.0.0388: filtering lines changes folds + + Problem: filtering lines through "cat", without changing the line count, + changes manual folds. + Solution: Change how marks and folds are adjusted. (Matthew Malcomson, from + neovim #6194. + +commit b113c3a618113122e62697dd73427261f8c51b2c +Author: Bram Moolenaar +Date: Tue Feb 28 21:26:17 2017 +0100 + + patch 8.0.0387: compiler warnings + + Problem: compiler warnings + Solution: Add type casts. (Christian Brabandt) + commit 5b3af14b34c97ab58bfd4699bc2f3e5a2b704117 Author: Bram Moolenaar Date: Mon Feb 27 22:59:40 2017 +0100 diff --git a/sources b/sources index 72738f9..180aa1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-386.tar.bz2) = 2876e4517ec79e1be02b814d07adc9c47eaddbb447e05fa1e16ee9d1b5e919e77b3bfb148cdd5c4cdafc3bcf0dd952734158a6e41ae3372abe2d5ecc62cd2a60 +SHA512 (vim-8.0-388.tar.bz2) = d02f76ed7025af384e14d4bdd1294cb7b7f3c0de6f89afb21e21852c16e7d62a1d2c8e8fddf6d22f17bf9d2464ee41bde21ae3e15f61bfe65717c11faff30d58 diff --git a/vim.spec b/vim.spec index 364571a..146bced 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 386 +%define patchlevel 388 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -763,6 +763,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Wed Mar 01 2017 Karsten Hopp 8.0.388-1 +- patchlevel 388 + * Tue Feb 28 2017 Karsten Hopp 8.0.386-1 - patchlevel 386