From b76654ac011360ce12aadb6e88fa36ebe590ad5576984397fdcc4982031e0844 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Jun 2018 21:16:10 +0000 Subject: [PATCH] Accepting request 614527 from graphics - update to 2.4.4 OBS-URL: https://build.opensuse.org/request/show/614527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=73 --- 887d55c.patch | 22 ------------------- darktable-2.4.3.tar.xz | 3 --- darktable-2.4.4.tar.xz | 3 +++ darktable.changes | 48 ++++++++++++++++++++++++++++++++++++++++++ darktable.dsc | 2 +- darktable.spec | 6 ++---- debian.tar.xz | 4 ++-- 7 files changed, 56 insertions(+), 32 deletions(-) delete mode 100644 887d55c.patch delete mode 100644 darktable-2.4.3.tar.xz create mode 100644 darktable-2.4.4.tar.xz diff --git a/887d55c.patch b/887d55c.patch deleted file mode 100644 index d27bb34..0000000 --- a/887d55c.patch +++ /dev/null @@ -1,22 +0,0 @@ -commit 887d55c86c66ba4dcd90fe7574c18125dde916c6 -Author: Andreas Schneider -Date: Fri Apr 27 07:55:51 2018 +0200 - - tools: Fix typo in darktable-gen-noiseprofile - - Signed-off-by: Andreas Schneider - (cherry picked from commit 42c43728b70817ec9d4b59a6f8f1b03e2b5473af) - -diff --git a/tools/noise/darktable-gen-noiseprofile b/tools/noise/darktable-gen-noiseprofile -index 0e999a583..ea95f5659 100755 ---- a/tools/noise/darktable-gen-noiseprofile -+++ b/tools/noise/darktable-gen-noiseprofile -@@ -134,7 +134,7 @@ profile_image() { - - xmp="$scriptdir/profiling-shot.xmp" - noiseprofile="$scriptdir/darktable-noiseprofile" -- if [ ! -x "$scriptdir/dt-noiseprofile" ]; then -+ if [ ! -x "$scriptdir/darktable-noiseprofile" ]; then - echo "ERROR: Could not find darktable-noiseprofile tool in $scriptdir" - exit 1 - fi diff --git a/darktable-2.4.3.tar.xz b/darktable-2.4.3.tar.xz deleted file mode 100644 index b654173..0000000 --- a/darktable-2.4.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dc5fc7bd142f4c74a5dd4706ac1dad772dfc7cd5538f033e60e3a08cfed03d3 -size 3422460 diff --git a/darktable-2.4.4.tar.xz b/darktable-2.4.4.tar.xz new file mode 100644 index 0000000..92c262f --- /dev/null +++ b/darktable-2.4.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964320b8c9ffef680fa0407a6ca16ed5136ad1f449572876e262764e78acb04d +size 3432268 diff --git a/darktable.changes b/darktable.changes index 20ee6ca..2e98b7b 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Tue Jun 5 22:41:09 UTC 2018 - mrueckert@suse.de + +- update to 2.4.4 + - New Features + - Added 50% zoom option in darkroom mode to the navigation + dropdown + - perspective correction: usability improvement – allow setting + the radius when (de)selecting lines + - Bugfixes + - Fix selecting drives in the import dialog on Windows by + bundling a patched glib + - Add some space between checkbox and label in color picker + - OpenCL: better readability of debug output on memory usage + - Levels: catch an edge case where float != int + - Fix the alignment in a tooltip in lens correction + - Local contrast: Reset strength slider to 120% when double + clicked + - Drop unused clone masks when loading xmp files + - Remove all sub masks when clearing cloning masks + - darktable-cltest: do not print summary statistics on OpenCL + usage + - Perspective correction: take aspect parameter into account + when judging on neutral settings + - Haze removal: fix tiled processing + - Fix install on Windows due to GraphicsMagick's versioned + filenames + - PPM: Handle byte order when loading files + - Fix #12165: Don't try to show dialog without gui + - Fix an out-of-bounds memory access + - Tools: Fix typo in darktable-gen-noiseprofile that made it + unusable + - MacOS package: point gettext to correct localedir + - Camera support + - White Balance Presets + - Sony ILCE-6500 + - Noise Profiles + - Canon EOS 800D + - Canon EOS Kiss X9i + - Canon EOS Rebel T7i + - Nikon COOLPIX B700 + - Nikon D5600 + - Olympus TG-5 + - Updated translations + - German + - Russian +- drop 887d55c.patch + ------------------------------------------------------------------- Fri Apr 27 11:51:22 UTC 2018 - mrueckert@suse.de diff --git a/darktable.dsc b/darktable.dsc index ac15fa0..50d887f 100644 --- a/darktable.dsc +++ b/darktable.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: darktable Binary: darktable Architecture: any-amd64 any-arm64 -Version: 2.4.3-1.1 +Version: 2.4.4-1.1 Homepage: http://www.darktable.org/ Standards-Version: 3.9.8 Build-Depends: cmake, debhelper (>= 9), intltool, iso-codes, libcairo2-dev, libcolord-dev, libcolord-gtk-dev, libcups2-dev, libcurl4-gnutls-dev | libcurl-dev, libexiv2-dev, libflickcurl-dev, libglib2.0-dev, libgphoto2-dev, libgraphicsmagick1-dev, libgtk-3-dev, libjpeg-dev, libjson-glib-dev, liblcms2-dev, liblensfun-dev, liblua5.3-dev, libopenexr-dev, libopenjp2-7-dev, libosmgpsmap-1.0-dev, libpng-dev, libpugixml-dev, librsvg2-dev, libsecret-1-dev, libsoup2.4-dev, libsqlite3-dev, libtiff5-dev, libtiff-dev, libwebp-dev, xsltproc diff --git a/darktable.spec b/darktable.spec index e8baf12..334f4a0 100644 --- a/darktable.spec +++ b/darktable.spec @@ -57,10 +57,10 @@ %endif Name: darktable -Version: 2.4.3 +Version: 2.4.4 Release: 0 %define pkg_name darktable -%define pkg_version 2.4.3 +%define pkg_version 2.4.4 Url: http://www.darktable.org/ Source0: %{name}-%{pkg_version}.tar.xz Source1: https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-usermanual.pdf @@ -71,7 +71,6 @@ Source97: darktable.dsc Source98: debian.tar.xz Source99: README.openSUSE Patch: darktable-old-glib.patch -Patch1: 887d55c.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: x86_64 aarch64 @@ -205,7 +204,6 @@ This package provides the user manual in pdf format %prep %setup -q -n %{name}-%{version} %patch -p1 -%patch1 -p1 chmod -x tools/basecurve/* tools/noise/* cp %{S:1} %{S:2} %{S:3} %{S:4} . diff --git a/debian.tar.xz b/debian.tar.xz index 48878c1..3b6c828 100644 --- a/debian.tar.xz +++ b/debian.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3bae73f6e01d830fe5020683eeb07c3d65ad9dd54cf7c9f62d241abc0312d3f -size 19816 +oid sha256:6cce76cb10477fb64129a0812b5d1bbfb2ecde644044f3dc699f79c04b7d6b26 +size 19832