Accepting request 314569 from KDE:Frameworks5

Update to last Plasma 5.3 bugfix release

OBS-URL: https://build.opensuse.org/request/show/314569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluedevil5?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2015-07-08 04:56:40 +00:00 committed by Git OBS Bridge
commit 0d6c7cae1c
5 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4e2a536ebd4a9f1978a8984f2676404b8c6acb3ea88b2d4dfa2c2ec62bc1014
size 123440

3
bluedevil-5.3.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8721922777f8de95880ebe1935bf2e69315e91ddb2f2b4ac32a5e92af23b55d
size 124584

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 28 18:30:39 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.3.2:
* Bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.3.2.php
-------------------------------------------------------------------
Wed Jun 10 01:52:13 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -19,7 +19,7 @@
%bcond_without lang
Name: bluedevil5
Version: 5.3.1
Version: 5.3.2
Release: 0
Summary: Bluetooth Manager for KDE
License: GPL-2.0+

View File

@ -25,10 +25,10 @@ index 834d034..d685cb2 100644
}
}
diff --git a/src/applet/package/contents/ui/DeviceItem.qml b/src/applet/package/contents/ui/DeviceItem.qml
index 19b55cf..b0fc9ce 100644
index 691e954..0e60d3e 100644
--- a/src/applet/package/contents/ui/DeviceItem.qml
+++ b/src/applet/package/contents/ui/DeviceItem.qml
@@ -378,10 +378,10 @@ PlasmaComponents.ListItem {
@@ -396,10 +396,10 @@ PlasmaComponents.ListItem {
return i18n("Connecting");
}
@ -41,7 +41,7 @@ index 19b55cf..b0fc9ce 100644
return i18n("Audio device");
case BluezQt.Device.Keyboard:
@@ -422,7 +422,7 @@ PlasmaComponents.ListItem {
@@ -440,7 +440,7 @@ PlasmaComponents.ListItem {
function connectToDevice()
{
if (Connected) {
@ -50,7 +50,7 @@ index 19b55cf..b0fc9ce 100644
return;
}
@@ -433,7 +433,7 @@ PlasmaComponents.ListItem {
@@ -451,7 +451,7 @@ PlasmaComponents.ListItem {
connecting = true;
runningActions++;