Compare commits

...

10 Commits

Author SHA1 Message Date
Dave Airlie b7688fee25 Process demands a bump 2023-05-19 09:56:22 +00:00
Dave Airlie 65f4cce377 Update to spirv headers for 1.3.239 sdk
Resolves: rhbz#2135180
2023-02-14 12:49:03 +10:00
Dave Airlie f62f57a66a Update to spirv headers for 1.3.224 sdk
Resolves: rhbz#2070288
2022-08-25 09:10:49 +10:00
Dave Airlie 54d815b5b3 Update to spirv headers for 1.3.216 sdk
Resolves: rhbz#2070288
2022-06-22 05:29:19 +10:00
Dave Airlie 551a7124b4 Update to spirv-headers for 1.3.204.0 sdk
Resolves: rhbz#2016876
2022-02-25 11:11:58 +10:00
Mohan Boddu 25cb7a0e06 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:57:11 +00:00
Dave Airlie 1959fb2c02 Update to spirv-headers for 1.2.182.0 sdk
Resolves: rhbz1984253
2021-07-30 05:47:05 +10:00
Dave Airlie 7b64f079fa Update to spirv-headers for 1.2.182.0 sdk
Resolves: rhbz1984253
2021-07-30 05:33:00 +10:00
Tomas Pelka c119bd3dc5 enabling gating for el9 2021-06-16 13:48:13 +02:00
Mohan Boddu 61efadc6fe - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 05:43:33 +00:00
5 changed files with 52 additions and 14 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
/spirv-headers-*.tar.gz
/SPIRV-Headers-sdk-1.3.216.0.tar.gz
/SPIRV-Headers-sdk-1.3.224.0.tar.gz
/SPIRV-Headers-sdk-1.3.239.0.tar.gz

1
.spirv-headers.metadata Normal file
View File

@ -0,0 +1 @@
b32995ff36f752cab167bb5d97fae4b8ed2373ae SPIRV-Headers-sdk-1.3.239.0.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1 +1 @@
SHA512 (spirv-headers-f027d53ded7e230e008d37c8b47ede7cd308e19d.tar.gz) = 3578a0210b954e904ac154307a0b98a2c01410adf910e549669109b1b559781959bb5771e39945c50523548a6613d064576fcba15aa3c9125255c0443d3e61a6
SHA512 (SPIRV-Headers-sdk-1.3.239.0.tar.gz) = 0c1f6b05490651bab9124d18104b2e0d0f2582a6b64215cfa463a4808beab9dd824463853b46607aac937ea03fbe5a894b8a5ccd6cc04a5d2c6ce7b9166a65e5

View File

@ -1,19 +1,21 @@
%global commit f027d53ded7e230e008d37c8b47ede7cd308e19d
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20201128
%global gitrel .%{commit_date}.git%{shortcommit}
%global sdkver 1.3.239.0
Name: spirv-headers
Version: 1.5.4
Release: 3%{?gitrel}%{?dist}
Version: 1.5.5
Release: 5%{?dist}
Summary: Header files from the SPIR-V registry
License: MIT
URL: https://github.com/KhronosGroup
Source0: %url/SPIRV-Headers/archive/%{commit}/%{name}-%{commit}.tar.gz
URL: https://github.com/KhronosGroup/SPIRV-Headers/
Source0: %url/archive/sdk-%{sdkver}.tar.gz#/SPIRV-Headers-sdk-%{sdkver}.tar.gz
BuildArch: noarch
BuildRequires: cmake3
BuildRequires: ninja-build
BuildRequires: gcc
BuildRequires: gcc-c++
%description
%{summary}
@ -38,23 +40,49 @@ This includes:
* The XML registry fil
%prep
%autosetup -n SPIRV-Headers-%{commit}
%autosetup -n SPIRV-Headers-sdk-%{sdkver}
chmod a-x include/spirv/1.2/spirv.py
%build
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_lib} -GNinja
%cmake_build
%install
mkdir -p %buildroot%{_includedir}/
mv include/* %buildroot%{_includedir}/
%cmake_install
%files devel
%license LICENSE
%doc README.md
%{_includedir}/spirv/
%{_datadir}/cmake/SPIRV-Headers/*.cmake
%{_datadir}/pkgconfig/SPIRV-Headers.pc
%changelog
* Wed Feb 15 2023 Dave Airlie <airlied@redhat.com> - 1.5.5-5
- Process demands a bump
* Tue Feb 14 2023 Dave Airlie <airlied@redhat.com> - 1.5.5-4
- Update to spirv headers for 1.3.239 sdk
* Thu Aug 25 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-3
- Update to spirv headers for 1.3.224 sdk
* Wed Jun 22 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-2
- Update to spirv headers for 1.3.216 sdk
* Tue Feb 22 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-1.20220117.gitb42ba6d
- Update to spirv headers for 1.3.204 sdk
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-6.20210617.git07f259e
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Jul 30 2021 Dave Airlie <airlied@redhat.com> - 1.5.4-5.20210617.git07f259
- Update to spirv-headers for 1.2.182.0 sdk
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-4.20201128.gitf027d53
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 1.5.4-3.20201128.gitf027d53
- Update to spirv headers for 1.2.162 sdk