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
This commit is contained in:
commit
a2d44f5b74
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1719991062
|
||||||
|
commit: 31778905711a6e493dda38e6848d43bd5aa8059ce73d9dcd5197703f84f6cd79
|
||||||
|
url: https://src.opensuse.org/jengelh/spirv-tools
|
||||||
|
revision: master
|
@ -1,4 +1,4 @@
|
|||||||
libSPIRV-Tools-2024_1
|
libSPIRV-Tools-2024_3
|
||||||
spirv-tools-devel
|
spirv-tools-devel
|
||||||
requires -spirv-tools-<targettype>
|
requires -spirv-tools-<targettype>
|
||||||
requires "libSPIRV-Tools-2024_1-<targettype> = <version>"
|
requires "libSPIRV-Tools-2024_3-<targettype> = <version>"
|
||||||
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:81d43042273ae211a0bb448c616dce81b0a98c1bc908609b0dc629144aa32da1
|
||||||
|
size 256
|
@ -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>
|
Fri Apr 12 18:57:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
%define _lto_cflags %nil
|
%define _lto_cflags %nil
|
||||||
%define lname libSPIRV-Tools-2024_1
|
%define lname libSPIRV-Tools-2024_3
|
||||||
|
|
||||||
Name: spirv-tools
|
Name: spirv-tools
|
||||||
Version: 2024.1
|
Version: 2024.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: API and commands for processing SPIR-V modules
|
Summary: API and commands for processing SPIR-V modules
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/KhronosGroup/SPIRV-Tools
|
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
|
Source9: baselibs.conf
|
||||||
Patch1: ver.diff
|
Patch1: ver.diff
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -39,7 +39,7 @@ BuildRequires: gcc11-c++
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: spirv-headers >= 1.6.1+sdk275+git19
|
BuildRequires: spirv-headers >= 1.6.1+sdk283+g8
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The package includes an assembler, binary module parser,
|
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.
|
integration into other code bases directly.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n SPIRV-Tools-2024.1
|
%autosetup -p1 -n SPIRV-Tools-%version
|
||||||
find . -type f -name CMakeLists.txt -exec \
|
find . -type f -name CMakeLists.txt -exec \
|
||||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +
|
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +
|
||||||
|
|
||||||
|
@ -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
BIN
v2024.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user