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-01-15 19:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shaderc (Old)
 and      /work/SRC/openSUSE:Factory/.shaderc.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shaderc"

Fri Jan 15 19:44:09 2021 rev:8 rq:862164 version:2020.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/shaderc/shaderc.changes  2020-09-15 
16:26:40.166503688 +0200
+++ /work/SRC/openSUSE:Factory/.shaderc.new.28504/shaderc.changes       
2021-01-15 19:44:26.649860398 +0100
@@ -1,0 +2,9 @@
+Mon Jan 11 00:50:07 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 2020.4:
+  - Removed svpc
+  - Fixed issues with embedders getting duplicate symbols
+  - Converted C-style casts to static_cast
+  - Rolled ahead to fix/pickup Vulkan Raytracing support
+
+-------------------------------------------------------------------

Old:
----
  v2020.3.tar.gz

New:
----
  v2020.4.tar.gz

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

Other differences:
------------------
++++++ shaderc.spec ++++++
--- /var/tmp/diff_new_pack.2LkCFm/_old  2021-01-15 19:44:27.345861538 +0100
+++ /var/tmp/diff_new_pack.2LkCFm/_new  2021-01-15 19:44:27.345861538 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shaderc
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:           shaderc
 %define lname libshaderc_shared1
-Version:        2020.3
+Version:        2020.4
 Release:        0
 Summary:        A collection of tools, libraries and tests for shader 
compilation
 License:        Apache-2.0

++++++ 0001-Use-system-third-party-libs.patch ++++++
--- /var/tmp/diff_new_pack.2LkCFm/_old  2021-01-15 19:44:27.365861571 +0100
+++ /var/tmp/diff_new_pack.2LkCFm/_new  2021-01-15 19:44:27.365861571 +0100
@@ -1,15 +1,15 @@
-diff -Naur a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt   2020-07-23 16:43:08.000000000 -0500
-+++ b/CMakeLists.txt   2020-08-16 20:18:41.235394189 -0500
-@@ -113,7 +113,6 @@
+Index: shaderc-2020.4/CMakeLists.txt
+===================================================================
+--- shaderc-2020.4.orig/CMakeLists.txt
++++ shaderc-2020.4/CMakeLists.txt
+@@ -102,18 +102,12 @@ endif(MSVC)
  
  # Configure subdirectories.
  # We depend on these for later projects, so they should come first.
 -add_subdirectory(third_party)
  
- if(SHADERC_ENABLE_SPVC)
- add_subdirectory(libshaderc_spvc)
-@@ -124,11 +123,6 @@
+ add_subdirectory(libshaderc_util)
+ add_subdirectory(libshaderc)
  add_subdirectory(glslc)
  add_subdirectory(examples)
  
@@ -21,10 +21,11 @@
  
  function(define_pkg_config_file NAME LIBS)
    add_custom_target(${NAME}-pkg-config ALL
-diff -Naur a/libshaderc/CMakeLists.txt b/libshaderc/CMakeLists.txt
---- a/libshaderc/CMakeLists.txt        2020-07-23 16:43:08.000000000 -0500
-+++ b/libshaderc/CMakeLists.txt        2020-08-16 20:22:18.420735391 -0500
-@@ -66,6 +66,8 @@
+Index: shaderc-2020.4/libshaderc/CMakeLists.txt
+===================================================================
+--- shaderc-2020.4.orig/libshaderc/CMakeLists.txt
++++ shaderc-2020.4/libshaderc/CMakeLists.txt
+@@ -66,6 +66,8 @@ set(SHADERC_LIBS
    shaderc_util
    SPIRV # from glslang
    SPIRV-Tools

++++++ v2020.3.tar.gz -> v2020.4.tar.gz ++++++
++++ 9682 lines of diff (skipped)

Reply via email to