From 2ef6593a789a79e5f144e932150a805272d34d4d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 28 Jan 2021 06:36:41 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/spirv-tools.git#9d759dd8ae66727a6e38779474ac6cd3c96eaa8d --- sources | 2 +- spirv-tools.spec | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sources b/sources index d2d971b..dc64415 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (spirv-tools-f7da527757140ae701be58274ce6db2f4234d9ff.tar.gz) = 58c3c676aaf5bfabf376b744235c41f7917b92189f5f641b85b65b2b03dbd570e4b78e5ed5b000e4327f1f48d895e25481930e12fc3716df2fc29be50d96ff95 +SHA512 (spirv-tools-b27b1afd12d05bf238ac7368bb49de73cd620a8e.tar.gz) = a69f69b22f79dc43042d1ff89df937513e6f089b2a309f25766f448727fe8514c80f1075b9d93742f0eb23c0fbd345c07f7c539a41078ffa2d776aa1991ecbf9 diff --git a/spirv-tools.spec b/spirv-tools.spec index 4970e9d..999ec7a 100644 --- a/spirv-tools.spec +++ b/spirv-tools.spec @@ -1,13 +1,13 @@ %undefine __cmake_in_source_build -%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: 3%{?gitrel}%{?dist} +Release: 5%{?gitrel}%{?dist} Summary: API and commands for processing SPIR-V modules License: ASL 2.0 @@ -88,6 +88,12 @@ Development files for %{name} %{_libdir}/pkgconfig/SPIRV-Tools.pc %changelog +* Thu Jan 28 2021 Dave Airlie - 2020.5-5 +- Update to 1.2.162.0 SDK version + +* Wed Jan 27 2021 Fedora Release Engineering - 2020.5-4.20201031.gitf7da527 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Dec 04 2020 Jeff Law - 2020.5-3.20201031.gitf7da5277 - Fix undesirable strncpy call to instead use memcpy to avoid gcc-11 diagnostic