From 2dc5b78eecca58a45c269f1c5c51e1ebd62f7bde2c464c392a4b630f31bcb8ef Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 10 May 2017 10:13:32 +0000 Subject: [PATCH] Accepting request 490942 from home:dimstar:branches:GNOME:Factory - Fix build with different versions of guile than 2.0. OBS-URL: https://build.opensuse.org/request/show/490942 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/aisleriot?expand=0&rev=88 --- aisleriot.changes | 5 +++++ aisleriot.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/aisleriot.changes b/aisleriot.changes index 19e3f3f..d7d3084 100644 --- a/aisleriot.changes +++ b/aisleriot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 25 08:26:40 UTC 2017 - dimstar@opensuse.org + +- Fix build with different versions of guile than 2.0. + ------------------------------------------------------------------- Mon Nov 7 21:19:19 UTC 2016 - dimstar@opensuse.org diff --git a/aisleriot.spec b/aisleriot.spec index b9c4f4c..46c7cb5 100644 --- a/aisleriot.spec +++ b/aisleriot.spec @@ -1,7 +1,7 @@ # # spec file for package aisleriot # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,10 +109,10 @@ make %{?_smp_mflags} %{_datadir}/aisleriot/ %dir %{_libdir}/aisleriot %dir %{_libdir}/aisleriot/guile -%dir %{_libdir}/aisleriot/guile/2.0 -%dir %{_libdir}/aisleriot/guile/2.0/aisleriot -%{_libdir}/aisleriot/guile/2.0/aisleriot/api.go -%{_libdir}/aisleriot/guile/2.0/*.go +%dir %{_libdir}/aisleriot/guile/* +%dir %{_libdir}/aisleriot/guile/*/aisleriot +%{_libdir}/aisleriot/guile/*/aisleriot/api.go +%{_libdir}/aisleriot/guile/*/*.go %if "%{_libdir}" != "%{_libexecdir}" %dir %{_libexecdir}/aisleriot %endif