Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma6-activities-stats for
openSUSE:Factory checked in at 2026-06-18 21:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma6-activities-stats (Old)
and /work/SRC/openSUSE:Factory/.plasma6-activities-stats.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-activities-stats"
Thu Jun 18 21:35:52 2026 rev:42 rq:1359174 version:6.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/plasma6-activities-stats/plasma6-activities-stats.changes
2026-05-13 21:38:48.734400969 +0200
+++
/work/SRC/openSUSE:Factory/.plasma6-activities-stats.new.1981/plasma6-activities-stats.changes
2026-06-18 21:36:40.246208079 +0200
@@ -1,0 +2,29 @@
+Fri Jun 12 19:07:55 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.7.0:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.7.0
+- Changes since 6.6.91:
+ * Update version for new release 6.7.0
+
+-------------------------------------------------------------------
+Thu May 28 18:44:46 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.91:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.6.91
+- Changes since 6.6.90:
+ * Update version for new release 6.6.91
+
+-------------------------------------------------------------------
+Sun May 24 11:18:58 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.90:
+ * New feature release
+ * For more details see https://kde.org/announcements/plasma/6/6.6.90
+- Changes since 6.6.5:
+ * Update version for new release 6.6.90
+ * CI: Require passing tests on all jobs
+ * Update version for new release 6.6.80
+
+-------------------------------------------------------------------
Old:
----
plasma-activities-stats-6.6.5.tar.xz
plasma-activities-stats-6.6.5.tar.xz.sig
New:
----
plasma-activities-stats-6.7.0.tar.xz
plasma-activities-stats-6.7.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma6-activities-stats.spec ++++++
--- /var/tmp/diff_new_pack.QzmmjK/_old 2026-06-18 21:36:40.978238605 +0200
+++ /var/tmp/diff_new_pack.QzmmjK/_new 2026-06-18 21:36:40.982238772 +0200
@@ -16,8 +16,8 @@
#
-%define kf6_version 6.18.0
-%define qt6_version 6.9.0
+%define kf6_version 6.26.0
+%define qt6_version 6.10.0
# Full Plasma 6 version (e.g. 6.0.0)
%{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}}
# Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF)
@@ -25,14 +25,14 @@
%define rname plasma-activities-stats
%bcond_without released
Name: plasma6-activities-stats
-Version: 6.6.5
+Version: 6.7.0
Release: 0
Summary: KDE Plasma Activities support
License: LGPL-2.0-or-later
URL: https://www.kde.org
-Source:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source: %{rname}-%{version}.tar.xz
%if %{with released}
-Source1:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1: %{rname}-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: doxygen
@@ -43,6 +43,7 @@
BuildRequires: cmake(PlasmaActivities) >= %{_plasma6_bugfix}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
+BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Sql) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
++++++ plasma-activities-stats-6.6.5.tar.xz ->
plasma-activities-stats-6.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-activities-stats-6.6.5/.kde-ci.yml
new/plasma-activities-stats-6.7.0/.kde-ci.yml
--- old/plasma-activities-stats-6.6.5/.kde-ci.yml 2026-05-12
12:29:14.000000000 +0200
+++ new/plasma-activities-stats-6.7.0/.kde-ci.yml 2026-06-11
11:35:08.000000000 +0200
@@ -6,5 +6,5 @@
'plasma/kactivitymanagerd': '@same'
Options:
+ require-passing-tests-on: ['@all']
test-before-installing: True
- require-passing-tests-on: ['Linux', 'FreeBSD']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-activities-stats-6.6.5/CMakeLists.txt
new/plasma-activities-stats-6.7.0/CMakeLists.txt
--- old/plasma-activities-stats-6.6.5/CMakeLists.txt 2026-05-12
12:29:14.000000000 +0200
+++ new/plasma-activities-stats-6.7.0/CMakeLists.txt 2026-06-11
11:35:08.000000000 +0200
@@ -1,12 +1,12 @@
# vim:set softtabstop=3 shiftwidth=3 tabstop=3 expandtab:
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "6.6.5")
+set(PROJECT_VERSION "6.7.0")
project(PlasmaActivitiesStats VERSION ${PROJECT_VERSION})
-set(PROJECT_DEP_VERSION "6.6.5")
+set(PROJECT_DEP_VERSION "6.7.0")
set(QT_MIN_VERSION "6.10.0")
-set(KF6_MIN_VERSION "6.22.0")
+set(KF6_MIN_VERSION "6.26.0")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
set(CMAKE_CXX_STANDARD 20)