git snapshot to let newer vulkan validation layers build

This commit is contained in:
Dave Airlie 2019-08-01 13:30:32 +10:00
parent 662ce4d252
commit 6fbe1d36a8
2 changed files with 12 additions and 9 deletions

View File

@ -1 +1 @@
SHA512 (spirv-tools-2019.3.tar.gz) = 1c3a0ee2db6bb581451e1f7fcf778699ec4634ad88d69e36740ac3e9dde8e1f8ddc17bc52904728fb5019ca62ff008f12f17ce7764e09bc04aea7e8418cbe68e
SHA512 (spirv-tools-aa9e8f538041db3055ea443080e0ccc315fa114f.tar.gz) = 374ebc7e0b3aac8f7fe9d845765879e9e5701a167fecaf0922acbabf7de7c83154c78688ee1a8b2dc90c5f63b0867bd8fd93c089e04473f8725e35c92c97ae3d

View File

@ -1,16 +1,16 @@
#global commit 26a698c34788bb69123a1f3789970a16cf4d9641
#global shortcommit %%(c=%{commit}; echo ${c:0:7})
#global commit_date 20180407
#global gitrel .%%{commit_date}.git%%{shortcommit}
%global commit aa9e8f538041db3055ea443080e0ccc315fa114f
%global shortcommit %%(c=%{commit}; echo ${c:0:7})
%global commit_date 20190715
%global gitrel .%%{commit_date}.git%%{shortcommit}
Name: spirv-tools
Version: 2019.3
Release: 2%{?dist}
Version: 2019.4
Release: 0.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/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
BuildRequires: cmake3
BuildRequires: gcc-c++
@ -43,7 +43,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Development files for %{name}
%prep
%autosetup -p1 -n SPIRV-Tools-%{version}
%autosetup -p1 -n SPIRV-Tools-%{commit}
%build
%__mkdir_p %_target_platform
@ -87,6 +87,9 @@ popd
%{_libdir}/pkgconfig/SPIRV-Tools.pc
%changelog
* Thu Aug 01 2019 Dave Airlie <airlied@redhat.com> - 2019.4-0.1
- git snapshot to let newer vulkan validation layers build
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild