From a29954770b44ed14db7ce861128e593104f2aaea2d175a60a4caf7f5aed77df7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 31 Jan 2017 11:47:57 +0000 Subject: [PATCH] Accepting request 453426 from graphics - update to 2.2.2: - New features: - color look up table module: include preset for helmholtz/kohlrausch monochrome - Lens module: re-enable tiling - Darkroom: fix some artefacts in the preview image (not the main view!) - DNG decoder: support reading one more white balance encoding method - Mac: display an error when too old OS version is detected - Some documentation and tooltips updates - Bugfixes: - Main view no longer grabs focus when mouse enters it. Prevents accidental catastrophic image rating loss. - OSX: fix bauhaus slider popup keyboard input - Don't write all XMP when detaching tag - OSX: don't do PPD autodetection, gtk did their thing again. - Don't show db lock popup when dbus is used to start darktable - Actually delete duplicate's XMP when deleting duplicated image - Ignore UTF-8 BOM in GPX files - Fix import of LR custom tone-curve - Overwrite Xmp rating from raw when exporting - Some memory leak fixes - Lua: sync XMPs after some tag manipulations - Explicitly link against math library - Base Support: - Canon PowerShot SX40 HS (dng) - Fujifilm X-E2S - Leica D-LUX (Typ 109) (4:3, 3:2, 16:9, 1:1) - Leica X2 (dng) - Nikon LS-5000 (dng) - Nokia Lumia 1020 (dng) - Panasonic DMC-GF6 (16:9, 3:2, 1:1) - Pentax K-5 (dng) - Pentax K-r (dng) - Pentax K10D (dng) - Sony ILCE-6500 - Noise Profiles: - Fujifilm X-M1 - Leica X2 - Nikon Coolpix A - Panasonic DMC-G8 - Panasonic DMC-G80 - Panasonic DMC-G81 - Panasonic DMC-G85 OBS-URL: https://build.opensuse.org/request/show/453426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=65 --- darktable-2.2.1.tar.xz | 3 --- darktable-2.2.2.tar.xz | 3 +++ darktable.changes | 50 ++++++++++++++++++++++++++++++++++++++++++ darktable.spec | 2 +- 4 files changed, 54 insertions(+), 4 deletions(-) delete mode 100644 darktable-2.2.1.tar.xz create mode 100644 darktable-2.2.2.tar.xz diff --git a/darktable-2.2.1.tar.xz b/darktable-2.2.1.tar.xz deleted file mode 100644 index e9e61c3..0000000 --- a/darktable-2.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da843190f08e02df19ccbc02b9d1bef6bd242b81499494c7da2cccdc520e24fc -size 3058236 diff --git a/darktable-2.2.2.tar.xz b/darktable-2.2.2.tar.xz new file mode 100644 index 0000000..97e0693 --- /dev/null +++ b/darktable-2.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766d7d734e7bd5a33f6a6932a43b15cc88435c64ad9a0b20410ba5b4706941c2 +size 3079424 diff --git a/darktable.changes b/darktable.changes index 0a8572f..3f0bd45 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Jan 30 11:06:08 UTC 2017 - mrueckert@suse.de + +- update to 2.2.2: + - New features: + - color look up table module: include preset for + helmholtz/kohlrausch monochrome + - Lens module: re-enable tiling + - Darkroom: fix some artefacts in the preview image (not the + main view!) + - DNG decoder: support reading one more white balance encoding + method + - Mac: display an error when too old OS version is detected + - Some documentation and tooltips updates + - Bugfixes: + - Main view no longer grabs focus when mouse enters it. + Prevents accidental catastrophic image rating loss. + - OSX: fix bauhaus slider popup keyboard input + - Don't write all XMP when detaching tag + - OSX: don't do PPD autodetection, gtk did their thing again. + - Don't show db lock popup when dbus is used to start darktable + - Actually delete duplicate's XMP when deleting duplicated + image + - Ignore UTF-8 BOM in GPX files + - Fix import of LR custom tone-curve + - Overwrite Xmp rating from raw when exporting + - Some memory leak fixes + - Lua: sync XMPs after some tag manipulations + - Explicitly link against math library + - Base Support: + - Canon PowerShot SX40 HS (dng) + - Fujifilm X-E2S + - Leica D-LUX (Typ 109) (4:3, 3:2, 16:9, 1:1) + - Leica X2 (dng) + - Nikon LS-5000 (dng) + - Nokia Lumia 1020 (dng) + - Panasonic DMC-GF6 (16:9, 3:2, 1:1) + - Pentax K-5 (dng) + - Pentax K-r (dng) + - Pentax K10D (dng) + - Sony ILCE-6500 + - Noise Profiles: + - Fujifilm X-M1 + - Leica X2 + - Nikon Coolpix A + - Panasonic DMC-G8 + - Panasonic DMC-G80 + - Panasonic DMC-G81 + - Panasonic DMC-G85 + ------------------------------------------------------------------- Sat Jan 14 22:56:40 UTC 2017 - mrueckert@suse.de diff --git a/darktable.spec b/darktable.spec index d66f9fa..a7e2e4a 100644 --- a/darktable.spec +++ b/darktable.spec @@ -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.1 +Version: 2.2.2 Release: 0 Url: http://www.darktable.org/ Source0: %{name}-%{version}.tar.xz