Merge branch 'f26'

This commit is contained in:
Zdenek Dohnal 2017-06-20 09:40:32 +02:00
commit 9d7b635c49
4 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -78,3 +78,4 @@
/vim-8.0-636.tar.bz2
/vim-8.0-642.tar.bz2
/vim-8.0-647.tar.bz2
/vim-8.0-648.tar.bz2

View File

@ -1,3 +1,13 @@
commit fadacf01d0dbcc7a96ef5eee0ad57956eeab04d7
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jun 19 20:35:32 2017 +0200
patch 8.0.0648: possible use of NULL pointer
Problem: Possible use of NULL pointer if buflist_new() returns NULL.
(Coverity)
Solution: Check for NULL pointer in set_bufref().
commit 06f1ed2f78c5c03af95054fc3a8665df39dec362
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 18 22:41:03 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-647.tar.bz2) = 7798d048adb78fc6020690b2abdb66041fb6d061548f8d0712c3a10eb95f06e3a8cf7dece936f22702d5d03f758aaab0a8f6103ae0c96d1d58f47a04bfb6ed03
SHA512 (vim-8.0-648.tar.bz2) = 0cfae162d46e31e1b6159e378f04ab631391c87cfac221a377f3e88ba1d2ef2480e6a4cd134eeeea654d9bc28acfa11f5502257efe91532d1ab79614a212007b

View File

@ -1,4 +1,4 @@
%define patchlevel 647
%define patchlevel 648
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -770,6 +770,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Jun 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.648-1
- patchlevel 648
* Mon Jun 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.647-1
- patchlevel 647