import CS shaderc-2023.4-1.el9

This commit is contained in:
eabdullin 2023-09-21 20:27:41 +00:00
parent 3a6ce1a8be
commit 81fffcaf54
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/shaderc-d0b0222.tar.gz
SOURCES/shaderc-45b735d.tar.gz

View File

@ -1 +1 @@
f4dc4690f08d9ac436033d47ebb901ac47d84b87 SOURCES/shaderc-d0b0222.tar.gz
06367b614e0f0d5fd93170f453f7e033577e67cd SOURCES/shaderc-45b735d.tar.gz

View File

@ -2,16 +2,16 @@
%undefine __cmake_in_source_build
# Release 2023.1
%global commit d0b02222f33e1e5e1f521e4e4e1cbfa7fe2cf540
%global commit 45b735dfddefe26a99b77e5a74e30d860713ac64
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global snapshotdate 20230116
%global snapshotdate 20230524
# Glslang revision from packaged version
%global glslang_version sdk-1.3.239.0
Name: shaderc
Version: 2023.1
Release: 2%{?dist}
Version: 2023.4
Release: 1%{?dist}
Summary: A collection of tools, libraries, and tests for Vulkan shader compilation
License: ASL 2.0
@ -127,6 +127,9 @@ sed -i 's|SPIRV/GlslangToSpv.h|glslang/SPIRV/GlslangToSpv.h|' libshaderc_util/sr
%{_libdir}/pkgconfig/shaderc_combined.pc
%changelog
* Fri Jul 07 2023 Dave Airlie <airlied@redhat.com> - 2023.4-1
- Update for 1.3.250.1 sdk release
* Thu Feb 16 2023 Dave Airlie <airlied@redhat.com> - 2023.1-2
- Update for 1.3.239.0 sdk release