diff mbox series

[AUH] xorgproto: upgrading to 2023.1 SUCCEEDED

Message ID 01010188c2544d75-06ecff0b-b0fd-4428-9331-6ed536278ba9-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xorgproto: upgrading to 2023.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 16, 2023, 3:51 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-xorgproto-upgrade-2022.2-2023.1.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 5a453a572e05f99b8bb877deedbf7ba821d9312f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Jun 2023 21:52:44 +0000
Subject: [PATCH] xorgproto: upgrade 2022.2 -> 2023.1

---
 ...orgproto_2022.2.bb => xorgproto_2023.1.bb} | 23 +++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{xorgproto_2022.2.bb => xorgproto_2023.1.bb} (46%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2023.1.bb
similarity index 46%
rename from meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb
rename to meta/recipes-graphics/xorg-proto/xorgproto_2023.1.bb
index a1cd66c744..383d6ab111 100644
--- a/meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb
+++ b/meta/recipes-graphics/xorg-proto/xorgproto_2023.1.bb
@@ -1,3 +1,22 @@ 
+# 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-x11proto
+# +++ COPYING-x11proto
+# @@ -1,4 +1,4 @@
+# -Copyright (c) 1991, Oracle and/or its affiliates. All rights reserved.
+# +Copyright (c) 1991, Oracle and/or its affiliates.
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+#  copy of this software and associated documentation files (the "Software"),
+# 
+#
+
 SUMMARY = "X Window System unified protocol definitions"
 DESCRIPTION = "This package provides the headers and specification documents defining \
 the core protocol and (many) extensions for the X Window System"
@@ -6,10 +25,10 @@  BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
 
 SECTION = "x11/libs"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56"
+LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=0b9fe3db4015bcbe920e7c67a39ee3f1"
 
 SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.xz"
-SRC_URI[sha256sum] = "5d13dbf2be08f95323985de53352c4f352713860457b95ccaf894a647ac06b9e"
+SRC_URI[sha256sum] = "6545e41aceba43c13497ac8084dad5db6deef580a5ea7d0bd7872cfd1be72a13"
 
 inherit meson