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-02-20 17:42:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdstatemachineeditor (Old)
 and      /work/SRC/openSUSE:Factory/.kdstatemachineeditor.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdstatemachineeditor"

Fri Feb 20 17:42:18 2026 rev:15 rq:1333990 version:2.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kdstatemachineeditor/kdstatemachineeditor.changes    
    2025-11-24 14:14:56.099776718 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdstatemachineeditor.new.1977/kdstatemachineeditor.changes
      2026-02-20 17:44:42.360626683 +0100
@@ -1,0 +2,6 @@
+Thu Feb 12 14:38:48 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 2.3.0:
+  * Bump to Graphviz 14.0.5
+
+-------------------------------------------------------------------

Old:
----
  kdstatemachineeditor-2.2.0.tar.gz

New:
----
  kdstatemachineeditor-2.3.0.tar.gz

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

Other differences:
------------------
++++++ kdstatemachineeditor.spec ++++++
--- /var/tmp/diff_new_pack.s02IWP/_old  2026-02-20 17:44:43.744684855 +0100
+++ /var/tmp/diff_new_pack.s02IWP/_new  2026-02-20 17:44:43.748685023 +0100
@@ -21,7 +21,7 @@
 %global sover 2
 #
 Name:           kdstatemachineeditor
-Version:        2.2.0
+Version:        2.3.0
 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.2.0.tar.gz -> kdstatemachineeditor-2.3.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/KDStateMachineEditor-2.2.0/.github/workflows/nightly.yml 
new/KDStateMachineEditor-2.3.0/.github/workflows/nightly.yml
--- old/KDStateMachineEditor-2.2.0/.github/workflows/nightly.yml        
2025-09-26 00:11:11.000000000 +0200
+++ new/KDStateMachineEditor-2.3.0/.github/workflows/nightly.yml        
2025-12-01 20:30:31.000000000 +0100
@@ -65,4 +65,4 @@
 
       - name: Run cppcheck
         if: ${{ matrix.config.name == 'clazy' }}
-        run: cmake --build ./build/${{ matrix.config.name }} --preset ${{ 
matrix.config.name }} --target cppcheck
+        run: cmake --build ./build/${{ matrix.config.name }} --preset ${{ 
matrix.config.name }} --target kdsme_cppcheck
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDStateMachineEditor-2.2.0/.gitignore 
new/KDStateMachineEditor-2.3.0/.gitignore
--- old/KDStateMachineEditor-2.2.0/.gitignore   2025-09-26 00:11:11.000000000 
+0200
+++ new/KDStateMachineEditor-2.3.0/.gitignore   2025-12-01 20:30:31.000000000 
+0100
@@ -17,3 +17,4 @@
 *_BASE_*
 *_LOCAL_*
 *_REMOTE_*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDStateMachineEditor-2.2.0/.pre-commit-config.yaml 
new/KDStateMachineEditor-2.3.0/.pre-commit-config.yaml
--- old/KDStateMachineEditor-2.2.0/.pre-commit-config.yaml      2025-09-26 
00:11:11.000000000 +0200
+++ new/KDStateMachineEditor-2.3.0/.pre-commit-config.yaml      2025-12-01 
20:30:31.000000000 +0100
@@ -16,7 +16,7 @@
     args: [--allow-multiple-documents]
   - id: check-json
 - repo: https://github.com/pre-commit/mirrors-clang-format
-  rev: v21.1.0
+  rev: v21.1.2
   hooks:
   - id: clang-format
 - repo: https://github.com/codespell-project/codespell
@@ -38,6 +38,6 @@
     language: ruby
     files: \.(md|mdown|markdown)$
 - repo: https://github.com/fsfe/reuse-tool
-  rev: v5.0.2
+  rev: v6.2.0
   hooks:
   - id: reuse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDStateMachineEditor-2.2.0/CHANGES 
new/KDStateMachineEditor-2.3.0/CHANGES
--- old/KDStateMachineEditor-2.2.0/CHANGES      2025-09-26 00:11:11.000000000 
+0200
+++ new/KDStateMachineEditor-2.3.0/CHANGES      2025-12-01 20:30:31.000000000 
+0100
@@ -1,3 +1,7 @@
+Version 2.3.0:
+--------------
+* Bump to Graphviz 14.0.5
+
 Version 2.2.0:
 --------------
  * Bump to Graphviz 13.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDStateMachineEditor-2.2.0/CMakeLists.txt 
new/KDStateMachineEditor-2.3.0/CMakeLists.txt
--- old/KDStateMachineEditor-2.2.0/CMakeLists.txt       2025-09-26 
00:11:11.000000000 +0200
+++ new/KDStateMachineEditor-2.3.0/CMakeLists.txt       2025-12-01 
20:30:31.000000000 +0100
@@ -423,7 +423,7 @@
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 add_custom_target(
-    cppcheck
+    kdsme_cppcheck
     USES_TERMINAL
     WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
     COMMENT "run cppcheck on source files"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDStateMachineEditor-2.2.0/version.txt 
new/KDStateMachineEditor-2.3.0/version.txt
--- old/KDStateMachineEditor-2.2.0/version.txt  2025-09-26 00:11:11.000000000 
+0200
+++ new/KDStateMachineEditor-2.3.0/version.txt  2025-12-01 20:30:31.000000000 
+0100
@@ -1 +1 @@
-2.2.0
+2.3.0

Reply via email to