Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:Factory 
checked in at 2024-03-22 15:18:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcachegrind (Old)
 and      /work/SRC/openSUSE:Factory/.kcachegrind.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcachegrind"

Fri Mar 22 15:18:46 2024 rev:131 rq:1160190 version:24.02.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2024-03-11 
15:34:42.704140702 +0100
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new.1905/kcachegrind.changes        
2024-03-22 15:29:24.200314283 +0100
@@ -1,0 +2,16 @@
+Tue Mar 19 15:25:52 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.02.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.02.1/
+- Changes since 24.02.0:
+  * Disable flatpak build
+  * flatpak: switch to official 6.6 runtime
+  * Fix usage of no longer existing signal 
QComboBox::currentIndexChanged(QString)
+  * Fix usage of no longer existing signal QComboBox::activated(QString)
+  * Fix usage of no longer existing signal QProcess::error(ProcessError)
+  * appdata: add <launchable> & <developer> tags
+  * Fix setting key shortcuts for Reload action
+
+-------------------------------------------------------------------

Old:
----
  kcachegrind-24.02.0.tar.xz
  kcachegrind-24.02.0.tar.xz.sig

New:
----
  kcachegrind-24.02.1.tar.xz
  kcachegrind-24.02.1.tar.xz.sig

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

Other differences:
------------------
++++++ kcachegrind.spec ++++++
--- /var/tmp/diff_new_pack.He4rQB/_old  2024-03-22 15:29:25.868375611 +0100
+++ /var/tmp/diff_new_pack.He4rQB/_new  2024-03-22 15:29:25.892376493 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kcachegrind
-Version:        24.02.0
+Version:        24.02.1
 Release:        0
 Summary:        Frontend for Cachegrind
 License:        GPL-2.0-only AND BSD-4-Clause AND GFDL-1.2-only


++++++ kcachegrind-24.02.0.tar.xz -> kcachegrind-24.02.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-24.02.0/.flatpak-manifest.json 
new/kcachegrind-24.02.1/.flatpak-manifest.json
--- old/kcachegrind-24.02.0/.flatpak-manifest.json      2024-02-21 
03:59:47.000000000 +0100
+++ new/kcachegrind-24.02.1/.flatpak-manifest.json      2024-03-17 
19:04:39.000000000 +0100
@@ -1,7 +1,7 @@
 {
     "id": "org.kde.kcachegrind",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.6-kf6preview",
+    "runtime-version": "6.6",
     "sdk": "org.kde.Sdk",
     "command": "kcachegrind",
     "rename-icon": "kcachegrind",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-24.02.0/.gitlab-ci.yml 
new/kcachegrind-24.02.1/.gitlab-ci.yml
--- old/kcachegrind-24.02.0/.gitlab-ci.yml      2024-02-21 03:59:47.000000000 
+0100
+++ new/kcachegrind-24.02.1/.gitlab-ci.yml      2024-03-17 19:04:39.000000000 
+0100
@@ -4,7 +4,7 @@
 include:
   - project: sysadmin/ci-utilities
     file:
-      - /gitlab-templates/flatpak.yml
+      # - /gitlab-templates/flatpak.yml unmaintained
       - /gitlab-templates/linux-qt6.yml
       - /gitlab-templates/freebsd-qt6.yml
     
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-24.02.0/CMakeLists.txt 
new/kcachegrind-24.02.1/CMakeLists.txt
--- old/kcachegrind-24.02.0/CMakeLists.txt      2024-02-21 03:59:47.000000000 
+0100
+++ new/kcachegrind-24.02.1/CMakeLists.txt      2024-03-17 19:04:39.000000000 
+0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "24")
 set(RELEASE_SERVICE_VERSION_MINOR "02")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(KCACHEGRIND_VERSION 
${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO})
 
 project(kcachegrind VERSION ${KCACHEGRIND_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcachegrind-24.02.0/kcachegrind/org.kde.kcachegrind.appdata.xml 
new/kcachegrind-24.02.1/kcachegrind/org.kde.kcachegrind.appdata.xml
--- old/kcachegrind-24.02.0/kcachegrind/org.kde.kcachegrind.appdata.xml 
2024-02-21 03:59:47.000000000 +0100
+++ new/kcachegrind-24.02.1/kcachegrind/org.kde.kcachegrind.appdata.xml 
2024-03-17 19:04:39.000000000 +0100
@@ -3,6 +3,9 @@
   <id>org.kde.kcachegrind.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0-or-later</project_license>
+  <developer id="org.kde">
+    <name translate="no">KDE</name>
+  </developer>
   <name>KCachegrind</name>
   <name xml:lang="ast">KCachegrind</name>
   <name xml:lang="ca">KCachegrind</name>
@@ -371,11 +374,12 @@
     <binary>kcachegrind</binary>
     <id>org.kde.kcachgrind.desktop</id>
   </provides>
+  <launchable type="desktop-id">org.kde.kcachgrind.desktop</launchable>
   <releases>
+    <release version="24.02.1" date="2024-03-21"/>
     <release version="24.02.0" date="2024-02-28"/>
     <release version="23.08.5" date="2024-02-15"/>
     <release version="23.08.4" date="2023-12-07"/>
-    <release version="23.08.3" date="2023-11-09"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-24.02.0/kcachegrind/toplevel.cpp 
new/kcachegrind-24.02.1/kcachegrind/toplevel.cpp
--- old/kcachegrind-24.02.0/kcachegrind/toplevel.cpp    2024-02-21 
03:59:47.000000000 +0100
+++ new/kcachegrind-24.02.1/kcachegrind/toplevel.cpp    2024-03-17 
19:04:39.000000000 +0100
@@ -423,7 +423,7 @@
     action->setIcon( QIcon::fromTheme(QStringLiteral("view-refresh")) );
     action->setText( i18nc("Reload a document", "&Reload" ) );
     connect(action, &QAction::triggered, this, &TopLevel::reload);
-    actionCollection()->setDefaultShortcut(action, KStandardShortcut::Reload);
+    actionCollection()->setDefaultShortcuts(action, 
KStandardShortcut::reload());
     hint = i18n("<b>Reload Profile Data</b>"
                 "<p>This loads any new created parts, too.</p>");
     action->setWhatsThis( hint );
@@ -2020,8 +2020,8 @@
     _ccProcess = new QProcess(this);
     connect(_ccProcess, &QProcess::readyReadStandardOutput,
             this, &TopLevel::ccReadOutput);
-    connect(_ccProcess, SIGNAL(error(QProcess::ProcessError)),
-            SLOT(ccError(QProcess::ProcessError)));
+    connect(_ccProcess, &QProcess::errorOccurred,
+            this, &TopLevel::ccError);
     connect(_ccProcess, SIGNAL(finished(int,QProcess::ExitStatus)),
             SLOT(ccExit(int,QProcess::ExitStatus)));
 #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-24.02.0/libviews/callgraphview.cpp 
new/kcachegrind-24.02.1/libviews/callgraphview.cpp
--- old/kcachegrind-24.02.0/libviews/callgraphview.cpp  2024-02-21 
03:59:47.000000000 +0100
+++ new/kcachegrind-24.02.1/libviews/callgraphview.cpp  2024-03-17 
19:04:39.000000000 +0100
@@ -2132,8 +2132,8 @@
     _renderProcess = new QProcess(this);
     connect(_renderProcess, &QProcess::readyReadStandardOutput,
             this, &CallGraphView::readDotOutput);
-    connect(_renderProcess, SIGNAL(error(QProcess::ProcessError)),
-            this, SLOT(dotError()));
+    connect(_renderProcess, &QProcess::errorOccurred,
+            this, &CallGraphView::dotError);
     connect(_renderProcess, SIGNAL(finished(int,QProcess::ExitStatus)),
             this, SLOT(dotExited()));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-24.02.0/qcachegrind/qcgtoplevel.cpp 
new/kcachegrind-24.02.1/qcachegrind/qcgtoplevel.cpp
--- old/kcachegrind-24.02.0/qcachegrind/qcgtoplevel.cpp 2024-02-21 
03:59:47.000000000 +0100
+++ new/kcachegrind-24.02.1/qcachegrind/qcgtoplevel.cpp 2024-03-17 
19:04:39.000000000 +0100
@@ -597,8 +597,8 @@
     _eventTypeBox->setMinimumContentsLength(25);
     hint = tr("Select primary event type of costs");
     _eventTypeBox->setToolTip( hint );
-    connect( _eventTypeBox, SIGNAL(activated(QString)),
-             this, SLOT(eventTypeSelected(QString)));
+    connect( _eventTypeBox, &QComboBox::textActivated,
+             this, &QCGTopLevel::eventTypeSelected);
 }
 
 void QCGTopLevel::createMenu()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-24.02.0/qcachegrind/sourcesettings.cpp 
new/kcachegrind-24.02.1/qcachegrind/sourcesettings.cpp
--- old/kcachegrind-24.02.0/qcachegrind/sourcesettings.cpp      2024-02-21 
03:59:47.000000000 +0100
+++ new/kcachegrind-24.02.1/qcachegrind/sourcesettings.cpp      2024-03-17 
19:04:39.000000000 +0100
@@ -81,8 +81,8 @@
             this,
             &SourceSettings::dirListItemChanged);
     connect(ui.objectBox,
-            SIGNAL(currentIndexChanged(QString)),
-            this, SLOT(objectChanged(QString)));
+            &QComboBox::currentIndexChanged,
+            this, &SourceSettings::objectChanged);
     connect(ui.dirEdit, SIGNAL(textChanged(QString)),
             this, SLOT(dirEditChanged(QString)));
 
@@ -163,10 +163,11 @@
     update();
 }
 
-void SourceSettings::objectChanged(QString obj)
+void SourceSettings::objectChanged(int objectIndex)
 {
     if (!_current) return;
 
+    const QString obj = ui.objectBox->itemText(objectIndex);
     _current->setText(0, obj);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-24.02.0/qcachegrind/sourcesettings.h 
new/kcachegrind-24.02.1/qcachegrind/sourcesettings.h
--- old/kcachegrind-24.02.0/qcachegrind/sourcesettings.h        2024-02-21 
03:59:47.000000000 +0100
+++ new/kcachegrind-24.02.1/qcachegrind/sourcesettings.h        2024-03-17 
19:04:39.000000000 +0100
@@ -36,7 +36,7 @@
     void deleteClicked();
     void browseClicked();
     void dirListItemChanged(QTreeWidgetItem*, QTreeWidgetItem*);
-    void objectChanged(QString);
+    void objectChanged(int);
     void dirEditChanged(QString);
 
 private:

Reply via email to