Latest snapshot used in 1.3.204 sdk
This commit is contained in:
parent
924fffb00f
commit
8a78336bde
20
glslang.spec
20
glslang.spec
@ -1,11 +1,11 @@
|
||||
%global commit c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5
|
||||
%global commit 2742e959347ae2fac58acd0d022c92a0ff1f24bf
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20211110
|
||||
%global commit_date 20220202
|
||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||
|
||||
Name: glslang
|
||||
Version: 11.7.0
|
||||
Release: 4%{?gitrel}%{?dist}
|
||||
Version: 11.9.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: OpenGL and OpenGL ES shader front end and validator
|
||||
|
||||
License: BSD and GPLv3+ and ASL 2.0
|
||||
@ -16,15 +16,6 @@ Patch1: glslang-default-resource-limits_staticlib.patch
|
||||
#Patch3: https://patch-diff.githubusercontent.com/raw/KhronosGroup/glslang/pull/1722.patch#/0001-pkg-config-compatibility.patch
|
||||
Patch3: 0001-pkg-config-compatibility.patch
|
||||
|
||||
# Fixes qt6-qtdeclarative build failures on s390x
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2012824
|
||||
# https://github.com/KhronosGroup/glslang/pull/2800
|
||||
Patch4: fix-encoding-decoding-of-string-literals-for-big-endian-systems.patch
|
||||
# https://github.com/KhronosGroup/glslang/pull/2818
|
||||
Patch5: fix-conversion-to-int8.patch
|
||||
# https://github.com/KhronosGroup/glslang/pull/2814
|
||||
Patch6: use-intermout-isnan-and-isinfinity-for-parse-time-constant-folding.patch
|
||||
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ninja-build
|
||||
@ -90,6 +81,9 @@ install -pm 0644 %{_vpath_builddir}/StandAlone/libglslang-default-resource-limit
|
||||
%{_libdir}/cmake/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 16 2022 Dave Airlie <airlied@redhat.com> - 11.9.0-1.20220202.git2742e95
|
||||
- Latest snapshot used in 1.3.204 sdk
|
||||
|
||||
* Sat Jan 29 2022 Jan Grulich <jgrulich@redhat.com - 11.7.0-4.20211110.gitc9706bd
|
||||
- Fix encoding/decoding of string literals for big-endian systems
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glslang-c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5.tar.gz) = 5ff0902e95592525b2671788bf27717c85d0876b31e96374eff5128f9bf7caf93bb636e4d5e1916a5d641715a780172308403bd49305d9a07cf66358d7e6407c
|
||||
SHA512 (glslang-2742e959347ae2fac58acd0d022c92a0ff1f24bf.tar.gz) = cc6b13f578eb3ee4d248c085ed6b2e11cd58c80ed327069e8d7583394b7587407761c17bd56844d9eb3988dfcc65f2658ff0f8303dd1578d7a793608d4f2fa50
|
||||
|
Loading…
Reference in New Issue
Block a user