diff --git a/blueberry-1.1.10_remove_debug_log.patch b/blueberry-1.1.10_remove_debug_log.patch new file mode 100644 index 0000000..bcfaa2e --- /dev/null +++ b/blueberry-1.1.10_remove_debug_log.patch @@ -0,0 +1,22 @@ +From f33e32479f77f91dfa02bbf79643926f446b403a Mon Sep 17 00:00:00 2001 +From: Clement Lefebvre +Date: Sat, 18 Feb 2017 10:29:42 +0000 +Subject: [PATCH] Remove debug log + +Left there by mistake. +--- + usr/share/cinnamon/applets/blueberry@cinnamon.org/applet.js | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/usr/share/cinnamon/applets/blueberry@cinnamon.org/applet.js b/usr/share/cinnamon/applets/blueberry@cinnamon.org/applet.js +index b6fb0e3..f4297be 100644 +--- a/usr/share/cinnamon/applets/blueberry@cinnamon.org/applet.js ++++ b/usr/share/cinnamon/applets/blueberry@cinnamon.org/applet.js +@@ -128,7 +128,6 @@ MyApplet.prototype = { + for (let i = 0; i < lines.length; i++) { + let line = lines[i]; + if (line.search("Bluetooth") != -1) { +- global.logError("Found BT Adapter: " + line); + return true; + } + } diff --git a/blueberry-1.1.9_license.patch b/blueberry-1.1.9_license.patch index bde2967..563f14b 100644 --- a/blueberry-1.1.9_license.patch +++ b/blueberry-1.1.9_license.patch @@ -1,7 +1,7 @@ -From 3565d8151a1e5bf21e90f014beaf57f7d5a3622f Mon Sep 17 00:00:00 2001 +From 55c2fd485d45110104d8387a8c10dd90c19ff4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 1 Jan 2017 19:58:39 +0100 -Subject: [PATCH 1/2] add GPLv3 license-text +Subject: [PATCH] add GPLv3 license-text --- COPYING | 674 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -688,161 +688,3 @@ index 0000000..94a9ed0 +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. - -From ccbd5523c167ae5d3cb8f5c4de147eeb51429d1a Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= -Date: Sun, 1 Jan 2017 20:45:40 +0100 -Subject: [PATCH 2/2] add license-header - ---- - usr/bin/blueberry | 15 +++++++++++++++ - usr/bin/blueberry-tray | 15 +++++++++++++++ - usr/lib/blueberry/blueberry-tray.py | 15 +++++++++++++++ - usr/lib/blueberry/blueberry.py | 15 +++++++++++++++ - usr/lib/blueberry/blueberrySettings.py | 15 +++++++++++++++ - usr/lib/blueberry/rfkillMagic.py | 15 +++++++++++++++ - 6 files changed, 90 insertions(+) - -diff --git a/usr/bin/blueberry b/usr/bin/blueberry -index a302410..72e22e8 100755 ---- a/usr/bin/blueberry -+++ b/usr/bin/blueberry -@@ -1,4 +1,19 @@ - #!/usr/bin/python -+# blueberry - A Bluetooth configuration tool -+# Copyright (C) 2015 Clement Lefebvre -+# -+# This program is free software: you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation, either version 3 of the License, or -+# (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . - - import os - os.system("/usr/lib/blueberry/blueberry.py") -diff --git a/usr/bin/blueberry-tray b/usr/bin/blueberry-tray -index de85ca5..8bb9ace 100755 ---- a/usr/bin/blueberry-tray -+++ b/usr/bin/blueberry-tray -@@ -1,4 +1,19 @@ - #!/usr/bin/python -+# blueberry - A Bluetooth configuration tool -+# Copyright (C) 2015 Clement Lefebvre -+# -+# This program is free software: you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation, either version 3 of the License, or -+# (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . - - import os - os.system("/usr/lib/blueberry/blueberry-tray.py") -diff --git a/usr/lib/blueberry/blueberry-tray.py b/usr/lib/blueberry/blueberry-tray.py -index 80c53d1..0d4c326 100755 ---- a/usr/lib/blueberry/blueberry-tray.py -+++ b/usr/lib/blueberry/blueberry-tray.py -@@ -1,4 +1,19 @@ - #!/usr/bin/env python2 -+# blueberry - A Bluetooth configuration tool -+# Copyright (C) 2015 Clement Lefebvre -+# -+# This program is free software: you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation, either version 3 of the License, or -+# (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . - - import sys - import gettext -diff --git a/usr/lib/blueberry/blueberry.py b/usr/lib/blueberry/blueberry.py -index 40aa6f6..faadb4b 100755 ---- a/usr/lib/blueberry/blueberry.py -+++ b/usr/lib/blueberry/blueberry.py -@@ -1,4 +1,19 @@ - #!/usr/bin/env python2 -+# blueberry - A Bluetooth configuration tool -+# Copyright (C) 2015 Clement Lefebvre -+# -+# This program is free software: you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation, either version 3 of the License, or -+# (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . - - import sys, os, commands - import gettext -diff --git a/usr/lib/blueberry/blueberrySettings.py b/usr/lib/blueberry/blueberrySettings.py -index 1006829..c1836aa 100644 ---- a/usr/lib/blueberry/blueberrySettings.py -+++ b/usr/lib/blueberry/blueberrySettings.py -@@ -1,4 +1,19 @@ - #!/usr/bin/env python2 -+# blueberry - A Bluetooth configuration tool -+# Copyright (C) 2015 Clement Lefebvre -+# -+# This program is free software: you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation, either version 3 of the License, or -+# (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . - - from gi.repository import Gio - -diff --git a/usr/lib/blueberry/rfkillMagic.py b/usr/lib/blueberry/rfkillMagic.py -index d0f6827..7ad8971 100644 ---- a/usr/lib/blueberry/rfkillMagic.py -+++ b/usr/lib/blueberry/rfkillMagic.py -@@ -1,3 +1,18 @@ -+# blueberry - A Bluetooth configuration tool -+# Copyright (C) 2015 Clement Lefebvre -+# -+# This program is free software: you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation, either version 3 of the License, or -+# (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . - - import thread - import subprocess diff --git a/blueberry.spec b/blueberry.spec index 391aa1d..3ec05e3 100644 --- a/blueberry.spec +++ b/blueberry.spec @@ -1,6 +1,6 @@ Name: blueberry -Version: 1.1.9 -Release: 3%{?dist} +Version: 1.1.10 +Release: 1%{?dist} Summary: Bluetooth configuration tool License: GPLv3+ @@ -9,6 +9,8 @@ Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Adds COPYING from open pull-request. Patch0: %{url}/pull/27.patch#/%{name}-1.1.9_license.patch +# Remove debug log -- Left there by mistake. +Patch1: %{url}/commit/f33e32479f77f91dfa02bbf79643926f446b403a.patch#/%{name}-1.1.10_remove_debug_log.patch BuildArch: noarch @@ -16,12 +18,17 @@ BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: python2-devel +Requires: bluez-obexd +Requires: dbus-python Requires: filesystem Requires: gnome-bluetooth Requires: hicolor-icon-theme +Requires: python-gi +Requires: python-setproctitle Requires: rfkill Requires: wmctrl + %description %{summary} depending on gnome-bluetooth. @@ -98,6 +105,9 @@ fi %changelog +* Sun Feb 19 2017 Björn Esser - 1.1.10-1 +- New upstream release + * Fri Feb 10 2017 Fedora Release Engineering - 1.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index 39cd824..5d1ed04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blueberry-1.1.9.tar.gz) = 00985c283a564915aa20cf6b78030b5bbaf66e4576af529aa952786281a872b00e3d9febb2a75c0f7e44cbf0f639971871c0bc4b5ff85f20a47493be41d37abb +SHA512 (blueberry-1.1.10.tar.gz) = 27fd43e0dc1aeed5fefe3f843921950c00560be3dc5cfd29f185ed79ee8b63a1b44f60eacdce8853899de2483aeb613668d0b6b8ad63532f41e5e1235228d161