diff mbox series

[AUH] xterm: upgrading to 388 SUCCEEDED

Message ID 0101018b96bef904-67859fd1-3c02-4229-816d-3f6daa78fc57-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xterm: upgrading to 388 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *xterm* to *388* has Succeeded.

Next steps:
    - apply the patch: git am 0001-xterm-upgrade-387-388.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 5ca57810b03d646e8442342ecb161fbc3426319d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 19:39:26 +0000
Subject: [PATCH] xterm: upgrade 387 -> 388

---
 .../recipes-graphics/xorg-app/{xterm_387.bb => xterm_388.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_387.bb => xterm_388.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_387.bb b/meta-oe/recipes-graphics/xorg-app/xterm_388.bb
similarity index 94%
rename from meta-oe/recipes-graphics/xorg-app/xterm_387.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_388.bb
index 09bb2976a..8578f0cc9 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_387.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_388.bb
@@ -8,7 +8,7 @@  SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
            file://0001-Add-configure-time-check-for-setsid.patch \
           "
 
-SRC_URI[sha256sum] = "81dd59cc2ecef1e849ed21722e37a24756e02b54ec19d157cb545b273813f4b8"
+SRC_URI[sha256sum] = "ac429345e6f937a5945a89d425a265fee6c215fc669dbdc6a0326e21f4c5f674"
 
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"