Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shaderc for openSUSE:Factory checked in at 2024-05-17 20:04:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shaderc (Old) and /work/SRC/openSUSE:Factory/.shaderc.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shaderc" Fri May 17 20:04:26 2024 rev:29 rq:1174561 version:2024.1 Changes: -------- --- /work/SRC/openSUSE:Factory/shaderc/shaderc.changes 2024-04-15 20:19:31.122922528 +0200 +++ /work/SRC/openSUSE:Factory/.shaderc.new.1880/shaderc.changes 2024-05-17 20:05:32.140190743 +0200 @@ -1,0 +2,6 @@ +Thu May 16 12:10:06 UTC 2024 - Jan Engelhardt <[email protected]> + +- Update to release 2024.1 + * No changelog was provided + +------------------------------------------------------------------- Old: ---- v2024.0.tar.gz New: ---- v2024.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shaderc.spec ++++++ --- /var/tmp/diff_new_pack.D83oxD/_old 2024-05-17 20:05:33.092225144 +0200 +++ /var/tmp/diff_new_pack.D83oxD/_new 2024-05-17 20:05:33.092225144 +0200 @@ -19,7 +19,7 @@ # Remember to bump in baselibs.conf %define lname libshaderc_shared1 Name: shaderc -Version: 2024.0 +Version: 2024.1 Release: 0 Summary: A collection of tools, libraries and tests for shader compilation License: Apache-2.0 ++++++ v2024.0.tar.gz -> v2024.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shaderc-2024.0/CHANGES new/shaderc-2024.1/CHANGES --- old/shaderc-2024.0/CHANGES 2024-03-08 19:52:40.000000000 +0100 +++ new/shaderc-2024.1/CHANGES 2024-04-30 20:23:34.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Shaderc +v2024.1 + - Update dependencies + - Propagate test/install options to Glslang + v2024.0 - Update dependencies - Utilities: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shaderc-2024.0/DEPS new/shaderc-2024.1/DEPS --- old/shaderc-2024.0/DEPS 2024-03-08 19:52:40.000000000 +0100 +++ new/shaderc-2024.1/DEPS 2024-04-30 20:23:34.000000000 +0200 @@ -6,12 +6,12 @@ 'khronos_git': 'https://github.com/KhronosGroup', 'abseil_revision': '5be22f98733c674d532598454ae729253bc53e82', - 'effcee_revision' : '19b4aa87af25cb4ee779a071409732f34bfc305c', - 'glslang_revision': 'd73712b8f6c9047b09e99614e20d456d5ada2390', + 'effcee_revision' : 'aea1f4d62ca9ee2f44b5393e98e175e200a22e8e', + 'glslang_revision': '142052fa30f9eca191aa9dcf65359fcaed09eeec', 'googletest_revision': 'e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b', 're2_revision': 'c9cba76063cf4235c1a15dd14a24a4ef8d623761', - 'spirv_headers_revision': '8b246ff75c6615ba4532fe4fde20f1be090c3764', - 'spirv_tools_revision': '04896c462d9f3f504c99a4698605b6524af813c1', + 'spirv_headers_revision': '5e3ad389ee56fca27c9705d093ae5387ce404df4', + 'spirv_tools_revision': 'dd4b663e13c07fea4fbb3f70c1c91c86731099f7', } deps = { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shaderc-2024.0/third_party/CMakeLists.txt new/shaderc-2024.1/third_party/CMakeLists.txt --- old/shaderc-2024.0/third_party/CMakeLists.txt 2024-03-08 19:52:40.000000000 +0100 +++ new/shaderc-2024.1/third_party/CMakeLists.txt 2024-04-30 20:23:34.000000000 +0200 @@ -83,6 +83,11 @@ if (NOT TARGET glslang) if (IS_DIRECTORY ${SHADERC_GLSLANG_DIR}) + if (SHADERC_ENABLE_TESTS) + # Glslang tests are off by default. Turn them on if testing Shaderc. + set(GLSLANG_TESTS ON) + endif() + set(GLSLANG_ENABLE_INSTALL $<NOT:${SKIP_GLSLANG_INSTALL}>) add_subdirectory(${SHADERC_GLSLANG_DIR} glslang) endif() if (NOT TARGET glslang)
