Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2024-11-30 13:27:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gimp (Old)
 and      /work/SRC/openSUSE:Factory/.gimp.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gimp"

Sat Nov 30 13:27:13 2024 rev:145 rq:1227143 version:2.10.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/gimp/gimp.changes        2024-10-20 
10:13:56.799538314 +0200
+++ /work/SRC/openSUSE:Factory/.gimp.new.28523/gimp.changes     2024-11-30 
13:27:20.636451131 +0100
@@ -1,0 +2,17 @@
+Thu Nov 28 14:47:18 UTC 2024 - Dirk Stoecker <[email protected]>
+
+- Fix jpeg-xl disabling, use proper with/without
+
+-------------------------------------------------------------------
+Mon Nov 11 15:16:56 UTC 2024 - Lubos Kocman <[email protected]>
+
+- Disable jpeg-xl support on SLES < 16.0 (SP6, SP7) 
+  libjxl is only in Leap/PackageHUB but not in SLES.
+  Leap gets gimp binary rpms from SLES.
+  (helps to fix bsc#1233157)
+
+- Re-adding dropped references compared to SLES 15 SP6 changelog
+  CVE-2022-32990 CVE-2023-44441 CVE-2023-44442
+  CVE-2023-44443 CVE-2023-44444
+  bsc#1201192 bsc#1217160 bsc#1217161 bsc#1217162 bsc#1217163
+-------------------------------------------------------------------
@@ -3350 +3366,0 @@
-

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gimp.spec ++++++
--- /var/tmp/diff_new_pack.C8EbEG/_old  2024-11-30 13:27:21.352480954 +0100
+++ /var/tmp/diff_new_pack.C8EbEG/_new  2024-11-30 13:27:21.352480954 +0100
@@ -25,12 +25,18 @@
 %else
 %bcond_with    libheif
 %endif
-
+# --without-jpegxl on SLES 15 SP6
+%if 0%{?sle_version} && 0%{?sle_version} < 160000
+%bcond_with    libjpegxl
+%else
+%bcond_without libjpegxl
+%endif
 %if 0%{?sle_version}
 %bcond_with python_plugin
 %else
 %bcond_without python_plugin
 %endif
+
 Name:           gimp
 Version:        2.10.38
 Release:        0
@@ -62,7 +68,9 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  libwmf-devel >= 0.2.8
 BuildRequires:  libxslt-tools
+%if %{with libjpegxl}
 BuildRequires:  libjxl-devel >= 0.7.0
+%endif
 BuildRequires:  pkgconfig
 %if %{with python_plugin}
 BuildRequires:  python-gtk-devel >= 2.10.4
@@ -244,6 +252,9 @@
        --libexecdir=%{_libexecdir}\
        --enable-default-binary\
        --disable-check-update\
+%if %{without libjpegxl}
+       --without-jpegxl\
+%endif
        --enable-mp
 
 %make_build

Reply via email to