Hello community, here is the log from the commit of package darktable for openSUSE:Factory checked in at 2019-03-19 10:01:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/darktable (Old) and /work/SRC/openSUSE:Factory/.darktable.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "darktable" Tue Mar 19 10:01:10 2019 rev:76 rq:686104 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/darktable/darktable.changes 2019-02-15 09:55:19.943761281 +0100 +++ /work/SRC/openSUSE:Factory/.darktable.new.28833/darktable.changes 2019-03-19 10:01:13.859901088 +0100 @@ -1,0 +2,70 @@ +Thu Mar 7 01:25:39 UTC 2019 - Marcus Rueckert <[email protected]> + +- fix gnuplot syntax in readme for basecurve tools + +------------------------------------------------------------------- +Thu Mar 7 00:33:31 UTC 2019 - Marcus Rueckert <[email protected]> + +- added basecurve.readme.patch +- moved the ownership of %{_libexecdir}/darktable to the main + package + +------------------------------------------------------------------- +Wed Mar 6 23:20:19 UTC 2019 - Marcus Rueckert <[email protected]> + +- update pdf manuals from 2.6.1 tag: comes in english, german and + italian +- actually install all pdf documentation + +------------------------------------------------------------------- +Wed Mar 6 23:14:01 UTC 2019 - Marcus Rueckert <[email protected]> + +- update to 2.6.1 + - New Features + - export module to piwigo + - color balance enhancements + - color contrast enhancements + - filmic enhancements (better auto-tuner) + - add contextual help for filmic module + - middle-click can be used to open the presets menu (this is + consistent with the fact that middle-click can be used to + create a new instance from a preset) + - again, better CSS customization for lighttable, filmstrip and + duplicates module + - presets can now be imported/exported + - all zoom levels can now be reached with a ctrl-scroll + - the slideshow view will adjust automatically when darktable + window is resized + - add support for tiff CIELAB/ICCLAB 8/16 bits + - add hierarchical view for styles (separated with |) + - forms opacity is displayed in hint messages + - add a color picker in the watermark module + - Bugfixes + - fix collect module filters + - fix retouch module, mask areas are properly taking into + account the source and destination + - fix navigation from darkroom when groups are present and + collapsed + - fix a rare issue where masks could "jump" to some random + location + - keep reference point (mouse position) when zooming above 200% + - title and description filters are now properly working + - minor UI fixes to gain some spaces in darktable modules + - fix masks detection over the mouse in some complex cases + - Camera support, compared to 2.6.0 + - Base Support + - DSC-RX100M6 + - Phase One P30 (fixed) + - Olympus OM-D E-M10 (enhanced) + - Nikon D7500 (enhanced) + - White Balance Presets + - Nikon D500 + - Olympus E-PL8 + - Noise Profiles + - Sony SLT-A35 + - Nikon Z6 + - Translations + - Catalan Czech, Dutch, Finnish, French, German, Norwegian + bokmål, Polish, Russian, Slovenian, Spanish + +------------------------------------------------------------------- Old: ---- darktable-2.6.0.tar.xz darktable-usermanual-es.pdf darktable-usermanual-fr.pdf New: ---- basecurve.readme.patch darktable-2.6.1.tar.xz darktable-2.6.1.tar.xz.asc darktable-usermanual-de.pdf darktable-usermanual-it.pdf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ darktable.spec ++++++ --- /var/tmp/diff_new_pack.BPRWqg/_old 2019-03-19 10:01:16.863897955 +0100 +++ /var/tmp/diff_new_pack.BPRWqg/_new 2019-03-19 10:01:16.903897914 +0100 @@ -75,21 +75,22 @@ %endif Name: darktable -Version: 2.6.0 +Version: 2.6.1 Release: 0 %define pkg_name darktable -%define pkg_version 2.6.0 +%define pkg_version 2.6.1 Url: http://www.darktable.org/ Source0: %{name}-%{pkg_version}.tar.xz -Source1: https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-usermanual.pdf -Source2: https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-usermanual-fr.pdf -Source3: https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-usermanual-es.pdf +Source1: https://github.com/darktable-org/darktable/releases/download/release-2.6.1/darktable-usermanual.pdf +Source2: https://github.com/darktable-org/darktable/releases/download/release-2.6.1/darktable-usermanual-de.pdf +Source3: https://github.com/darktable-org/darktable/releases/download/release-2.6.1/darktable-usermanual-it.pdf Source4: https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-lua-api.pdf -#Source96: series +Source96: %{name}-%{pkg_version}.tar.xz.asc Source97: darktable.dsc Source98: debian.tar.xz Source99: README.openSUSE Patch: darktable-old-glib.patch +Patch1: basecurve.readme.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: x86_64 aarch64 @@ -199,8 +200,8 @@ Summary: Noise profiling tools to support new cameras Group: Productivity/Graphics/Viewers Requires: /usr/bin/convert -Requires: gnuplot Requires: ghostscript +Requires: gnuplot %description tools-noise darktable is a virtual lighttable and darkroom for photographers: it manages @@ -211,7 +212,7 @@ %package doc Summary: Documentation for Darktable -Group: Documentation/PDF +Group: Documentation/Other BuildArch: noarch %description doc @@ -224,6 +225,7 @@ %prep %setup -q -n %{pkg_name}-%{version} %patch -p1 +%patch1 -p1 chmod -x tools/basecurve/* tools/noise/* cp %{S:1} %{S:2} %{S:3} %{S:4} . @@ -320,7 +322,8 @@ find %{buildroot}%{_libdir} -name "*.la" -delete %find_lang darktable -cp -av %{S:2} doc/ChangeLog doc/NEWS \ +cp -av %{S:1} %{S:2} %{S:3} %{S:4} \ + doc/ChangeLog doc/NEWS \ doc/thumbnail_color_management.txt \ doc/TODO doc/TRANSLATORS* \ %{buildroot}%{_defaultdocdir}/%{pkg_name} @@ -394,6 +397,8 @@ %if %{with translated_manpages} %{_mandir}/*/man1/darktable*.1* %endif +%dir %{_libexecdir}/darktable +%dir %{_libexecdir}/darktable/tools %if %{with basecurve_tool} %files tools-basecurve @@ -406,8 +411,6 @@ %files tools-noise %defattr(-,root,root) -%dir %{_libexecdir}/darktable -%dir %{_libexecdir}/darktable/tools %{_libexecdir}/darktable/tools/darktable-gen-noiseprofile %{_libexecdir}/darktable/tools/darktable-noiseprofile %{_libexecdir}/darktable/tools/profiling-shot.xmp ++++++ basecurve.readme.patch ++++++ Index: darktable/tools/basecurve/README.md =================================================================== --- darktable.orig/tools/basecurve/README.md +++ darktable/tools/basecurve/README.md @@ -45,20 +45,11 @@ You can build the tool using the followi You are invited to print the help message to get to know the tool's options: - $ "$YOUR_INSTALL_PATH/bin/dt-curve-tool" -h + $ "/usr/bin/dt-curve-tool" -h It may help you better understand the following paragraphs. -## Determining a basecurve/tonecurve using _dt-curve-tool-helper_ script - - -An additional helper script called _dt-curve-tool-helper_ is provided. This -script should automate many steps of the curve determination process. - -It is assumed that `$YOUR_INSTALL_PATH` is in your `$PATH`. - - ### Gathering the statistics @@ -218,8 +209,8 @@ Two GNUPlot scripts are provided in the suppose default filenames for the basecurve/tonecurve data/fit files have been used - $ gnuplot -e ${dt src}/tools/basecurve/gnuplot.tonecurve - $ gnuplot -e ${dt src}/tools/basecurve/gnuplot.basecurve + $ gnuplot -c /usr/share/darktable/tools/basecurve/gnuplot.tonecurve + $ gnuplot -c /usr/share/darktable/tools/basecurve/gnuplot.basecurve This generates a `basecurve.pdf`; resp `tonecurve.pdf` file with a graph of the gathered data and the fitted curves. This can help you measuring how much of ++++++ darktable-2.6.0.tar.xz -> darktable-2.6.1.tar.xz ++++++ ++++ 135314 lines of diff (skipped) ++++++ darktable-usermanual.pdf ++++++ (binary differes) ++++++ darktable.dsc ++++++ --- /var/tmp/diff_new_pack.BPRWqg/_old 2019-03-19 10:01:19.491895215 +0100 +++ /var/tmp/diff_new_pack.BPRWqg/_new 2019-03-19 10:01:19.507895199 +0100 @@ -2,7 +2,7 @@ Source: darktable Binary: darktable Architecture: any-amd64 any-arm64 -Version: 2.6.0-1.1 +Version: 2.6.1-1.1 Homepage: http://www.darktable.org/ Standards-Version: 3.9.8 Build-Depends: cmake, debhelper (>= 9), intltool, iso-codes, libcairo2-dev, libcolord-dev, libcolord-gtk-dev, libcups2-dev, libcurl4-gnutls-dev | libcurl-dev, libexiv2-dev, libflickcurl-dev, libglib2.0-dev, libgphoto2-dev, libgraphicsmagick1-dev, libgtk-3-dev, libjpeg-dev, libjson-glib-dev, liblcms2-dev, liblensfun-dev, liblua5.3-dev, libopenexr-dev, libopenjp2-7-dev, libosmgpsmap-1.0-dev, libpng-dev, libpugixml-dev, librsvg2-dev, libsecret-1-dev, libsoup2.4-dev, libsqlite3-dev, libtiff5-dev, libtiff-dev, libwebp-dev, xsltproc ++++++ debian.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/changelog new/debian/changelog --- old/debian/changelog 2018-12-24 16:34:04.343718628 +0100 +++ new/debian/changelog 2019-03-07 00:17:26.670427990 +0100 @@ -1,3 +1,9 @@ +darktable (2.6.1-1.1) experimental; urgency=medium + + * update to 2.6.1 + https://github.com/darktable-org/darktable/releases/tag/release-2.6.1 + + -- darix <[email protected]> Mon, 24 Dec 2018 15:33:00 -0000 darktable (2.6.0-1.1) experimental; urgency=medium * update to 2.6.0
