diff mbox series

[AUH] xrandr,xprop: upgrading to 1.5.3,1.2.8 SUCCEEDED

Message ID 01010193412282be-e43cb6a6-ce27-4097-bc8c-70c5f0e20686-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xrandr,xprop: upgrading to 1.5.3,1.2.8 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 18, 2024, 9:16 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *xrandr,xprop* to *1.5.3,1.2.8* has Succeeded.

Next steps:
    - apply the patch: git am 0001-xrandr-xprop-upgrade-1.5.2-1.5.3-1.2.7-1.2.8.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 1ae6a8a4bb8448690c3f23858e4b30bed3b0b0bb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 Nov 2024 23:06:06 +0000
Subject: [PATCH] xrandr,xprop: upgrade 1.5.2 -> 1.5.3,1.2.7 -> 1.2.8

---
 .../xorg-app/{xprop_1.2.7.bb => xprop_1.2.8.bb}                 | 2 +-
 .../xorg-app/{xrandr_1.5.2.bb => xrandr_1.5.3.bb}               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xprop_1.2.7.bb => xprop_1.2.8.bb} (86%)
 rename meta/recipes-graphics/xorg-app/{xrandr_1.5.2.bb => xrandr_1.5.3.bb} (83%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.8.bb
similarity index 86%
rename from meta/recipes-graphics/xorg-app/xprop_1.2.7.bb
rename to meta/recipes-graphics/xorg-app/xprop_1.2.8.bb
index 96e364b2b3..b9bc3b2892 100644
--- a/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb
+++ b/meta/recipes-graphics/xorg-app/xprop_1.2.8.bb
@@ -15,4 +15,4 @@  DEPENDS += "libxmu"
 PE = "1"
 
 SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f"
+SRC_URI[sha256sum] = "d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee"
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb b/meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb
similarity index 83%
rename from meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb
rename to meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb
index 1e29031849..75656af9ea 100644
--- a/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb
+++ b/meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb
@@ -12,6 +12,6 @@  DEPENDS += "libxrandr libxrender"
 PE = "1"
 
 SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "c8bee4790d9058bacc4b6246456c58021db58a87ddda1a9d0139bf5f18f1f240"
+SRC_URI[sha256sum] = "f8dd7566adb74147fab9964680b6bbadee87cf406a7fcff51718a5e6949b841c"
 
 BBCLASSEXTEND = "native nativesdk"