Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glslang for openSUSE:Factory checked in at 2021-01-20 18:23:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glslang (Old) and /work/SRC/openSUSE:Factory/.glslang.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glslang" Wed Jan 20 18:23:07 2021 rev:25 rq:864138 version:11.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glslang/glslang.changes 2020-08-21 18:59:28.472192867 +0200 +++ /work/SRC/openSUSE:Factory/.glslang.new.28504/glslang.changes 2021-01-20 18:23:10.083297325 +0100 @@ -1,0 +2,14 @@ +Mon Jan 18 16:51:58 UTC 2021 - Jan Engelhardt <[email protected]> + +- Update to release 11.1.0 + * Add new SpirvToolsDisassemble API interface. + * SPV: Add NonUniform decorations for stores, for constructors + and for OpImages created during lowering. + * SPIRV: Add disassembly support for multiple literal strings. + * Add support for GL_EXT_fragment_shading_rate, + GL_EXT_shader_image_int64. + * Updates for final Vulkan ray tracing extensions. + * Add ray query capability if acceleration structure or ray + query types declared. + +------------------------------------------------------------------- Old: ---- _service glslang-10.15.3847.tar.xz New: ---- 11.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glslang.spec ++++++ --- /var/tmp/diff_new_pack.Tkkp9G/_old 2021-01-20 18:23:10.863297902 +0100 +++ /var/tmp/diff_new_pack.Tkkp9G/_new 2021-01-20 18:23:10.867297905 +0100 @@ -1,7 +1,7 @@ # # spec file for package glslang # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,12 +16,10 @@ # -# lname needs a bump for every change in commit (_service) -%define version_unconverted 10.15.3847 -%define lname libglslang10 +%define lname libglslang11 Name: glslang -Version: 10.15.3847 +Version: 11.1.0 Release: 0 Summary: OpenGL and OpenGL ES shader front end and validator License: BSD-3-Clause @@ -29,7 +27,7 @@ URL: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ #Git-URL: https://github.com/KhronosGroup/glslang -Source: %name-%version.tar.xz +Source: https://github.com/KhronosGroup/glslang/archive/%version.tar.gz Patch1: 0001-build-set-SOVERSION-on-all-libraries.patch BuildRequires: bison BuildRequires: cmake >= 2.8 @@ -76,7 +74,7 @@ %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects # Trim -Wl,--no-undefined for now (https://github.com/KhronosGroup/glslang/issues/1484) %cmake -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" -make %{?_smp_mflags} +%make_build %install %global _lto_cflags %{_lto_cflags} -ffat-lto-objects @@ -100,7 +98,7 @@ %postun -n %lname -p /sbin/ldconfig %files -n %lname -%_libdir/*.so.10* +%_libdir/*.so.11* %files devel %_bindir/gls*
