Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pillow-heif for openSUSE:Factory checked in at 2025-07-10 22:12:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pillow-heif (Old) and /work/SRC/openSUSE:Factory/.python-pillow-heif.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pillow-heif" Thu Jul 10 22:12:26 2025 rev:8 rq:1291612 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pillow-heif/python-pillow-heif.changes 2025-07-01 11:36:26.443010262 +0200 +++ /work/SRC/openSUSE:Factory/.python-pillow-heif.new.7373/python-pillow-heif.changes 2025-07-10 22:12:27.256478279 +0200 @@ -1,0 +2,5 @@ +Thu Jul 10 06:20:18 UTC 2025 - Richard Rahl <rra...@opensuse.org> + +- add patch include-new-header.patch, as libheif split the header file + +------------------------------------------------------------------- New: ---- include-new-header.patch ----------(New B)---------- New: - add patch include-new-header.patch, as libheif split the header file ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pillow-heif.spec ++++++ --- /var/tmp/diff_new_pack.y749LD/_old 2025-07-10 22:12:27.948507060 +0200 +++ /var/tmp/diff_new_pack.y749LD/_new 2025-07-10 22:12:27.948507060 +0200 @@ -23,6 +23,7 @@ License: BSD-3-Clause URL: https://github.com/bigcat88/pillow_heif Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: include-new-header.patch BuildRequires: %{python_module Pillow >= 9.5.0} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module devel} ++++++ include-new-header.patch ++++++ diff -rub pillow_heif-1.0.0/pillow_heif/_pillow_heif.c pillow_heif-1.0.0-patched/pillow_heif/_pillow_heif.c --- pillow_heif-1.0.0/pillow_heif/_pillow_heif.c 2025-06-29 08:10:31.000000000 +0200 +++ pillow_heif-1.0.0-patched/pillow_heif/_pillow_heif.c 2025-07-10 08:17:59.174582650 +0200 @@ -2,6 +2,7 @@ #include "Python.h" #include "libheif/heif.h" +#include "libheif/heif_properties.h" #include "_ph_postprocess.h" /* =========== Common stuff ======== */