Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spirv-tools for openSUSE:Factory 
checked in at 2023-06-03 00:05:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spirv-tools (Old)
 and      /work/SRC/openSUSE:Factory/.spirv-tools.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spirv-tools"

Sat Jun  3 00:05:19 2023 rev:39 rq:1089886 version:2023.3~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/spirv-tools/spirv-tools.changes  2023-03-31 
21:14:04.802063114 +0200
+++ /work/SRC/openSUSE:Factory/.spirv-tools.new.15902/spirv-tools.changes       
2023-06-03 00:05:20.277320852 +0200
@@ -1,0 +2,12 @@
+Tue May 30 22:01:25 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2023.3~rc1
+  * Add spirv-dump tool
+  * Implement source extraction logic for spirv-objdump
+  * Add Vulkan memory model to allow lists
+  * Add default case for spv::Dim for TileImageEXT
+  * Add support for SPV_EXT_shader_tile_image
+  * opt: Fix null deref in OpMatrixTimesVector and OpVectorTimesMatrix
+  * Apply scalar replacement on vars with Pointer decorations
+
+-------------------------------------------------------------------

Old:
----
  v2023.2.tar.gz

New:
----
  v2023.3.rc1.tar.gz

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

Other differences:
------------------
++++++ spirv-tools.spec ++++++
--- /var/tmp/diff_new_pack.wIeP3L/_old  2023-06-03 00:05:21.065325505 +0200
+++ /var/tmp/diff_new_pack.wIeP3L/_new  2023-06-03 00:05:21.069325528 +0200
@@ -17,26 +17,30 @@
 
 
 %define _lto_cflags %nil
-%define lname libSPIRV-Tools-2023_2
+%define lname libSPIRV-Tools-2023_3_rc1
 
 Name:           spirv-tools
-Version:        2023.2
+Version:        2023.3~rc1
 Release:        0
 Summary:        API and commands for processing SPIR-V modules
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/KhronosGroup/SPIRV-Tools
-Source:         
https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v%version.tar.gz
+Source:         
https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2023.3.rc1.tar.gz
 #Source:         
https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/sdk-1.3.236.0.tar.gz
 Source9:        baselibs.conf
 Patch1:         ver.diff
 BuildRequires:  bison
 BuildRequires:  cmake >= 3.17.2
+%if 0%{?suse_version} >= 1599
 BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc11-c++
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  python3-base
 BuildRequires:  python3-xml
-BuildRequires:  spirv-headers >= 1.6.1+sdk243
+BuildRequires:  spirv-headers >= 1.6.1+sdk250
 
 %description
 The package includes an assembler, binary module parser,
@@ -64,11 +68,14 @@
 integration into other code bases directly.
 
 %prep
-%autosetup -p1 -n SPIRV-Tools-%version
+%autosetup -p1 -n SPIRV-Tools-2023.3.rc1
 find . -type f -name CMakeLists.txt -exec \
        perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +
 
 %build
+%if 0%{?suse_version} && 0%{?suse_version} < 1599
+export CXX=g++-11
+%endif
 %cmake -DSPIRV-Headers_SOURCE_DIR="%_prefix" \
        -DSPIRV_TOOLS_BUILD_STATIC:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON
 %cmake_build

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.wIeP3L/_old  2023-06-03 00:05:21.105325741 +0200
+++ /var/tmp/diff_new_pack.wIeP3L/_new  2023-06-03 00:05:21.109325765 +0200
@@ -1,5 +1,5 @@
-libSPIRV-Tools-2023_2
+libSPIRV-Tools-2023_3_rc1
 spirv-tools-devel
        requires -spirv-tools-<targettype>
-       requires "libSPIRV-Tools-2023_2-<targettype> = <version>"
+       requires "libSPIRV-Tools-2023_3_rc1-<targettype> = <version>"
 

Reply via email to