Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package shaderc for openSUSE:Factory checked 
in at 2021-11-13 22:48:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shaderc (Old)
 and      /work/SRC/openSUSE:Factory/.shaderc.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shaderc"

Sat Nov 13 22:48:20 2021 rev:12 rq:930984 version:2021.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/shaderc/shaderc.changes  2021-06-27 
18:58:30.148230387 +0200
+++ /work/SRC/openSUSE:Factory/.shaderc.new.1890/shaderc.changes        
2021-11-13 22:48:36.561253799 +0100
@@ -1,0 +2,6 @@
+Thu Nov 11 20:16:25 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2021.3
+  * No user-visible changes
+
+-------------------------------------------------------------------

Old:
----
  shaderc-2021.1.tar.gz

New:
----
  shaderc-2021.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ shaderc.spec ++++++
--- /var/tmp/diff_new_pack.kJaGiv/_old  2021-11-13 22:48:37.029254157 +0100
+++ /var/tmp/diff_new_pack.kJaGiv/_new  2021-11-13 22:48:37.033254161 +0100
@@ -18,7 +18,7 @@
 
 Name:           shaderc
 %define lname libshaderc_shared1
-Version:        2021.1
+Version:        2021.3
 Release:        0
 Summary:        A collection of tools, libraries and tests for shader 
compilation
 License:        Apache-2.0

++++++ shaderc-2021.1.tar.gz -> shaderc-2021.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shaderc-2021.1/CHANGES new/shaderc-2021.3/CHANGES
--- old/shaderc-2021.1/CHANGES  2021-06-21 23:12:39.000000000 +0200
+++ new/shaderc-2021.3/CHANGES  2021-11-11 19:13:58.000000000 +0100
@@ -1,7 +1,22 @@
 Revision history for Shaderc
 
+v2021.3 2021-11-11
+ - Add build switch to disable copyright check
+ - Update DEPS:
+    - SPIRV-Tools v2021.4
+    - SPIRV-Headers GitHub master 2021-11-11
+    - Glslang GitHub master 2021-11-11
+
+v2021.2 2021-08-25
+ - README: Mention Common Lisp bindings (external)
+ - Update DEPS:
+    - SPIRV-Tools v2021.3
+    - SPIRV-Headers master 2021-08-25
+    - Glslang GitHub master 2021-08-25
+
 v2021.1 2021-06-21
  - Disable --target-env=opengl_compat with an explicit error message
+   - It has been deprecated for a long time.
 
 v2021.0 2021-04-21
  - Refresh dependencies (in DEPS):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shaderc-2021.1/CMakeLists.txt 
new/shaderc-2021.3/CMakeLists.txt
--- old/shaderc-2021.1/CMakeLists.txt   2021-06-21 23:12:39.000000000 +0200
+++ new/shaderc-2021.3/CMakeLists.txt   2021-11-11 19:13:58.000000000 +0100
@@ -50,6 +50,16 @@
   message(STATUS "Configuring Shaderc to avoid building examples.")
 endif()
 
+option(SHADERC_SKIP_COPYRIGHT_CHECK "Skip copyright check" 
${SHADERC_SKIP_COPYRIGHT_CHECK})
+if(NOT ${SHADERC_SKIP_COPYRIGHT_CHECK})
+  set(SHADERC_ENABLE_COPYRIGHT_CHECK ON)
+endif()
+if(${SHADERC_ENABLE_COPYRIGHT_CHECK})
+  message(STATUS "Configuring Shaderc to check copyrights.")
+else()
+  message(STATUS "Configuring Shaderc to avoid checking copyrights.")
+endif()
+
 option(SHADERC_ENABLE_WERROR_COMPILE "Enable passing -Werror to compiler, if 
available" ON)
 
 set (CMAKE_CXX_STANDARD 11)
@@ -82,11 +92,13 @@
 
 find_host_package(PythonInterp 3 REQUIRED)
 
-add_custom_target(check-copyright ALL
-  ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/utils/add_copyright.py
-  --check
-  WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
-  COMMENT "Check copyright")
+if (SHADERC_ENABLE_COPYRIGHT_CHECK)
+  add_custom_target(check-copyright ALL
+    ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/utils/add_copyright.py
+    --check
+    WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
+    COMMENT "Check copyright")
+endif()
 
 add_custom_target(add-copyright
   ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/utils/add_copyright.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shaderc-2021.1/DEPS new/shaderc-2021.3/DEPS
--- old/shaderc-2021.1/DEPS     2021-06-21 23:12:39.000000000 +0200
+++ new/shaderc-2021.3/DEPS     2021-11-11 19:13:58.000000000 +0100
@@ -5,11 +5,11 @@
   'khronos_git': 'https://github.com/KhronosGroup',
 
   'effcee_revision' : '2ec8f8738118cc483b67c04a759fee53496c5659',
-  'glslang_revision': '3d935ea2243b4fffd9694191834d8573270dc869',
+  'glslang_revision': '600c5037baac82a80851d1fb95f3f09d34bb43e8',
   'googletest_revision': '389cb68b87193358358ae87cc56d257fd0d80189',
   're2_revision': '7107ebc4fbf7205151d8d2a57b2fc6e7853125d4',
-  'spirv_headers_revision': 'f836486eb164603f3c8cc7c272f4d3b953d6aa25',
-  'spirv_tools_revision': 'd07505c761f5a0013cf3134f1d912ec775ad49c7',
+  'spirv_headers_revision': '814e728b30ddd0f4509233099a3ad96fd4318c07',
+  'spirv_tools_revision': 'ab8eb607750208066e2d57eff6a34dbaf05f5ada',
 }
 
 deps = {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shaderc-2021.1/README.md new/shaderc-2021.3/README.md
--- old/shaderc-2021.1/README.md        2021-06-21 23:12:39.000000000 +0200
+++ new/shaderc-2021.3/README.md        2021-11-11 19:13:58.000000000 +0100
@@ -249,6 +249,7 @@
 * **Rust:** [shaderc-rs][shaderc-rs]
 * **Go:** [gshaderc][gshaderc]
 * **.NET:** [shaderc.net][shadercdotnet]
+* **Common Lisp:** [shadercl][shaderccommonlisp]
 
 [khr-glslang]: https://github.com/KhronosGroup/glslang
 [spirv-tools]: https://github.com/KhronosGroup/SPIRV-Tools
@@ -259,3 +260,4 @@
 [dawn]: https://dawn.googlesource.com/dawn
 [gshaderc]: https://github.com/celer/gshaderc
 [shadercdotnet]: https://github.com/jpbruyere/shaderc.net
+[shaderccommonlisp]: https://github.com/JolifantoBambla/shadercl

Reply via email to