diff --git a/bluedevil-5.3.1.tar.xz b/bluedevil-5.3.1.tar.xz deleted file mode 100644 index 2905157..0000000 --- a/bluedevil-5.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4e2a536ebd4a9f1978a8984f2676404b8c6acb3ea88b2d4dfa2c2ec62bc1014 -size 123440 diff --git a/bluedevil-5.3.2.tar.xz b/bluedevil-5.3.2.tar.xz new file mode 100644 index 0000000..06c2cc9 --- /dev/null +++ b/bluedevil-5.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8721922777f8de95880ebe1935bf2e69315e91ddb2f2b4ac32a5e92af23b55d +size 124584 diff --git a/bluedevil5.changes b/bluedevil5.changes index 674a5fd..602fc87 100644 --- a/bluedevil5.changes +++ b/bluedevil5.changes @@ -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 diff --git a/bluedevil5.spec b/bluedevil5.spec index b3cd33b..52c2f96 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -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+ diff --git a/bluez-qt-5.11.patch b/bluez-qt-5.11.patch index ad1ec96..8993725 100644 --- a/bluez-qt-5.11.patch +++ b/bluez-qt-5.11.patch @@ -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++;