From cfcc69e313bcc0072d0a6b5f8b3da285918ffee4 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal
Date: Nov 14 2016 14:20:10 +0000
Subject: - patchlevel 0084
---
diff --git a/.gitignore b/.gitignore
index d14d1fe..9933095 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/vim-8.0-037.tar.bz2
/vim-8.0-057.tar.bz2
/vim-8.0-061.tar.bz2
+/vim-8.0-000.tar.bz2
diff --git a/README.patches b/README.patches
index c139e4f..31669d7 100644
--- a/README.patches
+++ b/README.patches
@@ -1,3 +1,76 @@
+commit 7618e00d3b8bfe064cfc524640d754607361f9df
+Author: Bram Moolenaar
+Date: Sun Nov 13 15:09:26 2016 +0100
+
+ patch 8.0.0084
+ Problem: Using freed memory when adding to a quickfix list. (Domenique
+ Pelle)
+ Solution: Clear the directory name.
+
+commit 8e639052638a9bb8c7dd6e3e10776b1218cec1a3
+Author: Bram Moolenaar
+Date: Sun Nov 13 14:31:40 2016 +0100
+
+ patch 8.0.0083
+ Problem: Using freed memory with win_getid(). (Domenique Pelle)
+ Solution: For the current tab use curwin.
+
+commit 3f7d0907269558cb3ea184a3083640f9e20bb21e
+Author: Bram Moolenaar
+Date: Sat Nov 12 21:13:42 2016 +0100
+
+ patch 8.0.0082
+ Problem: Extension for configure should be ".ac".
+ Solution: Rename configure.in to configure.ac. (James McCoy, closes #1173)
+
+commit d4db7719bdfbc54df396eac08d8cbb2389feacf4
+Author: Bram Moolenaar
+Date: Sat Nov 12 19:16:46 2016 +0100
+
+ patch 8.0.0081
+ Problem: Inconsistent function names.
+ Solution: Rename do_cscope to ex_cscope. Clean up comments.
+
+commit b6be3ea45b3bb260d475ba63620252ce2963c560
+Author: Bram Moolenaar
+Date: Sat Nov 12 18:30:39 2016 +0100
+
+ patch 8.0.0080
+ Problem: The OS X build fails on Travis.
+ Solution: Skip the virtual framebuffer on OS X.
+
+commit 2b946c9f9b0e0fd805fb8f3e4c16e0a68ae13129
+Author: Bram Moolenaar
+Date: Sat Nov 12 18:14:44 2016 +0100
+
+ patch 8.0.0079
+ Problem: Accessing freed memory in quickfix. (Domenique Pelle)
+ Solution: Do not free the current list when adding to it.
+
+commit 63bed3d319b5d90765dbdae93a3579b6322d79fb
+Author: Bram Moolenaar
+Date: Sat Nov 12 15:36:54 2016 +0100
+
+ patch 8.0.0078
+ Problem: Accessing freed memory in quickfix.
+ Solution: Reset pointer when freeing 'errorformat'. (Domenique Pelle)
+
+commit e3505dfc858260a21f2bbc6056f5769dea2f273d
+Author: Bram Moolenaar
+Date: Fri Nov 11 21:57:45 2016 +0100
+
+ patch 8.0.0077
+ Problem: The GUI code is not tested by Travis.
+ Solution: Install the virtual framebuffer.
+
+commit 79cbdcb1eeead00bad6fc64ab4a53e5860d5a663
+Author: Bram Moolenaar
+Date: Fri Nov 11 21:14:03 2016 +0100
+
+ patch 8.0.0076
+ Problem: Channel log has double parens ()().
+ Solution: Remove () for write_buf_line. (Yasuhiro Matsumoto)
+
commit 8a5883b7488e492419dde7e1637cc72f2d566ba4
Author: Bram Moolenaar
Date: Thu Nov 10 20:20:05 2016 +0100
diff --git a/sources b/sources
index 2143fc7..b6218ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c65868820e0e197716bba0e5afaf18f vim-8.0-061.tar.bz2
+a63e8e33edd71b58dc0b22232121f5ec vim-8.0-000.tar.bz2
diff --git a/vim.spec b/vim.spec
index 1bee720..c53859b 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 061
+%define patchlevel 000
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@@ -388,7 +388,7 @@ SentUpstream: 2014-05-22
Vim is a highly configurable text editor built to enable efficient text
editing.
Vim is often called a "programmer's editor," and so useful for programming
- that many consider it an entire IDE. It's not just for programmers, though.
+ that many consider it an entire IDE. It is not just for programmers, though.
Vim is perfect for all kinds of text editing, from composing email to
editing configuration files.
@@ -754,8 +754,8 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
-* Pá lis 11 2016 Karsten Hopp 8.0.061-1
-- patchlevel 061
+* Mon Nov 14 2016 Karsten Hopp 8.0.000-1
+- patchlevel 000
* Wed Nov 09 2016 Karsten Hopp 8.0.057-1
- patchlevel 057