Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gimp for openSUSE:Leap:16.0 checked in at 2025-07-23 17:50:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/gimp (Old) and /work/SRC/openSUSE:Leap:16.0/.gimp.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gimp" Wed Jul 23 17:50:03 2025 rev:3 rq:1294446 version:3.0.4 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/gimp/gimp.changes 2025-04-24 10:17:01.386537422 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.gimp.new.8875/gimp.changes 2025-07-23 17:50:08.534644924 +0200 @@ -1,0 +2,28 @@ +Mon May 19 06:52:00 UTC 2025 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 3.0.4: + * Clipboard Pasting: Resolved an issue where pasted selections into + other programs were incorrectly padded to the original image size. + * Monitor-Related Crashes: Addressed crashes occurring when changing + or turning off the main monitor. + * Font Handling: Improved font loading speed on startup, benefiting + users with extensive font libraries. + * Non-Destructive Filters: Enhanced undo history tracking for filters + and fixed visual glitches during layer rotations with active filters. + * Corrected the Help button functionality in the About Dialog. + * Fixed icon display issues on KDE Wayland. + * Resolved the ZDI-CAN-26752 bug affecting .ICO file imports. +- Drop upstreamed 0001-Avoid-type-names-and-keywords.patch +- Drop upstreamed gimp-3.0.2_de_shortcut_clash.patch + +------------------------------------------------------------------- +Mon Apr 28 14:49:41 UTC 2025 - Dirk Stoecker <opens...@dstoecker.de> + +- add gimp-3.0.2_de_shortcut_clash.patch to fix shortcuts of JPEG export + +------------------------------------------------------------------- +Thu Apr 24 00:30:23 UTC 2025 - Xiaoguang Wang <xiaoguang.w...@suse.com> + +- Added libheif-aom dependency to AVIF support (boo#1241553). + +------------------------------------------------------------------- Old: ---- 0001-Avoid-type-names-and-keywords.patch gimp-3.0.2.tar.xz New: ---- gimp-3.0.4.tar.xz ----------(Old B)---------- Old: * Resolved the ZDI-CAN-26752 bug affecting .ICO file imports. - Drop upstreamed 0001-Avoid-type-names-and-keywords.patch - Drop upstreamed gimp-3.0.2_de_shortcut_clash.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gimp.spec ++++++ --- /var/tmp/diff_new_pack.RL3kwW/_old 2025-07-23 17:50:10.486725864 +0200 +++ /var/tmp/diff_new_pack.RL3kwW/_new 2025-07-23 17:50:10.506726695 +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 @@ -37,7 +37,7 @@ %define alsa_version 1.0.0 %define appstream_glib_version 0.7.7 %define atk_version 2.4.0 -%define babl_version 0.1.112 +%define babl_version 0.1.114 %define cairo_version 1.14.0 %define cairo_pdf_version 1.14.0 %define dbus_glib_version 0.70 @@ -46,7 +46,7 @@ %define freetype2_version 2.1.7 %define exiv2_version 0.27.4 %define gdk_pixbuf_version 2.30.8 -%define gegl_version 0.4.56 +%define gegl_version 0.4.62 %define gexiv2_version 0.14.0 %define glib_version 2.70.0 %define gtk3_version 3.24.48 @@ -85,7 +85,7 @@ %define pkg_name gimp Name: gimp -Version: 3.0.2 +Version: 3.0.4 Release: 0 %global pkg_version %{version} Summary: The GNU Image Manipulation Program @@ -100,7 +100,6 @@ Patch1: gimp-2.99.19-cm-system-monitor-profile-by-default.patch Patch2: gimp-2.99.19-external-help-browser.patch Patch3: gimp-2.99.19-no-phone-home-default.patch -Patch4: 0001-Avoid-type-names-and-keywords.patch %if %{with debug_in_build_gimp} BuildRequires: gdb %endif @@ -172,6 +171,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 +205,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 ++++++ gimp-2.99.19-external-help-browser.patch ++++++ --- /var/tmp/diff_new_pack.RL3kwW/_old 2025-07-23 17:50:10.738736314 +0200 +++ /var/tmp/diff_new_pack.RL3kwW/_new 2025-07-23 17:50:10.762737309 +0200 @@ -1,7 +1,8 @@ -diff -up gimp-2.99.18/etc/gimprc.in.external-help-browser gimp-2.99.18/etc/gimprc.in ---- gimp-2.99.18/etc/gimprc.in.external-help-browser 2024-05-07 14:41:40.660506520 +0200 -+++ gimp-2.99.18/etc/gimprc.in 2024-05-07 14:46:04.028680986 +0200 -@@ -828,7 +828,7 @@ +Index: gimp-3.0.4/etc/gimprc.in +=================================================================== +--- gimp-3.0.4.orig/etc/gimprc.in ++++ gimp-3.0.4/etc/gimprc.in +@@ -823,7 +823,7 @@ # Sets the browser used by the help system. Possible values are gimp and # web-browser. # ++++++ gimp-3.0.2.tar.xz -> gimp-3.0.4.tar.xz ++++++ /work/SRC/openSUSE:Leap:16.0/gimp/gimp-3.0.2.tar.xz /work/SRC/openSUSE:Leap:16.0/.gimp.new.8875/gimp-3.0.4.tar.xz differ: char 27, line 1