From 708719cf70dbbab70a98f3cc93ada5dbb7bd9c0e Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 19 Dec 2016 07:54:34 +0100 Subject: [PATCH] - patchlevel 134 --- .gitignore | 1 + README.patches | 8 ++++++++ sources | 2 +- vim.spec | 7 +++++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a53930de..0ce30ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /vim-8.0-118.tar.bz2 /vim-8.0-124.tar.bz2 /vim-8.0-133.tar.bz2 +/vim-8.0-134.tar.bz2 diff --git a/README.patches b/README.patches index 26b40f30..855a72af 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,11 @@ +commit c4bfedabe057c05f09a455a5851089e177fa9c00 +Author: Bram Moolenaar +Date: Wed Dec 14 21:42:00 2016 +0100 + + patch 8.0.0134 + Problem: Null pointer access reported by UBsan. + Solution: Check curwin->w_buffer is not NULL. (Yegappan Lakshmanan) + commit fe38b494fff56cd9b2fcaeef26a8fd7b6557d69c Author: Bram Moolenaar Date: Sun Dec 11 21:34:23 2016 +0100 diff --git a/sources b/sources index c5767ec7..7a1904b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-133.tar.bz2) = bf2307afe3607f5fc768ce2537e2e829a435679f6e2d0fc2fe7039007210d8c73e06ba88e4daa90ee6db84f20a632495253f42d46d2381df708f1c855a99c4d4 +SHA512 (vim-8.0-134.tar.bz2) = f96cdb3e5fb2f53d4d1b8487da1929fd20d9a432526ce5eec45896ee2adfbec7762232635534639bd465bd3765840cdc95cc3d47194f38a5a44aa9182642d51c diff --git a/vim.spec b/vim.spec index bd1a43b7..9ba28963 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 133 +%define patchlevel 134 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -21,7 +21,7 @@ Summary: The VIM editor URL: http://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 2%{?dist} +Release: 1%{?dist} License: Vim Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 @@ -754,6 +754,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Mon Dec 19 2016 Karsten Hopp 8.0.134-1 +- patchlevel 134 + * Thu Dec 15 2016 Zdenek Dohnal - 2:8.0.133-2 - f24->f25 vim: copy paste no longer works (bug #1401410) - change mouse default setting to 'v'