import spirv-tools-2022.1-1.20220202.git45dd184.el8
This commit is contained in:
parent
409dfcfa8b
commit
f2aa14ed8f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/spirv-tools-5dd2f76918bb2d0d67628e338f60f724f3e02e13.tar.gz
|
SOURCES/spirv-tools-45dd184c790d6bfc78a5a74a10c37e888b1823fa.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
55554351545562b9cd12fa5c17d2ae24d73fbe2b SOURCES/spirv-tools-5dd2f76918bb2d0d67628e338f60f724f3e02e13.tar.gz
|
96023ce0c9c256d96db8771aaeeff981cf202229 SOURCES/spirv-tools-45dd184c790d6bfc78a5a74a10c37e888b1823fa.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%global commit 5dd2f76918bb2d0d67628e338f60f724f3e02e13
|
%global commit 45dd184c790d6bfc78a5a74a10c37e888b1823fa
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20210619
|
%global commit_date 20220202
|
||||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||||
|
|
||||||
Name: spirv-tools
|
Name: spirv-tools
|
||||||
Version: 2021.2
|
Version: 2022.1
|
||||||
Release: 1%{?gitrel}%{?dist}
|
Release: 1%{?gitrel}%{?dist}
|
||||||
Summary: API and commands for processing SPIR-V modules
|
Summary: API and commands for processing SPIR-V modules
|
||||||
|
|
||||||
@ -70,12 +70,14 @@ popd
|
|||||||
%{_bindir}/spirv-dis
|
%{_bindir}/spirv-dis
|
||||||
%{_bindir}/spirv-lesspipe.sh
|
%{_bindir}/spirv-lesspipe.sh
|
||||||
%{_bindir}/spirv-link
|
%{_bindir}/spirv-link
|
||||||
|
%{_bindir}/spirv-lint
|
||||||
%{_bindir}/spirv-opt
|
%{_bindir}/spirv-opt
|
||||||
%{_bindir}/spirv-reduce
|
%{_bindir}/spirv-reduce
|
||||||
%{_bindir}/spirv-val
|
%{_bindir}/spirv-val
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%{_libdir}/libSPIRV-Tools-link.so
|
%{_libdir}/libSPIRV-Tools-link.so
|
||||||
|
%{_libdir}/libSPIRV-Tools-lint.so
|
||||||
%{_libdir}/libSPIRV-Tools-opt.so
|
%{_libdir}/libSPIRV-Tools-opt.so
|
||||||
%{_libdir}/libSPIRV-Tools-shared.so
|
%{_libdir}/libSPIRV-Tools-shared.so
|
||||||
%{_libdir}/libSPIRV-Tools-reduce.so
|
%{_libdir}/libSPIRV-Tools-reduce.so
|
||||||
@ -88,8 +90,8 @@ popd
|
|||||||
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 08 2021 Dave Airlie <airlied@redhat.com> - 2021.2-1
|
* Mon Feb 21 2022 Dave Airlie <airlied@redhat.com> - 2022.1-1
|
||||||
- Update to 1.2.182.0 SDK version
|
- Update to 1.3.204.0 SDK version
|
||||||
|
|
||||||
* Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 2020.5-3
|
* Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 2020.5-3
|
||||||
- Update to 1.2.162.0 SDK version
|
- Update to 1.2.162.0 SDK version
|
||||||
|
Loading…
Reference in New Issue
Block a user