From 5594348b6453d845b0917f349e670cfe0886f3ad Mon Sep 17 00:00:00 2001 From: Jeremy Newton Date: Aug 24 2015 13:30:46 +0000 Subject: Implement patch --- diff --git a/wxGTK3.spec b/wxGTK3.spec index a4e5fe1..c850100 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -30,7 +30,7 @@ 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 +Patch2: wxGTK3-3.0.2-spibuttfix.patch BuildRequires: gtk%{gtkver}-devel #Note webkitgtk (GTK2) does not appear to be supported %if %{gtkver} == 3 @@ -134,6 +134,7 @@ This package provides documentation for the %{srcname} library. %setup -q -n %{srcname}-%{version} -a 1 %patch0 -p1 -b .abicheck %patch1 -p1 -b .upstreamfixes +%patch2 -p1 -b .spinbutt # patch some installed files to avoid conflicts with 2.8.* sed -i -e 's|aclocal)|aclocal/wxwin3.m4)|' Makefile.in