Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kdstatemachineeditor for
openSUSE:Factory checked in at 2026-03-10 17:57:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdstatemachineeditor (Old)
and /work/SRC/openSUSE:Factory/.kdstatemachineeditor.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdstatemachineeditor"
Tue Mar 10 17:57:03 2026 rev:16 rq:1337937 version:2.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdstatemachineeditor/kdstatemachineeditor.changes
2026-02-20 17:44:42.360626683 +0100
+++
/work/SRC/openSUSE:Factory/.kdstatemachineeditor.new.8177/kdstatemachineeditor.changes
2026-03-10 18:01:37.856130092 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 10:03:26 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 2.3.1:
+ * Bump to Graphviz 14.1.3
+
+-------------------------------------------------------------------
Old:
----
kdstatemachineeditor-2.3.0.tar.gz
New:
----
kdstatemachineeditor-2.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdstatemachineeditor.spec ++++++
--- /var/tmp/diff_new_pack.sKrLLz/_old 2026-03-10 18:01:38.828170056 +0100
+++ /var/tmp/diff_new_pack.sKrLLz/_new 2026-03-10 18:01:38.832170221 +0100
@@ -21,7 +21,7 @@
%global sover 2
#
Name: kdstatemachineeditor
-Version: 2.3.0
+Version: 2.3.1
Release: 0
Summary: A framework for creating Qt State Machine metacode using a GUI
# Legal: NOTE the EULA mentioned in LICENSE.txt only applies to "Licensed
Product" users.
++++++ kdstatemachineeditor-2.3.0.tar.gz -> kdstatemachineeditor-2.3.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/KDStateMachineEditor-2.3.0/.github/workflows/build-sanitizers.yml
new/KDStateMachineEditor-2.3.1/.github/workflows/build-sanitizers.yml
--- old/KDStateMachineEditor-2.3.0/.github/workflows/build-sanitizers.yml
1970-01-01 01:00:00.000000000 +0100
+++ new/KDStateMachineEditor-2.3.1/.github/workflows/build-sanitizers.yml
2026-03-09 13:15:08.000000000 +0100
@@ -0,0 +1,60 @@
+# SPDX-FileCopyrightText: 2026 Klarälvdalens Datakonsult AB, a KDAB Group
company <[email protected]>
+#
+# SPDX-License-Identifier: MIT
+
+name: CI (Sanitizers)
+
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
+ workflow_dispatch:
+
+jobs:
+ build:
+ runs-on: ${{ matrix.os }}
+ strategy:
+ fail-fast: true
+ matrix:
+ os:
+ - ubuntu-24.04
+ preset: ['dev6-asan']
+ include:
+ - preset: dev6-asan
+ qt-flavor: asan_ubsan
+ steps:
+ - name: Checkout sources
+ uses: actions/checkout@v4
+
+ - name: Checkout sources
+ uses: actions/checkout@v4
+ with:
+ submodules: recursive
+
+ - name: Setup Sanitized Qt
+ uses: KDABLabs/sanitized-qt-action@v1
+ with:
+ qt-tag: "v6.11.0-beta2"
+ qt-flavor: ${{ matrix.qt-flavor }}
+
+ - name: Configure project
+ run: >
+ cmake --preset=${{ matrix.preset }}
+ -DCMAKE_BUILD_TYPE=Debug
+ -DBUILD_TESTING=OFF
+ -DKDSME_EXAMPLES=ON
+ -DKDSME_DOCS=OFF
+ -DBUILD_SHARED_LIBS=OFF
+
+ - name: Build Project
+ run: cmake --build ./build-${{ matrix.preset }}
+
+ - name: Run tests on Linux (offscreen)
+ run: |
+ ctest --test-dir ./build-${{ matrix.preset }} --output-on-failure
+ env:
+ QT_QPA_PLATFORM: offscreen
+ LSAN_OPTIONS: "detect_leaks=0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/KDStateMachineEditor-2.3.0/CHANGES
new/KDStateMachineEditor-2.3.1/CHANGES
--- old/KDStateMachineEditor-2.3.0/CHANGES 2025-12-01 20:30:31.000000000
+0100
+++ new/KDStateMachineEditor-2.3.1/CHANGES 2026-03-09 13:15:08.000000000
+0100
@@ -1,3 +1,7 @@
+Version 2.3.1:
+--------------
+* Bump to Graphviz 14.1.3
+
Version 2.3.0:
--------------
* Bump to Graphviz 14.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/KDStateMachineEditor-2.3.0/CMakePresets.json
new/KDStateMachineEditor-2.3.1/CMakePresets.json
--- old/KDStateMachineEditor-2.3.0/CMakePresets.json 2025-12-01
20:30:31.000000000 +0100
+++ new/KDStateMachineEditor-2.3.1/CMakePresets.json 2026-03-09
13:15:08.000000000 +0100
@@ -54,6 +54,16 @@
}
},
{
+ "name": "dev6-asan",
+ "inherits": "dev6",
+ "binaryDir": "${sourceDir}/build-dev6-asan",
+ "cacheVariables": {
+ "CMAKE_CXX_FLAGS": "-DQT_FORCE_ASSERTS -fsanitize=address
-fsanitize=undefined -fno-optimize-sibling-calls",
+ "CMAKE_SHARED_LINKER_FLAGS": "-fsanitize=address
-fsanitize=undefined -fno-omit-frame-pointer",
+ "CMAKE_EXE_LINKER_FLAGS": "-fsanitize=address
-fsanitize=undefined -fno-omit-frame-pointer"
+ }
+ },
+ {
"name": "rel-base",
"description": "rel-base",
"inherits": "base",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/KDStateMachineEditor-2.3.0/version.txt
new/KDStateMachineEditor-2.3.1/version.txt
--- old/KDStateMachineEditor-2.3.0/version.txt 2025-12-01 20:30:31.000000000
+0100
+++ new/KDStateMachineEditor-2.3.1/version.txt 2026-03-09 13:15:08.000000000
+0100
@@ -1 +1 @@
-2.3.0
+2.3.1