13 Commits

Author SHA256 Message Date
Stefan Dirsch
ffcf63860a removed build.specials.obscpio from git sources 2026-01-21 14:30:34 +01:00
Stefan Dirsch
aa70e18345 Removed _scmsync.obsinfo from git sources 2026-01-21 13:41:59 +01:00
Stefan Dirsch
dcbadddf66 Update to release 2025.5~rc1 (SDK-1.4.335.0) (jsc#PED-14036) 2026-01-20 13:12:57 +01:00
19c0e77d67 Sync changes to SLFO-1.2 branch 2025-08-20 13:33:58 +02:00
2d817a234e Accepting request 1231577 from X11:Wayland
- Update to release 2024.4~rc2

OBS-URL: https://build.opensuse.org/request/show/1231577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spirv-tools?expand=0&rev=47
2024-12-18 19:08:41 +00:00
OBS User unknown
48534698d0 [info=aae3b7f43c6c579079d06523fe5ec101506338f9512020604a4459b40c46044e]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=117
2024-12-16 20:04:21 +00:00
OBS User unknown
8e4d8a597c [info=ec43b0d272237683ab298d0714129eb0f8c7a42a8048fd9c778d3878f4ccaf78]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=116
2024-12-15 21:02:33 +00:00
6f5f3f6f60 Accepting request 1206398 from X11:Wayland
- Update to release 2024.4~rc1

OBS-URL: https://build.opensuse.org/request/show/1206398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spirv-tools?expand=0&rev=46
2024-10-09 20:03:20 +00:00
OBS User unknown
f8f8ef874a [info=b5d4e85baaf350f6da9fc1b6035f0200120a97da30de74a0aa766bc98d5562f6]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=115
2024-10-08 20:00:25 +00:00
OBS User unknown
03897698c9 [info=1cffec9d73a474b19ad5032867a7d4bdb3c3a1ae4fc44bd2fbf0cc667e04af79]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=114
2024-10-08 16:23:39 +00:00
a2d44f5b74 Accepting request 1189190 from X11:Wayland
- Update to release 2024.3

OBS-URL: https://build.opensuse.org/request/show/1189190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spirv-tools?expand=0&rev=45
2024-07-24 13:29:33 +00:00
23bbe892a8 [info=31778905711a6e493dda38e6848d43bd5aa8059ce73d9dcd5197703f84f6cd79]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=113
2024-07-03 07:18:32 +00:00
36fdd980ae - Update to release 2024.3
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=112
2024-06-26 00:21:52 +00:00
5 changed files with 11 additions and 20 deletions

View File

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

View File

@@ -1,12 +1,3 @@
-------------------------------------------------------------------
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) 2026 SUSE LLC and contributors
# Copyright (c) 2025 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-2026_1
%define lname libSPIRV-Tools-2025_5_rc1
# 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: 2026.1
Version: 2025.5~rc1
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/v2026.1.tar.gz
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2025.5.rc1.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+take2
BuildRequires: spirv-headers >= 1.6.4+sdk335
%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-2026.1
%autosetup -p1 -n SPIRV-Tools-2025.5.rc1
find . -type f -name CMakeLists.txt -exec \
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +

BIN
v2025.5.rc1.tar.gz LFS Normal file

Binary file not shown.

BIN
v2026.1.tar.gz LFS

Binary file not shown.