update to 2023.2 [release 2023.2-1mamba;Thu May 25 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 18:04:17 +01:00
parent e683ca9bc9
commit 619b58ab3a

View File

@ -1,12 +1,12 @@
Name: spirv-tools
Version: 2022.4
Version: 2023.2
Release: 1mamba
Summary: API and commands for processing SPIR-V modules
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.khronos.org/vulkan/
URL: https://www.vulkan.org/
Source: https://github.com/KhronosGroup/SPIRV-Tools.git/v%{version}/SPIRV-Tools-%{version}.tar.bz2
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
@ -103,10 +103,15 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/cmake/SPIRV-Tools-opt/SPIRV-Tools-opt*.cmake
%dir %{_libdir}/cmake/SPIRV-Tools-reduce
%{_libdir}/cmake/SPIRV-Tools-reduce/SPIRV-Tools-reduce*.cmake
%dir %{_libdir}/cmake/SPIRV-Tools-tools
%{_libdir}/cmake/SPIRV-Tools-tools/*.cmake
%{_libdir}/pkgconfig/SPIRV-Tools-shared.pc
%{_libdir}/pkgconfig/SPIRV-Tools.pc
%doc CHANGES README.md
%changelog
* Thu May 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2023.2-1mamba
- update to 2023.2
* Tue Dec 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2022.4-1mamba
- package created using the webbuild interface