diff mbox series

[AUH] pixman: upgrading to 0.46.4 SUCCEEDED

Message ID 0101019865f6260e-46e6e51f-cb4c-4904-9680-df8c755cd900-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 Aug. 1, 2025, 2:08 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 fab82f29e48d2fcb357cf157aee4a0e86d98273f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Aug 2025 12:12:37 +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+)+)"