diff mbox series

[AUH] spirv-headers: upgrading to 1.3.280.0 SUCCEEDED

Message ID 0101018e9ad484d2-108da1d8-cd4d-4b2a-9c2f-3caa7444d2e1-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] spirv-headers: upgrading to 1.3.280.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 1, 2024, 6:03 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *spirv-headers* to *1.3.280.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-spirv-headers-upgrade-1.3.275.0-1.3.280.0.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 2f40ecd41eba5729403caed1d9788060556cc2c1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 1 Apr 2024 13:50:43 +0000
Subject: [PATCH] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0

---
 ....3.275.0.bb => spirv-headers_1.3.280.0.bb} | 105 +++++++++++++++++-
 1 file changed, 103 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/spir/{spirv-headers_1.3.275.0.bb => spirv-headers_1.3.280.0.bb} (12%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
similarity index 12%
rename from meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
rename to meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
index 598a8fc209..e1d4bfedf0 100644
--- a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
+++ b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
@@ -1,10 +1,111 @@ 
+# 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:
+#
+# --- LICENSE
+# +++ LICENSE
+# @@ -1,4 +1,5 @@
+# -Copyright (c) 2015-2018 The Khronos Group Inc.
+# +Files: All files except for those called out below.
+# +Copyright (c) 2015-2024 The Khronos Group Inc.
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+#  copy of this software and/or associated documentation files (the
+# @@ -23,3 +24,80 @@
+#  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+#  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+#  MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+# +
+# +---
+# +
+# +Files: include/spirv/spir-v.xml
+# +Copyright (c) 2015-2024 The Khronos Group Inc.
+# +
+# +Permission is hereby granted, free of charge, to any person obtaining a
+# +copy of this software and/or associated documentation files (the
+# +"Materials"), to deal in the Materials without restriction, including
+# +without limitation the rights to use, copy, modify, merge, publish,
+# +distribute, sublicense, and/or sell copies of the Materials, and to
+# +permit persons to whom the Materials are furnished to do so, subject to
+# +the following conditions:
+# +
+# +The above copyright notice and this permission notice shall be included
+# +in all copies or substantial portions of the Materials.
+# +
+# +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+# +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+# +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+# +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+# +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+# +
+# +---
+# +
+# +Files: tools/buildHeaders/jsoncpp/*
+# +The JsonCpp library's source code, including accompanying documentation,
+# +tests and demonstration applications, are licensed under the following
+# +conditions...
+# +
+# +The author (Baptiste Lepilleur) explicitly disclaims copyright in all
+# +jurisdictions which recognize such a disclaimer. In such jurisdictions,
+# +this software is released into the Public Domain.
+# +
+# +In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
+# +2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
+# +released under the terms of the MIT License (see below).
+# +
+# +In jurisdictions which recognize Public Domain property, the user of this
+# +software may choose to accept it either as 1) Public Domain, 2) under the
+# +conditions of the MIT License (see below), or 3) under the terms of dual
+# +Public Domain/MIT License conditions described here, as they choose.
+# +
+# +The MIT License is about as close to Public Domain as a license can get, and is
+# +described in clear, concise terms at:
+# +
+# +   http://en.wikipedia.org/wiki/MIT_License
+# +
+# +The full text of the MIT License follows:
+# +
+# +========================================================================
+# +Copyright (c) 2007-2010 Baptiste Lepilleur
+# +
+# +Permission is hereby granted, free of charge, to any person
+# +obtaining a copy of this software and associated documentation
+# +files (the "Software"), to deal in the Software without
+# +restriction, including without limitation the rights to use, copy,
+# +modify, merge, publish, distribute, sublicense, and/or sell copies
+# +of the Software, and to permit persons to whom the Software is
+# +furnished to do so, subject to the following conditions:
+# +
+# +The above copyright notice and this permission notice shall be
+# +included in all copies or substantial portions of the Software.
+# +
+# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+# +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+# +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+# +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# +SOFTWARE.
+# +========================================================================
+# +
+# +---
+# 
+#
+
 SUMMARY = "Machine-readable files for the SPIR-V Registry"
 SECTION = "graphics"
 HOMEPAGE = "https://www.khronos.org/registry/spir-v"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741"
 
-SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3"
+SRCREV = "8b246ff75c6615ba4532fe4fde20f1be090c3764"
 SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
 PE = "1"
 # These recipes need to be updated in lockstep with each other: