diff --git a/blueberry.spec b/blueberry.spec index 13917eb..ff56b47 100644 --- a/blueberry.spec +++ b/blueberry.spec @@ -1,14 +1,11 @@ Name: blueberry -Version: 1.1.19 +Version: 1.1.20 Release: 1%{?dist} Summary: Bluetooth configuration tool License: GPLv3+ URL: https://github.com/linuxmint/%{name} Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 -Patch0: util-linux_rfkill.patch -%endif BuildArch: noarch @@ -128,6 +125,9 @@ fi %changelog +* Mon Dec 18 2017 Leigh Scott - 1.1.20-1 +- New upstream release + * Sun Dec 10 2017 Leigh Scott - 1.1.19-1 - New upstream release diff --git a/sources b/sources index c624d81..c5ba805 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blueberry-1.1.19.tar.gz) = fec6e520796ce3bb58f30e93796e3f7a3d5de8f02814744f22a7e808afd32c974a61c0c4cfcd543255f6665f327d668238d588a0cfdcf0c9758b96548d715081 +SHA512 (blueberry-1.1.20.tar.gz) = 22ed658badd000dd74f937b6910e4e30d13af219f3704e37a395dc5dd5fdc8082887aa4825bcc158fa7b6820fbceb97032fe7e48532578ad799e5a435083d261 diff --git a/util-linux_rfkill.patch b/util-linux_rfkill.patch deleted file mode 100644 index 15325d1..0000000 --- a/util-linux_rfkill.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/usr/lib/blueberry/rfkillMagic.py -+++ b/usr/lib/blueberry/rfkillMagic.py -@@ -11,13 +11,13 @@ - RFKILL_EVENT_MONITOR = ["/usr/sbin/rfkill", "event"] - - # index of .split() from rfkill event output where lines are: --# 1426095957.906704: idx 0 type 1 op 0 soft 0 hard 0 --# 1426095957.906769: idx 1 type 2 op 0 soft 1 hard 0 --# 1426096013.465033: idx 1 type 2 op 2 soft 0 hard 0 -+# 2017-10-24 18:50:24,027405+0100: idx 0 type 2 op 0 soft 0 hard 0 -+# 2017-10-24 18:50:24,027492+0100: idx 1 type 1 op 0 soft 0 hard 0 -+# 2017-10-24 18:55:23,996534+0100: idx 0 type 2 op 2 soft 1 hard 0 - --EVENT_INDEX_DEVICE = 2 --EVENT_INDEX_SOFT_BLOCK = 8 --EVENT_INDEX_HARD_BLOCK = 10 -+EVENT_INDEX_DEVICE = 3 -+EVENT_INDEX_SOFT_BLOCK = 9 -+EVENT_INDEX_HARD_BLOCK = 11 - - class Interface: - def __init__(self, output_callback, debug): -