Accepting request 453695 from graphics

- update to 2.2.3
  - Fix fatal crash when generating preview for medium megapixel
    count (~16MP) Bayer images
  - Propely subtract black levels: respect the even/odd -ness of
    the raw crop origin point
  - Collection module: fix a few ui quirks
- drop f7bc2b3338832a42629cdfaa691b5c921df0701c.patch
  included in update

- added f7bc2b3338832a42629cdfaa691b5c921df0701c.patch
  imageop_math: fix Bayer downscale bounds. Fixes #11486

OBS-URL: https://build.opensuse.org/request/show/453695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2017-02-02 14:41:46 +00:00 committed by Git OBS Bridge
parent a29954770b
commit 543702caca
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jan 31 21:36:16 UTC 2017 - mrueckert@suse.de
- update to 2.2.3
- Fix fatal crash when generating preview for medium megapixel
count (~16MP) Bayer images
- Propely subtract black levels: respect the even/odd -ness of
the raw crop origin point
- Collection module: fix a few ui quirks
- drop f7bc2b3338832a42629cdfaa691b5c921df0701c.patch
included in update
-------------------------------------------------------------------
Mon Jan 30 20:33:35 UTC 2017 - mrueckert@suse.de
- added f7bc2b3338832a42629cdfaa691b5c921df0701c.patch
imageop_math: fix Bayer downscale bounds. Fixes #11486
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 30 11:06:08 UTC 2017 - mrueckert@suse.de Mon Jan 30 11:06:08 UTC 2017 - mrueckert@suse.de

View File

@ -47,7 +47,7 @@
%define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_INSTALL_LIBDIR="%{_lib}" %define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_INSTALL_LIBDIR="%{_lib}"
Name: darktable Name: darktable
Version: 2.2.2 Version: 2.2.3
Release: 0 Release: 0
Url: http://www.darktable.org/ Url: http://www.darktable.org/
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz