diff mbox series

[AUH] pixman: upgrading to 0.46.2 SUCCEEDED

Message ID 0101019773baa28e-a4840307-9b7c-473d-9e1d-67f176ace56e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] pixman: upgrading to 0.46.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 15, 2025, 1:15 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.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-pixman-upgrade-0.46.0-0.46.2.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 1fee8f90e05730232d678c9a47bef2c1ae4cb18e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Jun 2025 11:58:37 +0000
Subject: [PATCH] pixman: upgrade 0.46.0 -> 0.46.2

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

Patch

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