diff --git a/darktable-2.0.6.tar.xz b/darktable-2.0.6.tar.xz deleted file mode 100644 index 3ed7731..0000000 --- a/darktable-2.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2368c1865221032061645342ba8c00bcd6d224e9829a55bc610e6cb67de738c1 -size 3018300 diff --git a/darktable-2.0.7.tar.xz b/darktable-2.0.7.tar.xz new file mode 100644 index 0000000..735e9ee --- /dev/null +++ b/darktable-2.0.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9226157404538183549079e3b8707c910fedbb669bd018106bdf584b88a1dab +size 2960436 diff --git a/darktable.changes b/darktable.changes index ef888d8..39deeb5 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,95 @@ +------------------------------------------------------------------- +Fri Oct 28 21:05:27 UTC 2016 - mrueckert@suse.de + +- update to 2.0.7 + - New Features + - Filter-out some EXIF tags when exporting. Helps keep + metadata size below max limit of ~64Kb + - Support the new Canon EOS 80D {m,s}RAW format + - Always show rendering intent selector in lighttable view + - Clear elevation when clearing geo data in map view + - Temperature module, invert module: add SSE vectorization for + X-Trans + - Temperature module: add keyboard shortcuts for presets + - Bugfixes + - Rawspeed: fixes for building with libjpeg (as opposed to + libjpeg-turbo) + - OpenCL: always use blocking memory transfer host<->device + - OpenCL: remove bogus `static` keyword in extended.cl + - Fix crash with missing configured display profile + - Histogram: always show aperture with one digit after dot + - Show if OpenEXR is supported in `--version` + - Rawspeed: use a non-deprecated way of getting OSX version + - Don't show bogus message about local copy when trying to + delete physically deleted image + - Base Support (newly added or small fixes) + - Canon EOS 100D + - Canon EOS 300D + - Canon EOS 6D + - Canon EOS 700D + - Canon EOS 80D (sRaw1, sRaw2) + - Canon PowerShot A720 IS (dng) + - Fujifilm FinePix S100FS + - Nikon D3400 (12bit-compressed) + - Panasonic DMC-FZ300 (4:3) + - Panasonic DMC-G8 (4:3) + - Panasonic DMC-G80 (4:3) + - Panasonic DMC-GX80 (4:3) + - Panasonic DMC-GX85 (4:3) + - Pentax K-70 + - Base Support (fixes, was broken in 2.0.6, apologies for + inconvenience) + - Nikon 1 AW1 + - Nikon 1 J1 (12bit-compressed) + - Nikon 1 J2 (12bit-compressed) + - Nikon 1 J3 + - Nikon 1 J4 + - Nikon 1 S1 (12bit-compressed) + - Nikon 1 S2 + - Nikon 1 V1 (12bit-compressed) + - Nikon 1 V2 + - Nikon Coolpix A (14bit-compressed) + - Nikon Coolpix P330 (12bit-compressed) + - Nikon Coolpix P6000 + - Nikon Coolpix P7000 + - Nikon Coolpix P7100 + - Nikon Coolpix P7700 (12bit-compressed) + - Nikon Coolpix P7800 (12bit-compressed) + - Nikon D1 + - Nikon D3 (12bit-compressed, 12bit-uncompressed) + - Nikon D3000 (12bit-compressed) + - Nikon D3100 + - Nikon D3200 (12bit-compressed) + - Nikon D3S (12bit-compressed, 12bit-uncompressed) + - Nikon D4 (12bit-compressed, 12bit-uncompressed) + - Nikon D5 (12bit-compressed, 12bit-uncompressed) + - Nikon D50 + - Nikon D5100 + - Nikon D5200 + - Nikon D600 (12bit-compressed) + - Nikon D610 (12bit-compressed) + - Nikon D70 + - Nikon D7000 + - Nikon D70s + - Nikon D7100 (12bit-compressed) + - Nikon E5400 + - Nikon E5700 (12bit-uncompressed) + + We were unable to bring back these 4 cameras, because we have + no samples. If anyone reading this owns such a camera, please + do consider providing samples. + - Nikon E8400 + - Nikon E8800 + - Nikon D3X (12-bit) + - Nikon Df (12-bit) + - White Balance Presets + - Pentax K-70 + - Noise Profiles + - Sony DSC-RX10 + - Translations Updates + - Catalan + - German + ------------------------------------------------------------------- Mon Sep 5 15:03:49 UTC 2016 - mrueckert@suse.de diff --git a/darktable.spec b/darktable.spec index 8163f47..d18553f 100644 --- a/darktable.spec +++ b/darktable.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %if ( 0%{?suse_version} > 1310 && 0%{?is_opensuse} ) || 0%{?fedora_version} >= 22 || 0%{?fc22}%{?fc23}%{?fc24}%{?fc25} %bcond_without osmgpsmap %else @@ -44,7 +45,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.6 +Version: 2.0.7 Release: 0 Url: http://www.darktable.org/ Source0: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz