- patchlevel 95

This commit is contained in:
Zdenek Dohnal 2016-11-22 10:14:31 +01:00
parent 29a2150038
commit 591d6c584f
4 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/vim-8.0-085.tar.bz2
/vim-8.0-086.tar.bz2
/vim-8.0-094.tar.bz2
/vim-8.0-095.tar.bz2

View File

@ -1,3 +1,11 @@
commit 182707ac10d77359bf7a87c6b23ce4025d5b0ad4
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 21 20:55:58 2016 +0100
patch 8.0.0095
Problem: Problems with GTK 3.22.2 fixed in 3.22.4.
Solution: Adjust the #ifdefs. (Kazunobu Kuriyama)
commit 63e4344edc0cc1b4ed68a9d9c787265799602670
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 19 17:28:44 2016 +0100

View File

@ -1 +1 @@
e4807d4cc5ab6e8ee1e568a3983c0228 vim-8.0-094.tar.bz2
77f599359ed4217a94d6d0a0818ffa66 vim-8.0-095.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 094
%define patchlevel 095
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -754,6 +754,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Nov 22 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-1
- patchlevel 095
* Mon Nov 21 2016 Karsten Hopp <karsten@redhat.com> 8.0.094-1
- patchlevel 094