Fix spin button issues, fixes bug#1252182

epel8
Jeremy Newton 10 years ago
parent fa4f542c6f
commit 94da2800c6

@ -11,7 +11,7 @@
Name: %{wxgtkname} Name: %{wxgtkname}
Version: 3.0.2 Version: 3.0.2
Release: 8%{?dist} Release: 9%{?dist}
Summary: GTK port of the wxWidgets GUI library Summary: GTK port of the wxWidgets GUI library
License: wxWidgets License: wxWidgets
Group: System Environment/Libraries Group: System Environment/Libraries
@ -27,6 +27,10 @@ Patch0: wxGTK3-3.0.2-abicheck.patch
# to fix warnings and crashes. See bug for details: # to fix warnings and crashes. See bug for details:
# https://bugzilla.redhat.com/show_bug.cgi?id=1234211 # https://bugzilla.redhat.com/show_bug.cgi?id=1234211
Patch1: wxGTK3-3.0.2-upstreamfixes.patch 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 BuildRequires: gtk%{gtkver}-devel
#Note webkitgtk (GTK2) does not appear to be supported #Note webkitgtk (GTK2) does not appear to be supported
%if %{gtkver} == 3 %if %{gtkver} == 3
@ -252,6 +256,9 @@ popd
%doc html %doc html
%changelog %changelog
* Sat Aug 22 2015 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.2-9
- Include spinbutton patch from upstream
* Mon Jun 22 2015 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.2-8 * Mon Jun 22 2015 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.2-8
- Include some upstream patches to fix crashes and warnings - Include some upstream patches to fix crashes and warnings
@ -264,8 +271,8 @@ popd
* Mon May 04 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.2-5 * Mon May 04 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.2-5
- Indicate that this package bundles scintilla 3.2.1. - Indicate that this package bundles scintilla 3.2.1.
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.0.2-4 * Thu Feb 26 2015 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.2-4
- Rebuilt for GCC 5 C++11 ABI change - Bump to rebuild, fix bug #1210239
* Thu Feb 26 2015 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.2-3 * Thu Feb 26 2015 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.2-3
- Bump to rebuild for gcc 5.0 to fix some issues - Bump to rebuild for gcc 5.0 to fix some issues

Loading…
Cancel
Save