public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Androniychuk, Pavel <pavel.androniychuk@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/spirv-tools] rawhide: Update to 1.4.357.0 SDK
Date: Wed, 09 Sep 2026 15:23:58 GMT	[thread overview]
Message-ID: <178896743895.1.9146465238194008812.rpms-spirv-tools-1f49f35cfd4f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/spirv-tools
            Branch : rawhide
            Commit : 1f49f35cfd4f76936bb8df3ed170c981bdb9d25f
            Author : Androniychuk, Pavel <pavel.androniychuk@intel.com>
            Date   : 2026-09-08T11:05:09-07:00
            Stats  : +4/-17 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/spirv-tools/c/1f49f35cfd4f76936bb8df3ed170c981bdb9d25f?branch=rawhide

            Log:
            Update to 1.4.357.0 SDK

drop gcc12 patch

---
diff --git a/.gitignore b/.gitignore
index eedb018..ee53ea4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /SPIRV-Tools-sdk-1.4.328.1.tar.gz
 /SPIRV-Tools-sdk-1.4.341.0.tar.gz
 /SPIRV-Tools-sdk-1.4.350.0.tar.gz
+/SPIRV-Tools-sdk-1.4.357.0.tar.gz

diff --git a/fix-gcc12-build.patch b/fix-gcc12-build.patch
deleted file mode 100644
index 4ceeeef..0000000
--- a/fix-gcc12-build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up SPIRV-Tools-45dd184c790d6bfc78a5a74a10c37e888b1823fa/source/spirv_target_env.cpp.dma ./SPIRV-Tools-45dd184c790d6bfc78a5a74a10c37e888b1823fa/source/spirv_target_env.cpp
---- SPIRV-Tools-45dd184c790d6bfc78a5a74a10c37e888b1823fa/source/spirv_target_env.cpp.dma	2022-02-16 08:20:38.927239298 +1000
-+++ SPIRV-Tools-45dd184c790d6bfc78a5a74a10c37e888b1823fa/source/spirv_target_env.cpp	2022-02-16 08:20:42.262301854 +1000
-@@ -397,6 +397,8 @@ std::string spvLogStringForEnv(spv_targe
-   return "Unknown";
- }
- 
-+// workaround gcc12/stdlibc++ -Wrestrict bug.
-+#pragma GCC diagnostic ignored "-Wrestrict"
- std::string spvTargetEnvList(const int pad, const int wrap) {
-   std::string ret;
-   size_t max_line_len = wrap - pad;  // The first line isn't padded

diff --git a/sources b/sources
index dc256ca..dfd0e24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (SPIRV-Tools-sdk-1.4.350.0.tar.gz) = 765c71b082c77450b0823d9b04cdcfe8990ff83c9c12ab7d2318c1d7c3caf5d0db175ee8618472544c7ef9e18637d679ce07b6b43b2d6040cdb0435a59dd780b
+SHA512 (SPIRV-Tools-sdk-1.4.357.0.tar.gz) = e853b7a08d1d1001a45e8d8f7179be7b02d803959d598bd9d097f096b33fd2a380bcecc8c9c1c446941b9df41018271b45d7995f79f8d360e15feb0c32d43f39

diff --git a/spirv-tools.spec b/spirv-tools.spec
index be20628..f0beddc 100644
--- a/spirv-tools.spec
+++ b/spirv-tools.spec
@@ -1,9 +1,9 @@
 %undefine __cmake_in_source_build
 
-%global sdkver 1.4.350.0
+%global sdkver 1.4.357.0
 
 Name:           spirv-tools
-Version:        2026.2
+Version:        2026.3
 Release:        %autorelease
 Summary:        API and commands for processing SPIR-V modules
 
@@ -11,8 +11,6 @@ License:        Apache-2.0
 URL:            https://github.com/KhronosGroup/SPIRV-Tools
 Source0:        %url/archive/vulkan-sdk-%{sdkver}.tar.gz#/SPIRV-Tools-sdk-%{sdkver}.tar.gz
 
-Patch0: fix-gcc12-build.patch
-
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  ninja-build

                 reply	other threads:[~2026-09-09 15:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178896743895.1.9146465238194008812.rpms-spirv-tools-1f49f35cfd4f@fedoraproject.org \
    --to=pavel.androniychuk@intel.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox