Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gegl for openSUSE:Factory checked in at 2021-10-12 21:47:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gegl (Old) and /work/SRC/openSUSE:Factory/.gegl.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gegl" Tue Oct 12 21:47:46 2021 rev:61 rq:923579 version:0.4.32 Changes: -------- --- /work/SRC/openSUSE:Factory/gegl/gegl.changes 2021-10-04 18:40:39.990125898 +0200 +++ /work/SRC/openSUSE:Factory/.gegl.new.2443/gegl.changes 2021-10-12 21:47:49.943741081 +0200 @@ -1,0 +2,6 @@ +Sun Oct 3 17:37:22 UTC 2021 - Marcus Rueckert <[email protected]> + +- disable docs until the upstream bug is solved + https://gitlab.gnome.org/GNOME/gegl/-/issues/294#note_1281553 + +------------------------------------------------------------------- @@ -5,0 +12,24 @@ + +------------------------------------------------------------------- +Sat Sep 18 22:50:48 UTC 2021 - Marcus Rueckert <[email protected]> + +- Update to version 0.4.32: + - Docs/testing: + - Fixes and improvements to the test system ands it integration + for comparing/keeping track of hashes of operation output by + John Marshall including and overhaul of reference + compositions and hashes, improving development as well as + documentation. + - Operations: + - distance-transform: + - openexr: fix build with newer OpenEXR 3 + - negative-darkroom: contrast boost and illuminant adjustment + parameter, reworked emulsion dye model, UI improvements, + more black and white paper presets. + - fill-path: 32bit float RGB and CMYK color processing, using + ctx as renderer. + - Core: + - Fixing of leaks and dead code removal in json op handling, + branch hints in buffer tile handling. +- drop patch gegl-openexr3.patch: + Fix upstream Old: ---- gegl-0.4.30.tar.xz gegl-openexr3.patch New: ---- gegl-0.4.32.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gegl.spec ++++++ --- /var/tmp/diff_new_pack.E6a3XN/_old 2021-10-12 21:47:50.559741963 +0200 +++ /var/tmp/diff_new_pack.E6a3XN/_new 2021-10-12 21:47:50.563741969 +0200 @@ -22,8 +22,10 @@ %bcond_without luajit %endif +%bcond_with gegl_docs + Name: gegl -Version: 0.4.30 +Version: 0.4.32 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -31,8 +33,6 @@ URL: http://gegl.org/ Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz Source99: baselibs.conf -# https://gitlab.gnome.org/GNOME/gegl/-/issues/284 -Patch0: gegl-openexr3.patch BuildRequires: ImageMagick BuildRequires: asciidoc BuildRequires: gcc-c++ @@ -168,7 +168,11 @@ %endif -Dworkshop=true \ -Djasper=disabled \ +%if %{with gegl_docs} -Ddocs=true \ +%else + -Ddocs=false \ +%endif %{nil} %meson_build @@ -220,8 +224,10 @@ %{_datadir}/vala/vapi/gegl-0.4.vapi %files doc -%doc AUTHORS docs/ChangeLog docs/NEWS.txt +%doc AUTHORS docs/ChangeLog NEWS +%if %{with gegl_docs} %doc %{_datadir}/gtk-doc/html/gegl/ +%endif %files -n %{name}-0_4-lang -f %{name}-0.4.lang ++++++ gegl-0.4.30.tar.xz -> gegl-0.4.32.tar.xz ++++++ ++++ 100057 lines of diff (skipped)
