Openembedded Core Discussions
 help / color / mirror / Atom feed
* [AUH] spirv-tools: upgrading to 2021.1 SUCCEEDED
@ 2021-05-15 10:33 auh
  0 siblings, 0 replies; only message in thread
From: auh @ 2021-05-15 10:33 UTC (permalink / raw)
  To: Jose Quaresma; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 992 bytes --]

Hello,

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

Next steps:
    - apply the patch: git am 0001-spirv-tools-upgrade-2020.7-2021.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

[-- Attachment #2: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 2296 bytes --]

packages/core2-32-poky-linux/spirv-tools: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools-dbg: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools/spirv-tools-dbg: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools-dbg: PKGSIZE changed from 230425408 to 231661376 (+1%)
packages/core2-32-poky-linux/spirv-tools/spirv-tools-dev: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools/spirv-tools-dev: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools-dev: PKGSIZE changed from 134336 to 135104 (+1%)
packages/core2-32-poky-linux/spirv-tools/spirv-tools-doc: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools/spirv-tools-doc: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools-lesspipe: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools/spirv-tools-lesspipe: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools-locale: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools/spirv-tools-locale: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools-src: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools/spirv-tools-src: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools-src: PKGSIZE changed from 4739692 to 4754405 (+0%)
packages/core2-32-poky-linux/spirv-tools/spirv-tools-staticdev: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools/spirv-tools-staticdev: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools: PKGV changed from 2020.7 [default] to 2021.1 [default]
packages/core2-32-poky-linux/spirv-tools/spirv-tools: PV changed from "2020.7" to "2021.1"
packages/core2-32-poky-linux/spirv-tools/spirv-tools: PKGSIZE changed from 6323166 to 6347742 (+0%)

[-- Attachment #3: 0001-spirv-tools-upgrade-2020.7-2021.1.patch --]
[-- Type: application/octet-stream, Size: 1241 bytes --]

From a970cee092aa312999ce96ab0f5b52dca1c70203 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Sat, 15 May 2021 07:14:11 +0000
Subject: [PATCH] spirv-tools: upgrade 2020.7 -> 2021.1

---
 .../spir/{spirv-tools_2020.7.bb => spirv-tools_2021.1.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/spir/{spirv-tools_2020.7.bb => spirv-tools_2021.1.bb} (96%)

diff --git a/meta/recipes-graphics/spir/spirv-tools_2020.7.bb b/meta/recipes-graphics/spir/spirv-tools_2021.1.bb
similarity index 96%
rename from meta/recipes-graphics/spir/spirv-tools_2020.7.bb
rename to meta/recipes-graphics/spir/spirv-tools_2021.1.bb
index 8be698533a..5795d93e53 100644
--- a/meta/recipes-graphics/spir/spirv-tools_2020.7.bb
+++ b/meta/recipes-graphics/spir/spirv-tools_2021.1.bb
@@ -7,7 +7,7 @@ SECTION = "graphics"
 LICENSE  = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "2573fd781b5408cd7fe5755a78b60d767a748ff9"
+SRCREV = "4b3707b788c84449a55f67257ae6aab3ca3552cb"
 SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git \
            file://0001-fix-strncpy-bound-error.patch \
           "
-- 
2.27.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-15 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-15 10:33 [AUH] spirv-tools: upgrading to 2021.1 SUCCEEDED auh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox