From b629a7ecefc2e1bbb39cfa41e9d2f60c7bc04742c9fad8b19805eb72664a0a21 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 16 Jan 2017 10:15:15 +0000 Subject: [PATCH] Accepting request 450370 from graphics - update to 2.2.1: - New features: - Show a dialog window that tells when locking the database/library failed - Ask before deleting history stack from lightable. - preferences: make features that are not available (greyed out) more obvious - Bugfixes: - Always cleanup undo list before entering darkroom view. Fixes crash when using undo after re-entering darkroom - Darkroom: properly delete module instances. Fixes rare crashes after deleting second instance of module. - Levels and tonecurve modules now also use 256 bins. - Rawoverexposed module: fix visualization when a camera custom white balance preset is used - fix building with openjpeg2 OBS-URL: https://build.opensuse.org/request/show/450370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=64 --- darktable-2.2.0.tar.xz | 3 --- darktable-2.2.1.tar.xz | 3 +++ darktable.changes | 24 ++++++++++++++++++++++++ darktable.spec | 6 +++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 darktable-2.2.0.tar.xz create mode 100644 darktable-2.2.1.tar.xz diff --git a/darktable-2.2.0.tar.xz b/darktable-2.2.0.tar.xz deleted file mode 100644 index 250281f..0000000 --- a/darktable-2.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3eca193831faae58200bb1cb6ef29e658bce43a81706b54420953a7c33d79377 -size 3061716 diff --git a/darktable-2.2.1.tar.xz b/darktable-2.2.1.tar.xz new file mode 100644 index 0000000..e9e61c3 --- /dev/null +++ b/darktable-2.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da843190f08e02df19ccbc02b9d1bef6bd242b81499494c7da2cccdc520e24fc +size 3058236 diff --git a/darktable.changes b/darktable.changes index 9378546..0a8572f 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Jan 14 22:56:40 UTC 2017 - mrueckert@suse.de + +- update to 2.2.1: + - New features: + - Show a dialog window that tells when locking the + database/library failed + - Ask before deleting history stack from lightable. + - preferences: make features that are not available (greyed + out) more obvious + - Bugfixes: + - Always cleanup undo list before entering darkroom view. Fixes + crash when using undo after re-entering darkroom + - Darkroom: properly delete module instances. Fixes rare + crashes after deleting second instance of module. + - Levels and tonecurve modules now also use 256 bins. + - Rawoverexposed module: fix visualization when a camera custom + white balance preset is used + +------------------------------------------------------------------- +Sat Jan 14 22:55:37 UTC 2017 - mrueckert@suse.de + +- fix building with openjpeg2 + ------------------------------------------------------------------- Fri Dec 23 12:52:26 UTC 2016 - mrueckert@suse.de diff --git a/darktable.spec b/darktable.spec index 2a8291d..d66f9fa 100644 --- a/darktable.spec +++ b/darktable.spec @@ -1,7 +1,7 @@ # # spec file for package darktable # -# 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 @@ -47,7 +47,7 @@ %define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_INSTALL_LIBDIR="%{_lib}" Name: darktable -Version: 2.2.0 +Version: 2.2.1 Release: 0 Url: http://www.darktable.org/ Source0: %{name}-%{version}.tar.xz @@ -102,7 +102,7 @@ BuildRequires: pkgconfig(GraphicsMagick) %if 0%{?suse_version} && 0%{?suse_version} < 1315 BuildRequires: libGraphicsMagick3 %endif -BuildRequires: pkgconfig(libopenjpeg1) +BuildRequires: pkgconfig(libopenjp2) %endif BuildRequires: pkgconfig(OpenEXR) BuildRequires: pkgconfig(atk)