From 605beaf48785bc86ff1559b33b58eca2f735f6c6c895b522b6228c1c72167e83 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2016 20:24:33 +0000 Subject: [PATCH] Accepting request 427060 from graphics Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/427060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=61 --- darktable-2.0.5.tar.xz | 3 --- darktable-2.0.6.tar.xz | 3 +++ darktable.changes | 55 ++++++++++++++++++++++++++++++++++++++++++ darktable.spec | 2 +- 4 files changed, 59 insertions(+), 4 deletions(-) delete mode 100644 darktable-2.0.5.tar.xz create mode 100644 darktable-2.0.6.tar.xz diff --git a/darktable-2.0.5.tar.xz b/darktable-2.0.5.tar.xz deleted file mode 100644 index a1816cd..0000000 --- a/darktable-2.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:898b71b94e7ef540eb1c87c829daadc8d8d025b1705d4a9471b1b9ed91b90a02 -size 3015380 diff --git a/darktable-2.0.6.tar.xz b/darktable-2.0.6.tar.xz new file mode 100644 index 0000000..3ed7731 --- /dev/null +++ b/darktable-2.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2368c1865221032061645342ba8c00bcd6d224e9829a55bc610e6cb67de738c1 +size 3018300 diff --git a/darktable.changes b/darktable.changes index 5c990ca..ef888d8 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Mon Sep 5 15:03:49 UTC 2016 - mrueckert@suse.de + +- update to 2.0.6 + - New Features + - Jpeg format writer: use libexiv2 to write metadata, like with + other formats + - Accept non-mosaiced raw files with 4 channels, assume they + are RGBA (alpha channel is ignored) + - Bugfixes + - Once again, fix for yet another gtk theming regression... + - OpenCL: properly discard CPU-based OpenCL devices. Fixes + crashes on startup with some broken OpenCL implementations + like pocl. + - darktable-cli: do not even try to open display, we don't need + it. + - Rawspeed: NikonDecoder: stop accepting generic camera + entries. Fixes multitude of Nikon raw loading issues. + - OpenCL: fix border handling in crop&rotate module + - Hotpixels iop: make it actually work for X-Trans + - Clipping IOP: scale width of gray crop path with zoom level + - One more fixup to canon lens name reading from exif + - Fixup Bayer pattern for Olympus SP570UZ + - Fix internal build issue: do not assume that Perl's @INC + contains '.' + - Base Support + - Canon EOS-1D X Mark II + - Canon EOS 1300D + - Canon EOS Kiss X80 + - Canon EOS Rebel T6 + - Canon EOS M10 + - Canon PowerShot G7 X Mark II + - Canon PowerShot G9 X + - Fujifilm X-T2 + - GITUP GIT2 action camera + - Panasonic DMC-FZ18 (16:9, 3:2) + - Panasonic DMC-FZ50 (16:9, 3:2) + - Pentax K-1 + - Sony DSLR-A380 + - Sony ILCE-6300 + - Nikon D500 + - Some other whitelevel fixups for some other Nikon cameras (in + particular, mostly for 12-bit and not compressed raws) + - White Balance Presets + - Canon EOS-1D X Mark II + - Canon EOS 1300D + - Canon EOS Kiss X80 + - Canon EOS Rebel T6 + - Canon EOS M10 + - Canon PowerShot G7 X Mark II + - Fujifilm X-T10 + - Sony ILCE-6300 + - Translations Updates + - Slovak + ------------------------------------------------------------------- Mon Jul 4 23:24:26 UTC 2016 - mrueckert@suse.de diff --git a/darktable.spec b/darktable.spec index 1d77e0e..8163f47 100644 --- a/darktable.spec +++ b/darktable.spec @@ -44,7 +44,7 @@ %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.5 +Version: 2.0.6 Release: 0 Url: http://www.darktable.org/ Source0: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz