import shaderc-2022.2-1.el9_0

This commit is contained in:
CentOS Sources 2022-08-15 09:31:41 -04:00 committed by Stepan Oksanichenko
parent 7318360890
commit acf2484be6
3 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/shaderc-1bbf43f.tar.gz
SOURCES/shaderc-b4a8e45.tar.gz

View File

@ -1 +1 @@
b0edee5bc60d60bb8bbf5fcef4283f1f3e30170b SOURCES/shaderc-1bbf43f.tar.gz
9b3a15f63eb288c9fa3e5ba109fb2f57e7153bf9 SOURCES/shaderc-b4a8e45.tar.gz

View File

@ -1,16 +1,16 @@
# Force out of source build
%undefine __cmake_in_source_build
# Release 1.3.204.0 sdk
%global commit 1bbf43f210941ba69a2cd05cf3529063f1ff5bb9
# Release 1.3.216.0 sdk
%global commit b4a8e451994541ee5d40574b1ac50b8f33933aa3
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global snapshotdate 20220202
%global snapshotdate 20220624
# Glslang revision from packaged version
%global glslang_version 0c4c93bf615b51be9ec057ba830c0207bdedae80
%global glslang_version sdk-1.3.216.0
Name: shaderc
Version: 2022.1
Version: 2022.2
Release: 1%{?dist}
Summary: A collection of tools, libraries, and tests for Vulkan shader compilation
@ -126,6 +126,9 @@ sed -i 's|SPIRV/GlslangToSpv.h|glslang/SPIRV/GlslangToSpv.h|' libshaderc_util/sr
%{_libdir}/pkgconfig/shaderc_combined.pc
%changelog
* Fri Jun 24 2022 Dave Airlie <airlied@redhat.com> - 2022.2-1
- Update for 1.3.216.0 sdk release
* Mon Feb 28 2022 Dave Airlie <airlied@redhat.com> - 2022.1-1
- Update for 1.3.204.0 sdk release