|
|
|
@ -1,20 +1,20 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## (rpmautospec version 0.6.1)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 15;
|
|
|
|
|
release_number = 20;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
%global commit 268a061764ee69f09a477a695bf6a11ffe311b8d
|
|
|
|
|
%global commit 4f7b471f1a66b6d06462cd4ba57628cc0cd087d7
|
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: spirv-headers
|
|
|
|
|
Version: 1.5.5
|
|
|
|
|
Release: 15%{?dist}
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Header files from the SPIR-V registry
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -71,9 +71,24 @@ chmod a-x include/spirv/1.2/spirv.py
|
|
|
|
|
%{_datadir}/pkgconfig/SPIRV-Headers.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 5 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5.5-15
|
|
|
|
|
* Tue May 28 2024 José Expósito <jexposit@redhat.com> - 1.5.5-20
|
|
|
|
|
- Update to 1.3.283.0 SDK
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-19
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 José Expósito <jexposit@redhat.com> - 1.5.5-18
|
|
|
|
|
- update to 1.3.268.0 SDK
|
|
|
|
|
|
|
|
|
|
* Thu Oct 5 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5.5-17
|
|
|
|
|
- Initial build for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Thu Aug 10 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 1.5.5-17
|
|
|
|
|
- Update to a recent commit from main
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 19 2023 Dave Airlie <airlied@redhat.com> - 1.5.5-15
|
|
|
|
|
- update to 1.3.250.0 sdk relesae
|
|
|
|
|
|
|
|
|
|