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-04-18 21:44:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gegl (Old) and /work/SRC/openSUSE:Factory/.gegl.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gegl" Sun Apr 18 21:44:58 2021 rev:59 rq:885652 version:0.4.30 Changes: -------- --- /work/SRC/openSUSE:Factory/gegl/gegl.changes 2021-04-12 12:39:07.625492207 +0200 +++ /work/SRC/openSUSE:Factory/.gegl.new.12324/gegl.changes 2021-04-18 21:45:08.220724538 +0200 @@ -1,0 +2,7 @@ +Wed Apr 14 11:44:17 UTC 2021 - [email protected] + +- added patches + fix https://gitlab.gnome.org/GNOME/gegl/-/issues/284 + + gegl-openexr3.patch + +------------------------------------------------------------------- New: ---- gegl-openexr3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gegl.spec ++++++ --- /var/tmp/diff_new_pack.274K8t/_old 2021-04-18 21:45:08.744725424 +0200 +++ /var/tmp/diff_new_pack.274K8t/_new 2021-04-18 21:45:08.748725430 +0200 @@ -31,6 +31,8 @@ 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++ @@ -152,7 +154,7 @@ %lang_package -n %{name}-0_4 %prep -%autosetup +%autosetup -p1 %build %ifarch aarch64 ++++++ gegl-openexr3.patch ++++++ Index: gegl-0.4.30/operations/external/exr-load.cpp =================================================================== --- gegl-0.4.30.orig/operations/external/exr-load.cpp 2021-03-27 20:13:57.953967000 +0100 +++ gegl-0.4.30/operations/external/exr-load.cpp 2021-04-14 12:59:45.356157579 +0200 @@ -31,6 +31,7 @@ property_file_path (path, "File", "") #include "gegl-op.h" +#include <ImfFrameBuffer.h> #include <ImfInputFile.h> #include <ImfChannelList.h> #include <ImfRgbaFile.h> Index: gegl-0.4.30/operations/external/exr-save.cc =================================================================== --- gegl-0.4.30.orig/operations/external/exr-save.cc 2021-03-27 20:13:57.953967000 +0100 +++ gegl-0.4.30/operations/external/exr-save.cc 2021-04-14 13:00:22.140377503 +0200 @@ -39,6 +39,7 @@ extern "C" { } /* extern "C" */ #include <exception> +#include <ImfFrameBuffer.h> #include <ImfTiledOutputFile.h> #include <ImfOutputFile.h> #include <ImfChannelList.h>
