- patchlevel 562

This commit is contained in:
Zdenek Dohnal 2017-04-11 21:43:47 +02:00
parent e5c16b4a5d
commit 9b750c987a
4 changed files with 33 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,3 +1,30 @@
commit ea588154d00aec288e48b344b2685e46bea99cd6
Author: Bram Moolenaar <Bram@vim.org>
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 <Bram@vim.org>
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 <Bram@vim.org>
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 <Bram@vim.org>
Date: Sun Apr 9 22:54:13 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-559.tar.bz2) = 0ac776044d12a150eb5e4cec1f9405f0c22f6a8dc1d2e7cdbdd8c4e9676db5c95234ee166708be0cb9df0f3a164b6aa454cd1be082f61d5b1d1d0c3ecbd3ffb2
SHA512 (vim-8.0-562.tar.bz2) = a935c42aba5618c7811e7db35a3a198f1d522902da353e32e45c2b5f0d4bfc9040cb0646727b2407fa5c1c3a92a034ae33dc03ed05a16a777fcd53997870b3ce

View File

@ -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 <karsten@redhat.com> 8.0.562-1
- patchlevel 562
* Mon Apr 10 2017 Karsten Hopp <karsten@redhat.com> 8.0.559-1
- patchlevel 559