Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma5support6 for openSUSE:Factory
checked in at 2024-06-22 13:22:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5support6 (Old)
and /work/SRC/openSUSE:Factory/.plasma5support6.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5support6"
Sat Jun 22 13:22:16 2024 rev:6 rq:1181134 version:6.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5support6/plasma5support6.changes
2024-05-27 11:49:07.678998538 +0200
+++
/work/SRC/openSUSE:Factory/.plasma5support6.new.18349/plasma5support6.changes
2024-06-22 13:22:39.424985685 +0200
@@ -1,0 +2,27 @@
+Thu Jun 13 10:58:39 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.1.0:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.1.0
+- Changes since 6.0.90:
+ * update version for new release
+ * Drop unused libplasma, kio and kservice dependencies
+
+-------------------------------------------------------------------
+Sat May 25 11:18:59 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.0.90:
+ * New feature release
+ * For more details see https://kde.org/announcements/plasma/6/6.0.90
+- Changes since 6.0.5:
+ * update version for new release
+ * Port to declarative type registration
+ * Add KDEClangFormat
+ * add a version for dependencies so it does not break CI
https://invent.kde.org/plasma/bluedevil/-/merge_requests/156
+ * dataengines/keystate: add deprecation notice
+ * dataengines: move keystate to P5Support
+ * dataengines/devicenotifications: don't install notifyrc
+ * dataengines/devicenotifications: add deprecation notice
+ * Move devicenotifications dataengine to P5Support
+
+-------------------------------------------------------------------
Old:
----
plasma5support-6.0.5.tar.xz
plasma5support-6.0.5.tar.xz.sig
New:
----
plasma5support-6.1.0.tar.xz
plasma5support-6.1.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5support6.spec ++++++
--- /var/tmp/diff_new_pack.CLFZxj/_old 2024-06-22 13:22:39.965005431 +0200
+++ /var/tmp/diff_new_pack.CLFZxj/_new 2024-06-22 13:22:39.969005576 +0200
@@ -26,14 +26,14 @@
%bcond_without released
# Note: despite being in the plasma namespace upstream, the build system
follows the frameworks conventions
Name: plasma5support6
-Version: 6.0.5
+Version: 6.1.0
Release: 0
Summary: KF6 Porting aid
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
@@ -42,9 +42,12 @@
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6KIO) >= %{_kf6_bugfix_version}
+BuildRequires: cmake(KF6Notifications) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Package) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Service) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6XmlGui) >= %{_kf6_bugfix_version}
+BuildRequires: cmake(KSysGuard) >= 6
+BuildRequires: cmake(Plasma)
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
@@ -96,6 +99,10 @@
%dir %{_kf6_qmldir}/org/kde/plasma
%{_kf6_qmldir}/org/kde/plasma/plasma5support/
%{_kf6_sharedir}/plasma5support/
+%dir %{_kf6_plugindir}/plasma5support
+%dir %{_kf6_plugindir}/plasma5support/dataengine
+%{_kf6_plugindir}/plasma5support/dataengine/plasma_engine_devicenotifications.so
+%{_kf6_plugindir}/plasma5support/dataengine/plasma_engine_keystate.so
%files -n libPlasma5Support6
%license LICENSES/*
++++++ plasma5support-6.0.5.tar.xz -> plasma5support-6.1.0.tar.xz ++++++
++++ 12149 lines of diff (skipped)