Accepting request 319549 from graphics

- update to 1.6.8
- do not try to use lua 5.3 on TW

OBS-URL: https://build.opensuse.org/request/show/319549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2015-08-01 09:38:56 +00:00 committed by Git OBS Bridge
parent 293a05b6e7
commit 861d721031
4 changed files with 46 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Jul 30 10:55:30 UTC 2015 - mrueckert@suse.de
- update to 1.6.8
- miscellaneous
- clipping, santiy check for custom aspect ratios
- read lensmodel from xmp
- handle canon lens recognition special case
- general cleanups
- rawspeed:
- Canon EOS M3
- Canon EOS 5Ds (R)
- Nikon 1 J5
- Panasonic DMC-G7 (4:3 aspect ratio only)
- Fujifilm X-T10
- Pentax K-S2
- Panasonic TZ71
- Olympus TG-4
- Leica VLUX1 4:3 aspect ratio mode
- adobe_coeff:
- Canon EOS M3
- Canon EOS 5Ds (R)
- Nikon 1 J5
- Panasonic DMC-G7
- Fujifilm X-T10
- Pentax K-S2
- Olympus TG-4
- wb_presets:
- Samsung NX500
- Panasonic TZ71
- noise profiles:
- Sony ILCE-5100
- Fujifilm HS50EXR
- Canon EOS 5Ds R
- do not try to use lua 5.3 on TW
-------------------------------------------------------------------
Tue Jun 30 00:20:08 UTC 2015 - mrueckert@suse.de

View File

@ -17,7 +17,7 @@
Name: darktable
Version: 1.6.7
Version: 1.6.8
Release: 0
Url: http://darktable.sourceforge.net
# darktable contains patented code that we cannot ship. Therefore we use
@ -73,8 +73,13 @@ BuildRequires: pkgconfig(libsecret-1)
BuildRequires: libGraphicsMagick3
%endif
%if 0%{?suse_version} > 1210
%if 0%{?suse_version} && (0%{?suse_version} > 1210 && 0%{?suse_version} < 1321)
BuildRequires: lua-devel
%else
BuildRequires: lua52-devel
%endif
%if 0%{?suse_version} > 1210
BuildRequires: pkgconfig(libopenjpeg)
%endif