import shaderc-2022.2-2.el9
This commit is contained in:
parent
dd4467b6d2
commit
cfe20d848b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/shaderc-1bbf43f.tar.gz
|
SOURCES/shaderc-551f106.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
b0edee5bc60d60bb8bbf5fcef4283f1f3e30170b SOURCES/shaderc-1bbf43f.tar.gz
|
ab44f35c283b8ed860a07d2fff2455786fe69a03 SOURCES/shaderc-551f106.tar.gz
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
# Force out of source build
|
# Force out of source build
|
||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
|
|
||||||
# Release 1.3.204.0 sdk
|
# Release 1.3.224.0 sdk
|
||||||
%global commit 1bbf43f210941ba69a2cd05cf3529063f1ff5bb9
|
%global commit 551f106dc64a1cacb298cc2f05613d142b53302f
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global snapshotdate 20220202
|
%global snapshotdate 20220811
|
||||||
|
|
||||||
# Glslang revision from packaged version
|
# Glslang revision from packaged version
|
||||||
%global glslang_version 0c4c93bf615b51be9ec057ba830c0207bdedae80
|
%global glslang_version sdk-1.3.224.0
|
||||||
|
|
||||||
Name: shaderc
|
Name: shaderc
|
||||||
Version: 2022.1
|
Version: 2022.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -126,6 +126,12 @@ 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 Aug 26 2022 Dave Airlie <airlied@redhat.com> - 2022.2-2
|
||||||
|
- Update for 1.3.224.0 sdk release
|
||||||
|
|
||||||
|
* 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
|
* Mon Feb 28 2022 Dave Airlie <airlied@redhat.com> - 2022.1-1
|
||||||
- Update for 1.3.204.0 sdk release
|
- Update for 1.3.204.0 sdk release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user