Accepting request 390815 from graphics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/390815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=58
This commit is contained in:
parent
64e0268c97
commit
14083f77d9
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 13:38:30 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
- fix version string in darktable ui
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 15:24:44 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
- fix conditional for sle12 and leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 27 20:58:23 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_with system_opencl
|
||||
%endif
|
||||
|
||||
%define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DPROJECT_VERSION:STRING="%{name}-%{version}-%{release}"
|
||||
%define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DPROJECT_VERSION:STRING="%{version}-%{release}"
|
||||
|
||||
Name: darktable
|
||||
Version: 2.0.3
|
||||
@ -89,7 +89,7 @@ BuildRequires: lua52-devel
|
||||
BuildRequires: pugixml-devel
|
||||
#
|
||||
BuildRequires: pkgconfig
|
||||
%if 0%{?suse_version} != 1315
|
||||
%if 0%{?suse_version} != 1315 || ( 0%{?suse_version} == 1315 && 0%{?is_opensuse} )
|
||||
BuildRequires: pkgconfig(GraphicsMagick)
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
||||
BuildRequires: libGraphicsMagick3
|
||||
|
Loading…
x
Reference in New Issue
Block a user