From db972ef68905dd653a46023a044d9f524b7bd872a63cc1613569e07467bd04a7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 19 Sep 2015 04:55:26 +0000 Subject: [PATCH] Accepting request 331884 from graphics - Adapt BuildRequires for build on openSUSE Leap 42.1. (please forward to Leap ASAP, to supercede sr#330747) (forwarded request 331623 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/331884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=51 --- darktable.changes | 5 +++++ darktable.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/darktable.changes b/darktable.changes index 07f9ef4..a5f130a 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 16 17:25:23 UTC 2015 - fcrozat@suse.com + +- Adapt BuildRequires for build on openSUSE Leap 42.1. + ------------------------------------------------------------------- Thu Jul 30 10:55:30 UTC 2015 - mrueckert@suse.de diff --git a/darktable.spec b/darktable.spec index eedcb79..4191456 100644 --- a/darktable.spec +++ b/darktable.spec @@ -1,7 +1,7 @@ # # spec file for package darktable # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,11 +65,11 @@ BuildRequires: pkgconfig(xrandr) ExclusiveArch: %ix86 x86_64 %if 0%{?suse_version} > 1220 -BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(libsecret-1) +BuildRequires: pkgconfig(libwebp) %endif -%if 0%{?suse_version} < 1320 +%if 0%{?suse_version} < 1315 BuildRequires: libGraphicsMagick3 %endif