From 9abab386c36d775bd4eedb7a62a09bdebd212525 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mar 15 2017 09:26:49 +0000 Subject: - patchlevel 458 --- diff --git a/.gitignore b/.gitignore index d42a867..11926fb 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /vim-8.0-430.tar.bz2 /vim-8.0-442.tar.bz2 /vim-8.0-456.tar.bz2 +/vim-8.0-458.tar.bz2 diff --git a/README.patches b/README.patches index 6564f79..fb9a171 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,23 @@ +commit 42f45b850df93b806ef44f3025aecedfffb9ae01 +Author: Bram Moolenaar +Date: Tue Mar 14 22:17:14 2017 +0100 + + patch 8.0.0458: potential crash if adding list or dict to dict fails + + Problem: Potential crash if adding list or dict to dict fails. + Solution: Make sure the reference count is correct. (Nikolai Pavlov, closes + #1555) + +commit 88d298aed8682eac872ebfe40df3112a6acd83e8 +Author: Bram Moolenaar +Date: Tue Mar 14 21:53:58 2017 +0100 + + patch 8.0.0457: using :move messes up manual folds + + Problem: Using :move messes up manual folds. + Solution: Split adjusting marks and folds. Add foldMoveRange(). (neovim + patch #6221) + commit 84be8b66604ef28c0e249284da3c6f0cab1c25ae Author: Bram Moolenaar Date: Mon Mar 13 22:41:42 2017 +0100 diff --git a/sources b/sources index 4386669..524b6df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-456.tar.bz2) = a71a8df49941f60336b8e28d97d203320368a4e549458fe56c1a60734533a5498e098df8491fa10516576b20a27134205fb466051d6cdfc294a3170d710a5669 +SHA512 (vim-8.0-458.tar.bz2) = c06fa5befaba5d6129dfe06b82b77b5816daf5aa32cf0d25aedc72ff880f151e50568612360d33c6f0ac86415343584e9f9d05a1b2f8f022c0e4ca69aab091fc diff --git a/vim.spec b/vim.spec index 81bf83e..54c20f7 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 456 +%define patchlevel 458 %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 15 2017 Karsten Hopp 8.0.458-1 +- patchlevel 458 + * Tue Mar 14 2017 Karsten Hopp 8.0.456-1 - patchlevel 456