From 591d6c584f815073772cc97041adefcadbcc889d Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Nov 22 2016 09:14:31 +0000 Subject: - patchlevel 95 --- diff --git a/.gitignore b/.gitignore index 04cf1e2..763a037 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.patches b/README.patches index 748a26a..9115c21 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,11 @@ +commit 182707ac10d77359bf7a87c6b23ce4025d5b0ad4 +Author: Bram Moolenaar +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 Date: Sat Nov 19 17:28:44 2016 +0100 diff --git a/sources b/sources index 469c36c..f10eec0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4807d4cc5ab6e8ee1e568a3983c0228 vim-8.0-094.tar.bz2 +77f599359ed4217a94d6d0a0818ffa66 vim-8.0-095.tar.bz2 diff --git a/vim.spec b/vim.spec index 4a3bcd2..643b5cc 100644 --- a/vim.spec +++ b/vim.spec @@ -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 8.0.095-1 +- patchlevel 095 + * Mon Nov 21 2016 Karsten Hopp 8.0.094-1 - patchlevel 094