Accepting request 437729 from graphics

- update to 2.0.7

OBS-URL: https://build.opensuse.org/request/show/437729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2016-11-01 08:58:25 +00:00 committed by Git OBS Bridge
parent 605beaf487
commit 8ea6e63926
4 changed files with 97 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2368c1865221032061645342ba8c00bcd6d224e9829a55bc610e6cb67de738c1
size 3018300

3
darktable-2.0.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9226157404538183549079e3b8707c910fedbb669bd018106bdf584b88a1dab
size 2960436

View File

@ -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 Mon Sep 5 15:03:49 UTC 2016 - mrueckert@suse.de

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # 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} %if ( 0%{?suse_version} > 1310 && 0%{?is_opensuse} ) || 0%{?fedora_version} >= 22 || 0%{?fc22}%{?fc23}%{?fc24}%{?fc25}
%bcond_without osmgpsmap %bcond_without osmgpsmap
%else %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}" %define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DPROJECT_VERSION:STRING="%{version}-%{release}"
Name: darktable Name: darktable
Version: 2.0.6 Version: 2.0.7
Release: 0 Release: 0
Url: http://www.darktable.org/ Url: http://www.darktable.org/
Source0: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz Source0: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz