From 14083f77d93347f1c67bd9a1ff41a9a843f187715724745d9acd359ccaf22e78 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 28 Apr 2016 14:55:16 +0000 Subject: [PATCH] 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 --- darktable.changes | 10 ++++++++++ darktable.spec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/darktable.changes b/darktable.changes index cef9f50..7964dea 100644 --- a/darktable.changes +++ b/darktable.changes @@ -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 diff --git a/darktable.spec b/darktable.spec index e8f36dd..513820b 100644 --- a/darktable.spec +++ b/darktable.spec @@ -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