From 7aaaf9990dd814ea8364b7310e41d13eaca2f15bd9cf206b5bb7806de6052431 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 4 Feb 2016 23:32:10 +0000 Subject: [PATCH] Accepting request 357569 from graphics 1 OBS-URL: https://build.opensuse.org/request/show/357569 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=55 --- darktable-2.0.0.tar.xz | 3 -- darktable-2.0.1.tar.xz | 3 ++ darktable.changes | 82 ++++++++++++++++++++++++++++++++++++++++++ darktable.spec | 3 +- 4 files changed, 86 insertions(+), 5 deletions(-) delete mode 100644 darktable-2.0.0.tar.xz create mode 100644 darktable-2.0.1.tar.xz diff --git a/darktable-2.0.0.tar.xz b/darktable-2.0.0.tar.xz deleted file mode 100644 index 78c3468..0000000 --- a/darktable-2.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4f2f525bbbb1355bc3470e74cc158d79d7e236f3925928f67a88461f1df7cb1 -size 2888596 diff --git a/darktable-2.0.1.tar.xz b/darktable-2.0.1.tar.xz new file mode 100644 index 0000000..ccd9dba --- /dev/null +++ b/darktable-2.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0e76eb42b95418ab59c17bff8aac660f5348b082aabfb3113607c67e87830b +size 2927028 diff --git a/darktable.changes b/darktable.changes index 05727a3..1e6402d 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,85 @@ +------------------------------------------------------------------- +Wed Feb 3 14:06:46 UTC 2016 - mrueckert@suse.de + +- update to 2.0.1 + New features: + * add export variables for Creator, Publisher and Rights from + metadata + * add support for key accels for spot removal iop + * add some more info to --version + * add collection sorting by group_id to keep grouped images + together + * add $(IMAGE.BASENAME) to watermark + * OSX packaging: add darktable-cltest + * OSX packaging: add darktable-generate-cache + Bugfixes: + * make sure GTK prefers our CSS over system's + * make selected label's background color visible + * make ctrl-t completion popup nicer + * fixed folder list scrolling to the top on select + * scale waveform histogram to hidpi screens + * really hide all panels in slideshow + * add filename to missing white balance message + * fix wrong tooltip in print scale + * changing mask no longer invalidates the filmstrip thumb, making + it faster + * fix calculated image count in a collection + * don't allow too small sidepanels + * fixes white balance sliders for some cameras + * fix some memleaks + * code hardening in color reconstruction + * validate noiseprofiles.json on startup + * no longer lose old export presets + * fix some crash with wrong history_end + * don't load images from cameras with CYGM/RGBE CFA for now + * some fixes in demosaicing + * fix red/blue interpolation for XTrans + * fix profiled denoise on OpenCL + * use sRGB when output/softproof profile is missing + * fix loading of .hdr files + * default to libsecret instead of gnome keyring which is no + longer supported + * fix a bug in mask border self intersections + * don't allow empty strings as mask shape names + * fix a crash in masks + * fix an OpenCL crash + * eliminate deprecated OpenCL compiler options + * update appdata file to version 0.6 + * allow finding Saxon on Fedora 23 + Camera support: + * Fujifilm XQ2 RAW support + * support all Panasonic FZ150 crop modes + * basic support for Nikon 1 V3 + * add defs for Canon CHDK DNG cameras to make noise profiles work + + White balance presets: + * add Nikon D5500 + * add Nikon 1 V3 + * add missing Nikon D810 presets + * add Fuji X100T + + Basecurves: + * copy X100S to X100T + + Noise profiles: + * fix typo in D5200 profiles to make them work again + * add Panasonic FZ1000 + * add Nikon D5500 + * add Ricoh GR + * add Nikon 1 V3 + * add Canon PowerShot S100 + * copy Fuji X100S to X100T + + Translations: + * add Hungarian + * update German + * update Swedish + * update Slovak + * update Spanish + * update Dutch + * update French +- remove gnome-keyring buildrequires + ------------------------------------------------------------------- Tue Jan 5 10:25:58 UTC 2016 - fcrozat@suse.com diff --git a/darktable.spec b/darktable.spec index 9b48646..9c0e8e7 100644 --- a/darktable.spec +++ b/darktable.spec @@ -45,7 +45,7 @@ %define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DPROJECT_VERSION:STRING="%{name}-%{version}-%{release}" Name: darktable -Version: 2.0.0 +Version: 2.0.1 Release: 0 Url: http://www.darktable.org/ Source0: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz @@ -105,7 +105,6 @@ BuildRequires: pkgconfig(flickcurl) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gnome-keyring-1) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(lensfun)