- patchlevel 86

This commit is contained in:
Zdenek Dohnal 2016-11-16 17:49:23 +01:00
parent 92eaf8566a
commit 98a456b437
4 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/vim-8.0-070.tar.bz2
/vim-8.0-084.tar.bz2
/vim-8.0-085.tar.bz2
/vim-8.0-086.tar.bz2

View File

@ -1,3 +1,11 @@
commit 2256c9947164229c0960803e2a2992b793c23298
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Nov 15 21:17:07 2016 +0100
patch 8.0.0086
Problem: Cannot add a comment after ":hide". (Norio Takagi)
Solution: Make it work, add a test. (Hirohito Higashi)
commit 8a01f969c198eeb655ad2f96f2796a6f6f4a1924
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 14 21:50:00 2016 +0100

View File

@ -1 +1 @@
e81e5befda7756fa95aca8543f9db8cc vim-8.0-085.tar.bz2
951efa68356514899cb1269dd1318e94 vim-8.0-086.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 085
%define patchlevel 086
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -754,6 +754,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Wed Nov 16 2016 Karsten Hopp <karsten@redhat.com> 8.0.086-1
- patchlevel 086
* Tue Nov 15 2016 Karsten Hopp <karsten@redhat.com> 8.0.085-1
- patchlevel 085