diff mbox series

[AUH] pixman: upgrading to 0.46.4 SUCCEEDED

Message ID 010101990c6ea6c5-115d805b-4c91-41e8-8330-d40813a1a718-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] pixman: upgrading to 0.46.4 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2025, 9:56 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *pixman* to *0.46.4* has Succeeded.

Next steps:
    - apply the patch: git am 0001-pixman-upgrade-0.46.2-0.46.4.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 dbb47d5b6551ce804e9435188f311a3e3d1d7936 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 2 Sep 2025 20:50:22 +0000
Subject: [PATCH] pixman: upgrade 0.46.2 -> 0.46.4

---
 .../xorg-lib/{pixman_0.46.2.bb => pixman_0.46.4.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.46.2.bb => pixman_0.46.4.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.46.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.46.4.bb
similarity index 95%
rename from meta/recipes-graphics/xorg-lib/pixman_0.46.2.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.46.4.bb
index 71c7f9a98d..58c7bf3d03 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.46.2.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.46.4.bb
@@ -8,7 +8,7 @@  SECTION = "x11/libs"
 DEPENDS = "zlib"
 
 SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz"
-SRC_URI[sha256sum] = "3e0de5ba6e356916946a3d958192f15505dcab85134771bfeab4ce4e29bbd733"
+SRC_URI[sha256sum] = "d09c44ebc3bd5bee7021c79f922fe8fb2fb57f7320f55e97ff9914d2346a591c"
 
 # see http://cairographics.org/releases/ - only even minor versions are stable
 UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"