To: ['Ross Burton '] To: openembedded-core@lists.openembedded.org Subject: [AUH] gdk-pixbuf: upgrading to 2.44.7 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260628050059/all/gdk-pixbuf/0001-gdk-pixbuf-upgrade-2.44.6-2.44.7.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260628050059/all/gdk-pixbuf/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260628050059/all/gdk-pixbuf/buildhistory-diff.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gdk-pixbuf* to *2.44.7* has Succeeded. Next steps: - apply the patch: git am 0001-gdk-pixbuf-upgrade-2.44.6-2.44.7.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 2929cb7f630da9219ce36662b2a19ca49532477b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 28 Jun 2026 05:26:00 +0000 Subject: [PATCH] gdk-pixbuf: upgrade 2.44.6 -> 2.44.7 --- ...meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 4 ++-- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch | 2 +- .../gdk-pixbuf/{gdk-pixbuf_2.44.6.bb => gdk-pixbuf_2.44.7.bb} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.44.6.bb => gdk-pixbuf_2.44.7.bb} (97%) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch index 2b41d1cca9..2e8d414132 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch @@ -1,4 +1,4 @@ -From 38bc595a5c365074b924ed2706a402679b3f6df4 Mon Sep 17 00:00:00 2001 +From f54bb27415493fe9d30b6a9103ba7e1497049a8e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 26 Jan 2023 20:29:46 +0100 Subject: [PATCH] meson.build: allow (a subset of) tests in cross compile @@ -22,7 +22,7 @@ Signed-off-by: Changqing Li 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/meson.build b/meson.build -index b88ef70..b181054 100644 +index 27c8fe7..6c31bdd 100644 --- a/meson.build +++ b/meson.build @@ -434,10 +434,10 @@ subdir('gdk-pixbuf') diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch index 2dd790115d..3c8011daea 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch @@ -1,4 +1,4 @@ -From dc1096f95914b7faf786e3c2682aa0b453605a3f Mon Sep 17 00:00:00 2001 +From fea4b14b45b5e8d0299dd0d0f9241ebaa0bdc690 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 1 Apr 2014 17:23:36 +0100 Subject: [PATCH] gdk-pixbuf: add an option so that loader errors are fatal diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.6.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.7.bb similarity index 97% rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.6.bb rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.7.bb index b2e348ea43..8efc14b59a 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.6.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.7.bb @@ -14,7 +14,7 @@ SECTION = "libs" DEPENDS = "glib-2.0 shared-mime-info" -SRC_URI[archive.sha256sum] = "140c2d0b899fcf853ee92b26373c9dc228dbcde0820a4246693f4328a27466fa" +SRC_URI[archive.sha256sum] = "172f80e3626ec31520a970400f1a3694e04718f6c2cd2885f75250fb5a6995a4" inherit gettext gnomebase pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gi-docgen lib_package manpages -- 2.47.1