File project.diff of Package imlib2
--- imlib2.changes.orig
+++ imlib2.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Dec 17 10:50:41 UTC 2025 - Michal Suchanek <msuchanek@suse.de>
+
+- Enable SVG
+- Disable HEIF on 15.6
+- Fix changelog
+
+-------------------------------------------------------------------
Sun Sep 7 10:36:42 UTC 2025 - Enrico Belleri <kilgore.trout@idesmi.eu>
- Do not link modules with libImlib2.la
@@ -661,7 +668,7 @@ Fri Oct 5 00:56:21 UTC 2017 - sflees@su
* Various enhancements, maintenance.
-------------------------------------------------------------------
-Wed May 10 00:56:21 UTC 2017 * sflees@suse.de
+Wed May 10 00:56:21 UTC 2017 - sflees@suse.de
- Update to 1.4.10
* PNM, TGA, XPM, and general loader fixes.
@@ -1025,5 +1032,3 @@ Wed May 28 15:28:32 CEST 2003 - ro@suse.
Fri Mar 14 00:08:04 CET 2003 - mmj@suse.de
- Initial package of imlib2-1.0.6
-
--------------------------------------------------------------------
--- imlib2.spec.orig
+++ imlib2.spec
@@ -1,7 +1,7 @@
#
# spec file for package imlib2
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -23,7 +23,12 @@
%else
%bcond_with jxl
%endif
-%bcond_with svg
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150600
+%bcond_without heif
+%else
+%bcond_with heif
+%endif
+%bcond_without svg
%bcond_with postscript
Name: imlib2
Version: 1.12.5
@@ -40,7 +45,6 @@ BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(id3tag)
BuildRequires: pkgconfig(libavif)
-BuildRequires: pkgconfig(libheif)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libopenjp2)
@@ -55,6 +59,9 @@ BuildRequires: pkgconfig(xcb-shm) >= 1.
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(zlib)
Recommends: imlib2-loaders
+%if %{with heif}
+BuildRequires: pkgconfig(libheif)
+%endif
%if %{with jxl}
BuildRequires: pkgconfig(libjxl)
BuildRequires: pkgconfig(libjxl_threads)