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-03-31 21:14:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spirv-tools (Old) and /work/SRC/openSUSE:Factory/.spirv-tools.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spirv-tools" Fri Mar 31 21:14:00 2023 rev:38 rq:1075490 version:2023.2 Changes: -------- --- /work/SRC/openSUSE:Factory/spirv-tools/spirv-tools.changes 2023-01-21 19:10:06.604801413 +0100 +++ /work/SRC/openSUSE:Factory/.spirv-tools.new.31432/spirv-tools.changes 2023-03-31 21:14:04.802063114 +0200 @@ -1,0 +2,12 @@ +Thu Mar 30 07:42:40 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 2023.2 + * spirv-val: Initial SPV_EXT_mesh_shader builtins + * Add C interface for Optimizer + +------------------------------------------------------------------- +Wed Mar 29 18:42:49 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update buildrequires to match published dependency list + +------------------------------------------------------------------- Old: ---- v2023.1.tar.gz New: ---- v2023.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spirv-tools.spec ++++++ --- /var/tmp/diff_new_pack.4giNDW/_old 2023-03-31 21:14:05.446065410 +0200 +++ /var/tmp/diff_new_pack.4giNDW/_new 2023-03-31 21:14:05.458065453 +0200 @@ -17,10 +17,10 @@ %define _lto_cflags %nil -%define lname libSPIRV-Tools-2023_1 +%define lname libSPIRV-Tools-2023_2 Name: spirv-tools -Version: 2023.1 +Version: 2023.2 Release: 0 Summary: API and commands for processing SPIR-V modules License: Apache-2.0 @@ -31,12 +31,12 @@ Source9: baselibs.conf Patch1: ver.diff BuildRequires: bison -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.17.2 BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: python3-base BuildRequires: python3-xml -BuildRequires: spirv-headers >= 1.6.1+sdk236+git7 +BuildRequires: spirv-headers >= 1.6.1+sdk243 %description The package includes an assembler, binary module parser, @@ -64,10 +64,9 @@ integration into other code bases directly. %prep -%define slibv 2023.1 %autosetup -p1 -n SPIRV-Tools-%version find . -type f -name CMakeLists.txt -exec \ - perl -i -pe 's{\@PACKAGE_VERSION\@}{%slibv}' CMakeLists.txt {} + + perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} + %build %cmake -DSPIRV-Headers_SOURCE_DIR="%_prefix" \ @@ -78,7 +77,7 @@ %cmake_install perl -i -lpe 's{^#!/usr/bin/env sh$}{#!/bin/sh}' "%buildroot/%_bindir/spirv-lesspipe.sh" for i in "" "-diff" "-link" "-lint" "-opt" "-reduce" "-shared"; do - ln -s "libSPIRV-Tools$i-%slibv.so" "%buildroot/%_libdir/libSPIRV-Tools$i.so" + ln -s "libSPIRV-Tools$i-%version.so" "%buildroot/%_libdir/libSPIRV-Tools$i.so" done %post -n %lname -p /sbin/ldconfig ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.4giNDW/_old 2023-03-31 21:14:05.498065596 +0200 +++ /var/tmp/diff_new_pack.4giNDW/_new 2023-03-31 21:14:05.502065610 +0200 @@ -1,5 +1,5 @@ -libSPIRV-Tools-2023_1 +libSPIRV-Tools-2023_2 spirv-tools-devel requires -spirv-tools-<targettype> - requires "libSPIRV-Tools-2023_1-<targettype> = <version>" + requires "libSPIRV-Tools-2023_2-<targettype> = <version>" ++++++ v2023.1.tar.gz -> v2023.2.tar.gz ++++++ ++++ 6136 lines of diff (skipped)