From 94da2800c62cf3d98c5d319015442cb806a59eaa Mon Sep 17 00:00:00 2001 From: Jeremy Newton Date: Aug 24 2015 13:28:16 +0000 Subject: Fix spin button issues, fixes bug#1252182 --- diff --git a/wxGTK3.spec b/wxGTK3.spec index 978fd00..a4e5fe1 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -11,7 +11,7 @@ Name: %{wxgtkname} Version: 3.0.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: GTK port of the wxWidgets GUI library License: wxWidgets Group: System Environment/Libraries @@ -27,6 +27,10 @@ Patch0: wxGTK3-3.0.2-abicheck.patch # to fix warnings and crashes. See bug for details: # https://bugzilla.redhat.com/show_bug.cgi?id=1234211 Patch1: wxGTK3-3.0.2-upstreamfixes.patch +# This fixes the spinbutton on gtk 3.12 +# For more details, seem the upstream commit: +# https://github.com/wxWidgets/wxWidgets/commit/312ae4c92cec95954557347c2b7a9e24d4398a59 +Patch1: wxGTK3-3.0.2-spibuttfix.patch BuildRequires: gtk%{gtkver}-devel #Note webkitgtk (GTK2) does not appear to be supported %if %{gtkver} == 3 @@ -252,6 +256,9 @@ popd %doc html %changelog +* Sat Aug 22 2015 Jeremy Newton - 3.0.2-9 +- Include spinbutton patch from upstream + * Mon Jun 22 2015 Jeremy Newton - 3.0.2-8 - Include some upstream patches to fix crashes and warnings @@ -264,8 +271,8 @@ popd * Mon May 04 2015 Jason L Tibbitts III - 3.0.2-5 - Indicate that this package bundles scintilla 3.2.1. -* Sat May 02 2015 Kalev Lember - 3.0.2-4 -- Rebuilt for GCC 5 C++11 ABI change +* Thu Feb 26 2015 Jeremy Newton - 3.0.2-4 +- Bump to rebuild, fix bug #1210239 * Thu Feb 26 2015 Jeremy Newton - 3.0.2-3 - Bump to rebuild for gcc 5.0 to fix some issues