To: ['openembedded-core@lists.openembedded.org']
To: 
Subject: [AUH] mkfontscale,xrandr: upgrading to 1.2.4,1.5.4 SUCCEEDED
Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/mkfontscale,xrandr/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/mkfontscale,xrandr/0001-mkfontscale-xrandr-upgrade-1.2.3-1.2.4-1.5.3-1.5.4.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/mkfontscale,xrandr/buildhistory-diff-full.txt

Hello,

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

Next steps:
    - apply the patch: git am 0001-mkfontscale-xrandr-upgrade-1.2.3-1.2.4-1.5.3-1.5.4.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 0cc4b85900f6974c2e2a7065cb5bcf48b53e3442 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 May 2026 06:16:58 +0000
Subject: [PATCH] mkfontscale,xrandr: upgrade 1.2.3 -> 1.2.4,1.5.3 -> 1.5.4

---
 ...ontscale_1.2.3.bb => mkfontscale_1.2.4.bb} |  2 +-
 .../{xrandr_1.5.3.bb => xrandr_1.5.4.bb}      | 26 +++++++++++++++++--
 2 files changed, 25 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-app/{mkfontscale_1.2.3.bb => mkfontscale_1.2.4.bb} (88%)
 rename meta/recipes-graphics/xorg-app/{xrandr_1.5.3.bb => xrandr_1.5.4.bb} (27%)

diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb
rename to meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb
index aa79902a34..42867db65d 100644
--- a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb
@@ -18,4 +18,4 @@ BBCLASSEXTEND = "native"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5a60c596d1b5f3dee9f005b703b3180d"
 
 SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "2921cdc344f1acee04bcd6ea1e29565c1308263006e134a9ee38cf9c9d6fe75e"
+SRC_URI[sha256sum] = "a01492a17a9b6c0ee3f92ee578850e305315b9f298da5f006a1cd4b51db01a5e"
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb b/meta/recipes-graphics/xorg-app/xrandr_1.5.4.bb
similarity index 27%
rename from meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb
rename to meta/recipes-graphics/xorg-app/xrandr_1.5.4.bb
index 75656af9ea..8b581f113a 100644
--- a/meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb
+++ b/meta/recipes-graphics/xorg-app/xrandr_1.5.4.bb
@@ -1,3 +1,25 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,6 +1,8 @@
+#  Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
+#  Copyright © 2002 Hewlett Packard Company, Inc.
+#  Copyright © 2006 Intel Corporation
+# +Copyright © 2008 Keith Packard
+# +Copyright © 2013 NVIDIA Corporation
+#  
+#  Permission to use, copy, modify, distribute, and sell this software and its
+#  documentation for any purpose is hereby granted without fee, provided that
+# 
+#
+
 require xorg-app-common.inc
 
 SUMMARY = "XRandR: X Resize, Rotate and Reflect extension command"
@@ -7,11 +29,11 @@ reflection of the outputs for a screen. It can also set the screen \
 size."
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=97a36d5c66965b1cea4666b3708ca6e8"
 DEPENDS += "libxrandr libxrender"
 PE = "1"
 
 SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "f8dd7566adb74147fab9964680b6bbadee87cf406a7fcff51718a5e6949b841c"
+SRC_URI[sha256sum] = "2cafccb2aaf2491a4068676117a0d4f90ab307724b96fffc54cd1da953779400"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.47.1


