Fix endianness of string literals
This commit is contained in:
parent
d02a797476
commit
6595835e8f
1350
fix-endianness-of-string-literals.patch
Normal file
1350
fix-endianness-of-string-literals.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: spirv-tools
|
Name: spirv-tools
|
||||||
Version: 2021.4
|
Version: 2021.4
|
||||||
Release: 4%{?gitrel}%{?dist}
|
Release: 5%{?gitrel}%{?dist}
|
||||||
Summary: API and commands for processing SPIR-V modules
|
Summary: API and commands for processing SPIR-V modules
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -15,6 +15,12 @@ URL: https://github.com/KhronosGroup/SPIRV-Tools
|
|||||||
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||||
|
|
||||||
Patch0: 0001-optimizer-restore-previous-ABI.patch
|
Patch0: 0001-optimizer-restore-previous-ABI.patch
|
||||||
|
|
||||||
|
# Fixes qt6-qtdeclarative build failures on s390x
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2012824
|
||||||
|
# https://github.com/KhronosGroup/SPIRV-Tools/pull/4622
|
||||||
|
Patch1: fix-endianness-of-string-literals.patch
|
||||||
|
|
||||||
BuildRequires: cmake3
|
BuildRequires: cmake3
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
@ -90,6 +96,9 @@ Development files for %{name}
|
|||||||
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
%{_libdir}/pkgconfig/SPIRV-Tools.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 29 2022 Dave Jan Grulich <jgrulich@redhat.com> - 2021.4-5.20211110.git21e3f68
|
||||||
|
- Fix endianness of string literals
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2021.4-4.20211110.git21e3f68
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2021.4-4.20211110.git21e3f68
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user