import shaderc-2022.2-2.el9
This commit is contained in:
parent
acf2484be6
commit
44fc46e6d9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/shaderc-b4a8e45.tar.gz
|
SOURCES/shaderc-551f106.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
9b3a15f63eb288c9fa3e5ba109fb2f57e7153bf9 SOURCES/shaderc-b4a8e45.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.216.0 sdk
|
# Release 1.3.224.0 sdk
|
||||||
%global commit b4a8e451994541ee5d40574b1ac50b8f33933aa3
|
%global commit 551f106dc64a1cacb298cc2f05613d142b53302f
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global snapshotdate 20220624
|
%global snapshotdate 20220811
|
||||||
|
|
||||||
# Glslang revision from packaged version
|
# Glslang revision from packaged version
|
||||||
%global glslang_version sdk-1.3.216.0
|
%global glslang_version sdk-1.3.224.0
|
||||||
|
|
||||||
Name: shaderc
|
Name: shaderc
|
||||||
Version: 2022.2
|
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,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 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
|
* Fri Jun 24 2022 Dave Airlie <airlied@redhat.com> - 2022.2-1
|
||||||
- Update for 1.3.216.0 sdk release
|
- Update for 1.3.216.0 sdk release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user