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-11-03 22:19:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glslang (Old) and /work/SRC/openSUSE:Factory/.glslang.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glslang" Fri Nov 3 22:19:24 2023 rev:47 rq:1122948 version:13.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/glslang/glslang.changes 2023-10-30 22:10:08.454790160 +0100 +++ /work/SRC/openSUSE:Factory/.glslang.new.17445/glslang.changes 2023-11-03 22:19:30.602648215 +0100 @@ -1,0 +2,7 @@ +Thu Nov 2 13:44:22 UTC 2023 - Hillwood Yang <hillw...@opensuse.org> + +- Fix include dirs for headers of SPIRV and StandAlone. According to the setting + in %{_libdir}/cmake/glslang/glslang-targets.cmake, headers of SPIRV and + StandAlone should be installed in %{_includedir}/External + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glslang.spec ++++++ --- /var/tmp/diff_new_pack.0uWwLV/_old 2023-11-03 22:19:32.206707222 +0100 +++ /var/tmp/diff_new_pack.0uWwLV/_new 2023-11-03 22:19:32.206707222 +0100 @@ -25,7 +25,7 @@ Group: Development/Libraries/C and C++ URL: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ #Git-URL: https://github.com/KhronosGroup/glslang -Source: https://github.com/KhronosGroup/glslang/archive/%version.tar.gz +Source: https://github.com/KhronosGroup/glslang/archive/refs/tags/%version.tar.gz Source3: baselibs.conf BuildRequires: bison BuildRequires: cmake >= 3.14.0 @@ -112,8 +112,10 @@ ) | sort >"$od/devel.files" popd -mkdir -p "$b/%_includedir" -cp -a SPIRV StandAlone glslang "$b/%_includedir/" +mkdir -p "$b/%_includedir/External/" +cp -a glslang "$b/%_includedir/" +cp -a SPIRV StandAlone "$b/%_includedir/External/" +ln -sf "%_includedir/External/SPIRV" "$b/%_includedir/" find "$b/%_includedir/" -type f ! -iname "*.h" -a ! -iname "*.hpp" -print -delete ln -s SPIRV/spirv.hpp "$b/%_includedir/" find "$b/%_includedir/" -type f -exec chmod a-x "{}" "+"