Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rocs for openSUSE:Factory checked in at 2026-05-11 16:55:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rocs (Old) and /work/SRC/openSUSE:Factory/.rocs.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rocs" Mon May 11 16:55:23 2026 rev:192 rq:1351785 version:26.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rocs/rocs.changes 2026-04-17 21:56:07.446018538 +0200 +++ /work/SRC/openSUSE:Factory/.rocs.new.1966/rocs.changes 2026-05-11 17:05:30.996989114 +0200 @@ -1,0 +2,10 @@ +Thu May 7 08:03:39 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/26.04.1/ +- Changes since 26.04.0: + * Fix crash when closing the "Node Type Property" dialog + +------------------------------------------------------------------- Old: ---- rocs-26.04.0.tar.xz rocs-26.04.0.tar.xz.sig New: ---- rocs-26.04.1.tar.xz rocs-26.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rocs.spec ++++++ --- /var/tmp/diff_new_pack.h2vbJp/_old 2026-05-11 17:05:31.793021660 +0200 +++ /var/tmp/diff_new_pack.h2vbJp/_new 2026-05-11 17:05:31.797021824 +0200 @@ -20,7 +20,7 @@ %bcond_without released Name: rocs -Version: 26.04.0 +Version: 26.04.1 Release: 0 Summary: Graph Theory IDE License: GPL-2.0-or-later ++++++ rocs-26.04.0.tar.xz -> rocs-26.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-26.04.0/CMakeLists.txt new/rocs-26.04.1/CMakeLists.txt --- old/rocs-26.04.0/CMakeLists.txt 2026-04-09 00:29:52.000000000 +0200 +++ new/rocs-26.04.1/CMakeLists.txt 2026-05-05 00:05:47.000000000 +0200 @@ -9,7 +9,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "26") set(RELEASE_SERVICE_VERSION_MINOR "04") -set(RELEASE_SERVICE_VERSION_MICRO "0") +set(RELEASE_SERVICE_VERSION_MICRO "1") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(rocs LANGUAGES CXX VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-26.04.0/org.kde.rocs.appdata.xml new/rocs-26.04.1/org.kde.rocs.appdata.xml --- old/rocs-26.04.0/org.kde.rocs.appdata.xml 2026-04-09 00:29:52.000000000 +0200 +++ new/rocs-26.04.1/org.kde.rocs.appdata.xml 2026-05-05 00:05:47.000000000 +0200 @@ -161,6 +161,7 @@ <binary>rocs</binary> </provides> <releases> + <release version="26.04.1" date="2026-05-07"/> <release version="26.04.0" date="2026-04-16"/> <release version="25.12.3" date="2026-03-05"/> <release version="25.12.2" date="2026-02-05"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-26.04.0/src/ui/nodetypesdelegate.cpp new/rocs-26.04.1/src/ui/nodetypesdelegate.cpp --- old/rocs-26.04.0/src/ui/nodetypesdelegate.cpp 2026-04-09 00:29:52.000000000 +0200 +++ new/rocs-26.04.1/src/ui/nodetypesdelegate.cpp 2026-05-05 00:05:47.000000000 +0200 @@ -143,7 +143,6 @@ QPointer<NodeTypeProperties> dialog = new NodeTypeProperties(nullptr); dialog->setType(type->self()); dialog->exec(); - dialog->deleteLater(); } #include "moc_nodetypesdelegate.cpp"
