diff mbox series

[AUH] libxkbcommon: upgrading to 1.10.0 SUCCEEDED

Message ID 010101972bc6f4a0-09af5e5f-c8cf-4a0b-b404-8d8f766fa098-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libxkbcommon: upgrading to 1.10.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 1, 2025, 1:55 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libxkbcommon-upgrade-1.9.2-1.10.0.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 5734a21eab0d974725b8081f35c76b17e0cd37e0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 1 Jun 2025 12:24:12 +0000
Subject: [PATCH] libxkbcommon: upgrade 1.9.2 -> 1.10.0

---
 .../xorg-lib/{libxkbcommon_1.9.2.bb => libxkbcommon_1.10.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.9.2.bb => libxkbcommon_1.10.0.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb
similarity index 96%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb
index 77ee8ce500..e10bbf7af0 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb
@@ -9,7 +9,7 @@  DEPENDS = "flex-native bison-native"
 
 SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master;tag=xkbcommon-${PV}"
 
-SRCREV = "dd642359f8d43c09968e34ca7f1eb1121b2dfd70"
+SRCREV = "7888474d0296dcad50c9ba4adfdfdf2be02d35e1"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig bash-completion