From c55df26dcaa7983e64f848688248e0ba1bdb0ae4 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 7 Feb 2017 13:47:40 +0100 Subject: [PATCH] - patchlevel 314 --- .gitignore | 1 + README.patches | 29 +++++++++++++++++++++++++++++ sources | 2 +- vim.spec | 5 ++++- 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a0b1b52..2857a17d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /vim-8.0-275.tar.bz2 /vim-8.0-297.tar.bz2 /vim-8.0-311.tar.bz2 +/vim-8.0-314.tar.bz2 diff --git a/README.patches b/README.patches index f519b98a..69a7ee3e 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,32 @@ +commit 65189a1294307abf007faab7385dc0145ba72b06 +Author: Bram Moolenaar +Date: Mon Feb 6 22:22:17 2017 +0100 + + patch 8.0.0314: getcmd*() functions are not tested + + Problem: getcmdtype(), getcmdpos() and getcmdline() are not tested. + Solution: Add tests. (Yegappan Lakshmanan) + +commit 6f785749db766205616fcf8438f43d1859d8f5e4 +Author: Bram Moolenaar +Date: Mon Feb 6 22:11:55 2017 +0100 + + patch 8.0.0313: not enough testing for GUI functionality + + Problem: Not enough testing for GUI functionality. + Solution: Add tests for the GUI font. (Kazunobu Kuriyama) + +commit 88989cc381c764978f7d7c8e387f3efc21333b4b +Author: Bram Moolenaar +Date: Mon Feb 6 21:56:09 2017 +0100 + + patch 8.0.0312: failure when a channel receives a split json message + + Problem: When a json message arrives in pieces, the start is dropped and + the decoding fails. + Solution: Do not drop the start when it is still needed. (Kay Zheng) Add a + test. Reset the timeout when something is received. + commit 544d3bc9f0e494cb712a33b61558b8e8e12b1e0b Author: Bram Moolenaar Date: Sun Feb 5 21:14:50 2017 +0100 diff --git a/sources b/sources index 0f4d97b1..69398a30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-311.tar.bz2) = 0198a342b0c212b6c9c119d76791e4de5cd5fa6e42ff97c3d26fff1e5afa66aa2bf594ec9e6c556425ea0098982af94160c32cc83723fe5bdb58ecf73da847f1 +SHA512 (vim-8.0-314.tar.bz2) = 923533e2b9f8f95f3106cd941541f96d737d9fac2004d8235f7a4c992b888e4e247b84aa4b34e7bc66ac8907359809fe27b8f8ae659f5741e595c124348c8f22 diff --git a/vim.spec b/vim.spec index 71675efe..d3cda17b 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 311 +%define patchlevel 314 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -756,6 +756,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Tue Feb 07 2017 Karsten Hopp 8.0.314-1 +- patchlevel 314 + * Mon Feb 06 2017 Karsten Hopp 8.0.311-1 - patchlevel 311