From df17d5baa40cf69942f8fb703147c1462beda9a64cfe23a5715ac6009449389c Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 18 Oct 2011 20:38:28 +0000 Subject: [PATCH] Accepting request 88463 from home:malcolmlewis:branches:GNOME:Factory Resubmit skip aisleriot-automagic-guile.patch when building on 11.4. OBS-URL: https://build.opensuse.org/request/show/88463 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/aisleriot?expand=0&rev=16 --- aisleriot.changes | 7 +++++++ aisleriot.spec | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/aisleriot.changes b/aisleriot.changes index ae880c0..415f677 100644 --- a/aisleriot.changes +++ b/aisleriot.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 18 13:16:14 UTC 2011 - malcolmlewis@opensuse.org + +- Skip aisleriot-automagic-guile.patch when building on 11.4 + since the guile version in 11.4 is not recent enough to + require the patch. + ------------------------------------------------------------------- Mon Oct 17 17:35:56 CEST 2011 - dimstar@opensuse.org diff --git a/aisleriot.spec b/aisleriot.spec index c1685ab..c508ea3 100644 --- a/aisleriot.spec +++ b/aisleriot.spec @@ -72,11 +72,15 @@ This package provides extra themes for Aisleriot. %lang_package %prep %setup -q +%if 0%{?suse_version} > 1140 %patch1 -p1 +%endif %build +%if 0%{?suse_version} > 1140 # needed by patch1 NOCONFIGURE=1 gnome-autogen.sh +%endif %configure \ --disable-schemas-install \ --disable-static