Compare commits

...

3 Commits

7 changed files with 31 additions and 10 deletions

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1719991062
commit: 31778905711a6e493dda38e6848d43bd5aa8059ce73d9dcd5197703f84f6cd79
url: https://src.opensuse.org/jengelh/spirv-tools
revision: master

View File

@ -1,4 +1,4 @@
libSPIRV-Tools-2024_1
libSPIRV-Tools-2024_3
spirv-tools-devel
requires -spirv-tools-<targettype>
requires "libSPIRV-Tools-2024_1-<targettype> = <version>"
requires "libSPIRV-Tools-2024_3-<targettype> = <version>"

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81d43042273ae211a0bb448c616dce81b0a98c1bc908609b0dc629144aa32da1
size 256

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jun 25 20:47:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.3
* Optimizer:
* Do not fold MUL and ADDs to generate FMAs
* Add AliasedPointer decoration
* Add support for vulkan-shader-profiler external passes
* Validator:
* Add support for OpExtInstWithForwardRefs
* Disassembler:
* Add decorations to comments
* Add --nested-indent and --reorder-blocks
-------------------------------------------------------------------
Fri Apr 12 18:57:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,16 +17,16 @@
%define _lto_cflags %nil
%define lname libSPIRV-Tools-2024_1
%define lname libSPIRV-Tools-2024_3
Name: spirv-tools
Version: 2024.1
Version: 2024.3
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/v2024.1.tar.gz
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v%version.tar.gz
Source9: baselibs.conf
Patch1: ver.diff
BuildRequires: bison
@ -39,7 +39,7 @@ BuildRequires: gcc11-c++
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: python3-xml
BuildRequires: spirv-headers >= 1.6.1+sdk275+git19
BuildRequires: spirv-headers >= 1.6.1+sdk283+g8
%description
The package includes an assembler, binary module parser,
@ -67,7 +67,7 @@ validator, and is used in the standalone tools whilst also enabling
integration into other code bases directly.
%prep
%autosetup -p1 -n SPIRV-Tools-2024.1
%autosetup -p1 -n SPIRV-Tools-%version
find . -type f -name CMakeLists.txt -exec \
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:137780e2a8b5c722888f9ec0fb553e6e92f38a0a5c7fcdad9b715152448b9d82
size 3171146

BIN
v2024.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.