Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glslang for openSUSE:Factory checked in at 2023-10-30 22:10:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glslang (Old) and /work/SRC/openSUSE:Factory/.glslang.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glslang" Mon Oct 30 22:10:01 2023 rev:46 rq:1120774 version:13.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/glslang/glslang.changes 2023-09-07 21:12:17.680347967 +0200 +++ /work/SRC/openSUSE:Factory/.glslang.new.17445/glslang.changes 2023-10-30 22:10:08.454790160 +0100 @@ -1,0 +2,9 @@ +Sun Oct 22 02:09:01 UTC 2023 - Jan Engelhardt <[email protected]> + +- Update to release 13.1.1 + * Support GL_EXT_texture_shadow_lod, GL_NV_displacement_micromap + * Add --no-link option +- Drop merged + 0001-Revert-CMake-Make-glslang-default-resource-limits-ST.patch + +------------------------------------------------------------------- Old: ---- 0001-Revert-CMake-Make-glslang-default-resource-limits-ST.patch 13.0.0.tar.gz New: ---- 13.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glslang.spec ++++++ --- /var/tmp/diff_new_pack.dcLDkg/_old 2023-10-30 22:10:09.142815542 +0100 +++ /var/tmp/diff_new_pack.dcLDkg/_new 2023-10-30 22:10:09.142815542 +0100 @@ -18,7 +18,7 @@ %define lname libglslang13 Name: glslang -Version: 13.0.0 +Version: 13.1.1 Release: 0 Summary: OpenGL and OpenGL ES shader front end and validator License: BSD-3-Clause @@ -27,12 +27,16 @@ #Git-URL: https://github.com/KhronosGroup/glslang Source: https://github.com/KhronosGroup/glslang/archive/%version.tar.gz Source3: baselibs.conf -Patch1: 0001-Revert-CMake-Make-glslang-default-resource-limits-ST.patch BuildRequires: bison BuildRequires: cmake >= 3.14.0 BuildRequires: fdupes -BuildRequires: gcc-c++ BuildRequires: python3-base +BuildRequires: spirv-tools-devel +%if 0%{?suse_version} && 0%{?suse_version} < 1599 +BuildRequires: gcc11-c++ +%else +BuildRequires: c++_compiler +%endif %description glslang is a compiler front end for the OpenGL ES and OpenGL shading @@ -87,8 +91,12 @@ %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects # ABI keeps on breaking (gh#3052 #3311 #3312) echo "V_%version { global: *; };" >/tmp/z.sym +%if 0%{?suse_version} && 0%{?suse_version} < 1599 +export CC=gcc-11 CXX=g++-11 +%endif # Trim -Wl,--no-undefined for now (https://github.com/KhronosGroup/glslang/issues/1484) -%cmake -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" +%cmake -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" \ + -DALLOW_EXTERNAL_SPIRV_TOOLS:BOOL=ON -DENABLE_OPT:BOOL=ON %make_build %install ++++++ 13.0.0.tar.gz -> 13.1.1.tar.gz ++++++ ++++ 19458 lines of diff (skipped)
