diff --git a/.gitignore b/.gitignore index 1503b11..ae2eb81 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /vim-8.0-540.tar.bz2 /vim-8.0-543.tar.bz2 /vim-8.0-559.tar.bz2 +/vim-8.0-562.tar.bz2 diff --git a/README.patches b/README.patches index 07219a9..49869b4 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,30 @@ +commit ea588154d00aec288e48b344b2685e46bea99cd6 +Author: Bram Moolenaar +Date: Mon Apr 10 22:45:30 2017 +0200 + + patch 8.0.0562: not enough test coverage for syntax commands + + Problem: Not enough test coverage for syntax commands. + Solution: Add a few more tests. (Dominique Pelle, closes #1624) + +commit 478af67dd6a9adc456464c3736bda328ae3a28cb +Author: Bram Moolenaar +Date: Mon Apr 10 22:22:42 2017 +0200 + + patch 8.0.0561: undefined behavior when using backslash after empty line + + Problem: Undefined behavior when using backslash after empty line. + Solution: Check for an empty line. (Dominique Pelle, closes #1631) + +commit 451a4a1cb7797e5d9b9fd625671cb5c652e7da00 +Author: Bram Moolenaar +Date: Mon Apr 10 21:46:38 2017 +0200 + + patch 8.0.0560: :windo allows for ! but it's not supported + + Problem: :windo allows for ! but it's not supported. + Solution: Disallow passing !. (Hirohito Higashi) + commit f803a7697808f63949ea26fc256d4c9a8647089e Author: Bram Moolenaar Date: Sun Apr 9 22:54:13 2017 +0200 diff --git a/sources b/sources index 25c4a7b..7d22c4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-559.tar.bz2) = 0ac776044d12a150eb5e4cec1f9405f0c22f6a8dc1d2e7cdbdd8c4e9676db5c95234ee166708be0cb9df0f3a164b6aa454cd1be082f61d5b1d1d0c3ecbd3ffb2 +SHA512 (vim-8.0-562.tar.bz2) = a935c42aba5618c7811e7db35a3a198f1d522902da353e32e45c2b5f0d4bfc9040cb0646727b2407fa5c1c3a92a034ae33dc03ed05a16a777fcd53997870b3ce diff --git a/vim.spec b/vim.spec index 2765553..a569dab 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 559 +%define patchlevel 562 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -765,6 +765,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Tue Apr 11 2017 Karsten Hopp 8.0.562-1 +- patchlevel 562 + * Mon Apr 10 2017 Karsten Hopp 8.0.559-1 - patchlevel 559