Package Release Info

kdstatemachineeditor-qt6-2.1.0-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kdstatemachineeditor-qt6-devel
libkdstatemachineeditor_core-qt6-2
libkdstatemachineeditor_debuginterfaceclient-qt6-2
libkdstatemachineeditor_debuginterfacesource-qt6-static
libkdstatemachineeditor_view-qt6-2

Change Logs

* Fri May 16 2025 Christophe Marin <christophe@krop.fr>
- Update to 2.1.0
  * KDStateMachineEditor now looks for Qt6 by default
  * Bump to Graphviz 12.2.1
- Drop patch, merged upstream:
  * 0001-Fix-build-with-Qt-6.9.patch
* Thu Apr 24 2025 Christophe Marin <christophe@krop.fr>
- Add upstream change:
  * 0001-Fix-build-with-Qt-6.9.patch
* Sat Feb 01 2025 Christophe Marin <christophe@krop.fr>
- Update to 2.0.0
  * Supports Qt6 in addition to Qt5 (co-installable)
  * Buildsystem: increase CMake min version to 3.16.0
  * Buildsystem: add uninstall target
  * Buildsystem: generate and install kdsme-version.h
  * Use official Graphviz from upstream with -DKDSME_INTERNAL_GRAPHVIZ=True
  * Fix build with more recent graphviz versions
  * Buildsystem: new Option BUILD_SHARED_LIBS to select between shared or static libraries
  * Rename the following CMake options:
  * BUILD_DOCS -> KDSME_DOCS
  * BUILD_EXAMPLES -> KDSME_EXAMPLES
  * BUILD_QT6 -> KDSME_QT6
  * WITH_STATIC_GRAPHVIZ -> KDSME_STATIC_GRAPHVIZ
  * Use standard cmake options instead of custom ones:
  * BUILD_TESTS -> BUILD_TESTING
- Add patch:
  * 0001-CMake-Find-gvplugin_dot_layout-on-openSUSE.patch
* Wed Jun 02 2021 Christophe Giboudeaux <christophe@krop.fr>
- Install ReadMe.txt instead of ReadMe.md.
  Readme.md is a symlink pointing to the text file.
* Thu Apr 22 2021 Christophe Giboudeaux <christophe@krop.fr>
- Update to 1.2.8
  * Support for Qt 5.15
  * REUSE compliant licensing
- Drop 0001-Fix-build-with-Qt-5.15.patch. Merged upstream.
* Fri Apr 03 2020 Christophe Giboudeaux <christophe@krop.fr>
- Add patch to fix build with Qt 5.15:
  * 0001-Fix-build-with-Qt-5.15.patch
* Mon Jan 13 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 1.2.7
  * Comes with an installing file for Conan (see conan folder)
  * New CMake option BUILD_TESTS to disable building the tests
  * Small cleanups
  * Small buildsystem fixes for rpath and static builds
* Fri Mar 01 2019 wbauer@tmo.at
- Update to 1.2.5
  * Keeping up with Qt5, CMake and QNX
* Thu Oct 25 2018 Christophe Giboudeaux <christophe@krop.fr>
- Update to 1.2.4
  * Fix a build issue
- Drop fix-build.patch. Fixed upstream
* Tue May 22 2018 christophe@krop.fr
- Update to 1.2.3. Changes since 1.2.1:
  * minor syncing with externals
  * Fix build issue with Qt 5.10 on windows+MSVC
  * Update graphviz SHA1 (fixes issues regarding sort.exe lookup)
  * Minor CMake improvements
- Add fix-build.patch to fix build with recent Qt versions.