From b9542e841d6a56644c5d1ffe1e28101bbd26500c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 03:01:33 -0400 Subject: [PATCH] import spirv-tools-2020.5-3.20201208.gitb27b1af.el8 --- .gitignore | 2 +- .spirv-tools.metadata | 2 +- SPECS/spirv-tools.spec | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c552caf..9fbaec3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/spirv-tools-f7da527757140ae701be58274ce6db2f4234d9ff.tar.gz +SOURCES/spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz diff --git a/.spirv-tools.metadata b/.spirv-tools.metadata index 9da467d..45235be 100644 --- a/.spirv-tools.metadata +++ b/.spirv-tools.metadata @@ -1 +1 @@ -c8af9953f625bb3924b22a59a11d5956322f86dc SOURCES/spirv-tools-f7da527757140ae701be58274ce6db2f4234d9ff.tar.gz +30d567894741d65bb36f703fa36c205853c1bdf0 SOURCES/spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz diff --git a/SPECS/spirv-tools.spec b/SPECS/spirv-tools.spec index 7402040..9b18aaf 100644 --- a/SPECS/spirv-tools.spec +++ b/SPECS/spirv-tools.spec @@ -1,18 +1,18 @@ -%global commit f7da527757140ae701be58274ce6db2f4234d9ff +%global commit b27b1afd12d05bf238ac7368bb49de73cd620a8e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20201031 +%global commit_date 20201208 %global gitrel .%{commit_date}.git%{shortcommit} Name: spirv-tools Version: 2020.5 -Release: 2%{?gitrel}%{?dist} +Release: 3%{?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 -BuildRequires: cmake3 +BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: ninja-build %if 0%{?rhel} == 7 @@ -48,7 +48,7 @@ Development files for %{name} %build %__mkdir_p %_target_platform pushd %_target_platform -%cmake3 -DCMAKE_BUILD_TYPE=Release \ +%cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \ -DSPIRV-Headers_SOURCE_DIR=%{_prefix} \ -DPYTHON_EXECUTABLE=%{__python3} \ @@ -88,8 +88,8 @@ popd %{_libdir}/pkgconfig/SPIRV-Tools.pc %changelog -* Tue Nov 03 2020 Dave Airlie - 2020.5-2 -- Update to latest upstream +* Thu Jan 28 2021 Dave Airlie - 2020.5-3 +- Update to 1.2.162.0 SDK version * Wed Aug 05 2020 Dave Airlie - 2020.5-1 - update to latest upstream