Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bluedevil6 for openSUSE:Factory 
checked in at 2025-10-22 12:11:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluedevil6 (Old)
 and      /work/SRC/openSUSE:Factory/.bluedevil6.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluedevil6"

Wed Oct 22 12:11:24 2025 rev:31 rq:1312742 version:6.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluedevil6/bluedevil6.changes    2025-09-15 
19:54:08.718227629 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil6.new.18484/bluedevil6.changes 
2025-10-22 12:11:48.188070090 +0200
@@ -1,0 +2,50 @@
+Thu Oct 16 18:12:57 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.5.0:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.5.0
+- Changes since 6.4.91:
+  * Update version for new release 6.5.0
+
+-------------------------------------------------------------------
+Thu Oct  2 14:44:27 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.4.91:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.4.91
+- Changes since 6.4.90:
+  * Update version for new release 6.4.91
+  * kcm: Keep the Bluetooth toggle in the same position.
+
+-------------------------------------------------------------------
+Tue Sep 23 06:38:32 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.4.90:
+  * New feature release
+  * For more details see https://kde.org/announcements/plasma/6/6.4.90
+- Changes since 6.4.5:
+  * Update version for new release 6.4.90
+  * Rework adapter state save/restore (kde#497353,kde#507836)
+  * Enable qmllint in CI
+  * kcm/json: remove mediacenter from form factors
+  * Add QML linting
+  * applet: make section headers translatable (kde#508015)
+  * kcm: Add Wifi toggle switch
+  * [wizard] Hide parentWindow option from help
+  * wizard: improve search filter
+  * wizard: allow filtering device list
+  * applet: simplify delegate display
+  * applet: remove unneeded top padding
+  * applet: use standard section headers
+  * applet: add bugzilla url
+  * Find QtQuick before trying to use it
+  * [kcm] Add parent window to spawned wizard window
+  * DevicesStateProxyModel: Split disconnecting into a dedicated state 
(kde#493245)
+  * DevicesStateProxyModel: Remove unused method
+  * DeviceItem: Add a few more and clarify other device types
+  * Wizard: Sort devices with an actual name first
+  * Focus non-destructive button by default
+  * Fix null device access
+  * update version for new release
+
+-------------------------------------------------------------------

Old:
----
  bluedevil-6.4.5.tar.xz
  bluedevil-6.4.5.tar.xz.sig

New:
----
  bluedevil-6.5.0.tar.xz
  bluedevil-6.5.0.tar.xz.sig

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

Other differences:
------------------
++++++ bluedevil6.spec ++++++
--- /var/tmp/diff_new_pack.nmZfhC/_old  2025-10-22 12:11:48.916100785 +0200
+++ /var/tmp/diff_new_pack.nmZfhC/_new  2025-10-22 12:11:48.924101122 +0200
@@ -20,8 +20,8 @@
 # Internal QML import
 %global __requires_exclude 
qt6qmlimport\\(org\\.kde\\.plasma\\.private\\.bluetooth.*
 
-%define kf6_version 6.14.0
-%define qt6_version 6.8.0
+%define kf6_version 6.18.0
+%define qt6_version 6.9.0
 
 %define rname bluedevil
 
@@ -31,14 +31,14 @@
 # Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF)
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 Name:           bluedevil6
-Version:        6.4.5
+Version:        6.5.0
 Release:        0
 Summary:        Bluetooth Manager for KDE Plasma
 License:        GPL-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:  kf6-extra-cmake-modules >= %{kf6_version}
@@ -59,6 +59,7 @@
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Qml) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 # atop of the bluez itself, we also need bluez-obexd for kio_obexftp and both 
send/receive
 Requires:       bluez
@@ -96,9 +97,6 @@
 %{_kf6_applicationsdir}/kcm_bluetooth.desktop
 %{_kf6_applicationsdir}/org.kde.bluedevilsendfile.desktop
 %{_kf6_applicationsdir}/org.kde.bluedevilwizard.desktop
-%if %{pkg_vcmp cmake(KF6Package) < 6.18}
-%{_kf6_appstreamdir}/org.kde.plasma.bluetooth.appdata.xml
-%endif
 %{_kf6_bindir}/bluedevil-sendfile
 %{_kf6_bindir}/bluedevil-wizard
 %{_kf6_debugdir}/bluedevil.categories

++++++ bluedevil-6.4.5.tar.xz -> bluedevil-6.5.0.tar.xz ++++++
++++ 29444 lines of diff (skipped)

Reply via email to