Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gimp for openSUSE:Factory checked in at 2025-04-30 19:02:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gimp (Old) and /work/SRC/openSUSE:Factory/.gimp.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gimp" Wed Apr 30 19:02:22 2025 rev:152 rq:1273184 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gimp/gimp.changes 2025-04-08 17:50:45.389301979 +0200 +++ /work/SRC/openSUSE:Factory/.gimp.new.30101/gimp.changes 2025-04-30 19:02:27.885529500 +0200 @@ -1,0 +2,5 @@ +Thu Apr 24 00:30:23 UTC 2025 - Xiaoguang Wang <xiaoguang.w...@suse.com> + +- Added libheif-aom dependency to AVIF support (boo#1241553). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gimp.spec ++++++ --- /var/tmp/diff_new_pack.j2bfO7/_old 2025-04-30 19:02:28.625560359 +0200 +++ /var/tmp/diff_new_pack.j2bfO7/_new 2025-04-30 19:02:28.629560526 +0200 @@ -1,7 +1,7 @@ # # spec file for package gimp # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -172,6 +172,7 @@ BuildRequires: pkgconfig(libexif) >= %{libexif_version} %if %{with libheif} BuildRequires: pkgconfig(libheif) >= %{libheif_version} +BuildRequires: libheif-aom >= %{libheif_version} %endif BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(liblzma) >= %{liblzma_version} @@ -205,6 +206,9 @@ # Explicitly declare the libgimp versions for upgrade purposes Requires: libgimp-3_0-0 = %{version} Requires: libgimpui-3_0-0 = %{version} +%if %{with libheif} +Requires: libheif-aom >= %{libheif_version} +%endif %if %{with gimp_lua} Requires: %{lua_lgi} %endif