import CS shaderc-2023.4-1.el9
This commit is contained in:
parent
3a6ce1a8be
commit
81fffcaf54
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/shaderc-d0b0222.tar.gz
|
SOURCES/shaderc-45b735d.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
f4dc4690f08d9ac436033d47ebb901ac47d84b87 SOURCES/shaderc-d0b0222.tar.gz
|
06367b614e0f0d5fd93170f453f7e033577e67cd SOURCES/shaderc-45b735d.tar.gz
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
|
|
||||||
# Release 2023.1
|
# Release 2023.1
|
||||||
%global commit d0b02222f33e1e5e1f521e4e4e1cbfa7fe2cf540
|
%global commit 45b735dfddefe26a99b77e5a74e30d860713ac64
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global snapshotdate 20230116
|
%global snapshotdate 20230524
|
||||||
|
|
||||||
# Glslang revision from packaged version
|
# Glslang revision from packaged version
|
||||||
%global glslang_version sdk-1.3.239.0
|
%global glslang_version sdk-1.3.239.0
|
||||||
|
|
||||||
Name: shaderc
|
Name: shaderc
|
||||||
Version: 2023.1
|
Version: 2023.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A collection of tools, libraries, and tests for Vulkan shader compilation
|
Summary: A collection of tools, libraries, and tests for Vulkan shader compilation
|
||||||
|
|
||||||
License: ASL 2.0
|
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
|
%{_libdir}/pkgconfig/shaderc_combined.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 16 2023 Dave Airlie <airlied@redhat.com> - 2023.1-2
|
||||||
- Update for 1.3.239.0 sdk release
|
- Update for 1.3.239.0 sdk release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user