12 Commits

Author SHA256 Message Date
67c0ed6c17 spirv-tools 2026.1 2026-01-26 20:09:49 +01:00
b4637cc351 spirv-tools 2025.5~rc1 2025-12-10 00:37:41 +01:00
b3b60272f4 spirv-tools 2025.4 2025-10-07 12:10:33 +02:00
fa6bd88470 spirv-tools 2025.4~rc1 2025-09-24 00:43:29 +02:00
50c1b307a1 spirv-tools 2025.3~rc1 2025-06-30 11:21:15 +02:00
4b13606fa8 spirv-tools 2025.2~rc2 2025-04-26 00:44:50 +02:00
9a402415e8 Bump BuildRequires to match spirv-headers 2025-03-13 17:56:52 +01:00
74343b229d spirv-tools 2025.1~rc1 2025-03-12 18:50:39 +01:00
Stefan Dirsch
de737fc8de Build with GCC 13 on Leap/SLES 15 (bsc#1238713)
This is in preparation to get Mesa build fixed which broke, after
llvm19 needed to be built now with gcc13.
2025-03-06 21:37:47 +01:00
aae3b7f43c spirv-tools 2024.4~rc2 2024-12-16 21:04:08 +01:00
b5d4e85baa spirv-tools 2024.4~rc1 2024-10-08 22:00:15 +02:00
3177890571 Synchronize with OBS 2024-07-03 09:17:42 +02:00
5 changed files with 20 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
libSPIRV-Tools-2025_5_rc1
libSPIRV-Tools-2026_1
spirv-tools-devel
requires -spirv-tools-<targettype>
requires "libSPIRV-Tools-2025_5_rc1-<targettype> = <version>"
requires "libSPIRV-Tools-2026_1-<targettype> = <version>"

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 26 19:04:22 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2026.1
* spirv-opt: Extended folding rules for subtraction, negation
* spirv-opt: Added constant folding for NMin, NMax and NClamp
* Implemented SPV_EXT_descriptor_heap
* Added support for SPV_NV_push_constant_bank
-------------------------------------------------------------------
Tue Dec 9 23:33:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package spirv-tools
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
%define _lto_cflags %nil
%define lname libSPIRV-Tools-2025_5_rc1
%define lname libSPIRV-Tools-2026_1
# Leap 15 and SLES 15 defaults to GCC 7, which does not have stable C++17 ABI.
# See https://bugzilla.suse.com/show_bug.cgi?id=1235697
@@ -26,13 +26,13 @@
%endif
Name: spirv-tools
Version: 2025.5~rc1
Version: 2026.1
Release: 0
Summary: API and commands for processing SPIR-V modules
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/SPIRV-Tools
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2025.5.rc1.tar.gz
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2026.1.tar.gz
Source9: baselibs.conf
Patch1: ver.diff
BuildRequires: bison
@@ -42,7 +42,7 @@ BuildRequires: gcc%{?gcc_version}-c++ >= 9
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: python3-xml
BuildRequires: spirv-headers >= 1.6.4+sdk335
BuildRequires: spirv-headers >= 1.6.4+sdk335+take2
%description
The package includes an assembler, binary module parser,
@@ -70,7 +70,7 @@ validator, and is used in the standalone tools whilst also enabling
integration into other code bases directly.
%prep
%autosetup -p1 -n SPIRV-Tools-2025.5.rc1
%autosetup -p1 -n SPIRV-Tools-2026.1
find . -type f -name CMakeLists.txt -exec \
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +

Binary file not shown.

BIN
v2026.1.tar.gz LFS Normal file

Binary file not shown.