Rebase to 1.3.204 SDK Version

This commit is contained in:
Dave Airlie 2022-02-16 07:56:14 +10:00
parent 6595835e8f
commit e1ae3cc815
2 changed files with 8 additions and 12 deletions

View File

@ -1 +1 @@
SHA512 (spirv-tools-21e3f681e2004590c7865bc8c0195a4ab8e66c88.tar.gz) = 03416669c5a375913bf93834fb8dcbd00b69c1618694c9025d1f69c9b17ee0a195ceec8c920f5db66ee027ca66aaaecd7282c0fad150807f6e0ae68b3339ff6b
SHA512 (spirv-tools-45dd184c790d6bfc78a5a74a10c37e888b1823fa.tar.gz) = 3b6267943248a4b3d048a20dfcd9251229a61ac0f907574d460bbcd7075953c9e2f54cd77edb553c74f40093a0e1b34ae7503005b2b75e8af2d704c8208742fe

View File

@ -1,26 +1,19 @@
%undefine __cmake_in_source_build
%global commit 21e3f681e2004590c7865bc8c0195a4ab8e66c88
%global commit 45dd184c790d6bfc78a5a74a10c37e888b1823fa
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20211110
%global commit_date 20220202
%global gitrel .%{commit_date}.git%{shortcommit}
Name: spirv-tools
Version: 2021.4
Release: 5%{?gitrel}%{?dist}
Version: 2022.1
Release: 1%{?gitrel}%{?dist}
Summary: API and commands for processing SPIR-V modules
License: ASL 2.0
URL: https://github.com/KhronosGroup/SPIRV-Tools
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
Patch0: 0001-optimizer-restore-previous-ABI.patch
# Fixes qt6-qtdeclarative build failures on s390x
# https://bugzilla.redhat.com/show_bug.cgi?id=2012824
# https://github.com/KhronosGroup/SPIRV-Tools/pull/4622
Patch1: fix-endianness-of-string-literals.patch
BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: ninja-build
@ -96,6 +89,9 @@ Development files for %{name}
%{_libdir}/pkgconfig/SPIRV-Tools.pc
%changelog
* Wed Feb 16 2022 Dave Airlie <airlied@redhat.com> - 2022.1-1.20220202.git45dd184
- Rebase to 1.3.204 SDK Version
* Sat Jan 29 2022 Dave Jan Grulich <jgrulich@redhat.com> - 2021.4-5.20211110.git21e3f68
- Fix endianness of string literals