diff mbox series

[AUH] xwayland: upgrading to 24.1.2 SUCCEEDED

Message ID 0101019157683e49-7cc0aec7-339b-45ea-b734-8c679525c16e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xwayland: upgrading to 24.1.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 15, 2024, 6:58 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-xwayland-upgrade-24.1.1-24.1.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 a4796433a47142d17b51be3cbac39a2120fbfe7c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Aug 2024 15:50:56 +0000
Subject: [PATCH] xwayland: upgrade 24.1.1 -> 24.1.2

---
 .../xwayland/{xwayland_24.1.1.bb => xwayland_24.1.2.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xwayland/{xwayland_24.1.1.bb => xwayland_24.1.2.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.1.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.2.bb
similarity index 96%
rename from meta/recipes-graphics/xwayland/xwayland_24.1.1.bb
rename to meta/recipes-graphics/xwayland/xwayland_24.1.2.bb
index 7302b53f61..a3ece64348 100644
--- a/meta/recipes-graphics/xwayland/xwayland_24.1.1.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_24.1.2.bb
@@ -10,7 +10,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
 
 SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz"
-SRC_URI[sha256sum] = "7125bee0b10335805d7f5ba57dfaa359a7850af1a68524f1d97b362741a51832"
+SRC_URI[sha256sum] = "141eb76e7e422a3661c08782c70be40931084755042c04506e0d97dd463ef7d2"
 
 UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"