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
This commit is contained in:
Stephan Kulow 2015-09-19 04:55:26 +00:00 committed by Git OBS Bridge
parent 861d721031
commit db972ef689
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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