From 864a90f975d4201e4e730cbb3b1217844b34cb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:29:47 +0200 Subject: [PATCH 01/49] Rebuilt for Python 3.7 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 3aceee1..b905e78 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -108,5 +108,8 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Tue Jun 19 2018 Miro Hrončok - 2017.03.R2-2 +- Rebuilt for Python 3.7 + * Mon Apr 23 2018 Sergey Avseyev 2017.03.R2-1 - Initial import From 81f317a7cb962b0f83cc493b6efc6f35c56e0b45 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Fri, 6 Jul 2018 16:03:32 +0300 Subject: [PATCH 02/49] Update to 2018-06-R1 --- .gitignore | 1 + sources | 2 +- ubertooth.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 87f5274..3b204fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ubertooth-2017-03-R2.tar.xz +/ubertooth-2018-06-R1.tar.xz diff --git a/sources b/sources index 3580235..23677d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubertooth-2017-03-R2.tar.xz) = 4806a6ac664ec9b78964caeb47f87a60db8f664c529e6e58bc1e5db4d858eaaa1ae51f0293f4a5227a102e556caf1611e97f6675147af4bc34e23646049e8571 +SHA512 (ubertooth-2018-06-R1.tar.xz) = 48865184473dc99e865c6c997e3a1ad9f9f4702ac6d580cc695adea935615a07caeb12a2d10bd81de3e32e332dbc3af291b7d9380eb86a1cdf391ddf4b260b80 diff --git a/ubertooth.spec b/ubertooth.spec index b905e78..5b6a722 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -1,10 +1,10 @@ -%global POSTYEAR 2017 -%global POSTMONTH 03 -%global POSTNUM 2 +%global POSTYEAR 2018 +%global POSTMONTH 06 +%global POSTNUM 1 Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -108,6 +108,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 +- Update to 2018-06-R1 + * Tue Jun 19 2018 Miro Hrončok - 2017.03.R2-2 - Rebuilt for Python 3.7 From f504fef16267415390fa1c2cff6037065534f3ec Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Fri, 6 Jul 2018 16:03:32 +0300 Subject: [PATCH 03/49] Update to 2018-06-R1 --- .gitignore | 1 + sources | 2 +- ubertooth.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 87f5274..3b204fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ubertooth-2017-03-R2.tar.xz +/ubertooth-2018-06-R1.tar.xz diff --git a/sources b/sources index 3580235..23677d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubertooth-2017-03-R2.tar.xz) = 4806a6ac664ec9b78964caeb47f87a60db8f664c529e6e58bc1e5db4d858eaaa1ae51f0293f4a5227a102e556caf1611e97f6675147af4bc34e23646049e8571 +SHA512 (ubertooth-2018-06-R1.tar.xz) = 48865184473dc99e865c6c997e3a1ad9f9f4702ac6d580cc695adea935615a07caeb12a2d10bd81de3e32e332dbc3af291b7d9380eb86a1cdf391ddf4b260b80 diff --git a/ubertooth.spec b/ubertooth.spec index 3aceee1..012fe74 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -1,6 +1,6 @@ -%global POSTYEAR 2017 -%global POSTMONTH 03 -%global POSTNUM 2 +%global POSTYEAR 2018 +%global POSTMONTH 06 +%global POSTNUM 1 Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} @@ -108,5 +108,8 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 +- Update to 2018-06-R1 + * Mon Apr 23 2018 Sergey Avseyev 2017.03.R2-1 - Initial import From 3fb5c39f92a3596e1f9203b3a2574e0a64863228 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:06:56 +0000 Subject: [PATCH 04/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 5b6a722..ff4ce76 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -108,6 +108,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 2018.06.R1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 - Update to 2018-06-R1 From 3438932cc676231622d47544c2d1d8b690ceda20 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Sun, 15 Jul 2018 21:22:39 +0300 Subject: [PATCH 05/49] Added systemd as build requirement for _udevrulesdir macro --- ubertooth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ubertooth.spec b/ubertooth.spec index ff4ce76..b5b683f 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -14,7 +14,7 @@ URL: https://github.com/greatscottgadgets/ubertooth Source0: https://github.com/greatscottgadgets/ubertooth/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz Patch0: 0000-fix-python-shebang.patch -BuildRequires: libusb1-devel cmake libpcap-devel gcc-c++ bluez-libs-devel libbtbb-devel python3-devel +BuildRequires: libusb1-devel cmake libpcap-devel gcc-c++ bluez-libs-devel libbtbb-devel python3-devel systemd Requires: lib%{name}%{?_isa} = %{version}-%{release} Recommends: %{name}-specan-ui = %{version}-%{release} @@ -108,6 +108,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sun Jul 15 2018 Sergey Avseyev - 2018.07.R1-3 +- Added systemd as build requirement for _udevrulesdir macro + * Sat Jul 14 2018 Fedora Release Engineering - 2018.06.R1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 5e18ce74cfdd0deda43459787d19a64fb6401aa4 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Fri, 10 Aug 2018 01:25:43 +0300 Subject: [PATCH 06/49] Update to 2018-08-R1 --- .gitignore | 1 + sources | 2 +- ubertooth.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b204fd..89501b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ubertooth-2017-03-R2.tar.xz /ubertooth-2018-06-R1.tar.xz +/ubertooth-2018-08-R1.tar.xz diff --git a/sources b/sources index 23677d6..d21a18b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubertooth-2018-06-R1.tar.xz) = 48865184473dc99e865c6c997e3a1ad9f9f4702ac6d580cc695adea935615a07caeb12a2d10bd81de3e32e332dbc3af291b7d9380eb86a1cdf391ddf4b260b80 +SHA512 (ubertooth-2018-08-R1.tar.xz) = 630707583b4fa0683d3f2a40e06697546897e603bd27842886897949ffeaff252d3b34040dee6b8b3319f9bed65eb706f57b885d7a6719fc9cb993e7c1d9c203 diff --git a/ubertooth.spec b/ubertooth.spec index b5b683f..a5b419c 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -1,10 +1,10 @@ %global POSTYEAR 2018 -%global POSTMONTH 06 +%global POSTMONTH 08 %global POSTNUM 1 Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 3%{?dist} +Release: 1%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -108,6 +108,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Aug 10 2018 Sergey Avseyev 2018.08.R1-1 +- Update to 2018-08-R1 + * Sun Jul 15 2018 Sergey Avseyev - 2018.07.R1-3 - Added systemd as build requirement for _udevrulesdir macro From c8d71892e865da6a3d36cdb38012f6c182d474bf Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Sat, 8 Dec 2018 10:42:35 +0300 Subject: [PATCH 07/49] Update to 2018-12-R1 --- .gitignore | 1 + sources | 2 +- ubertooth.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89501b1..8249452 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ubertooth-2017-03-R2.tar.xz /ubertooth-2018-06-R1.tar.xz /ubertooth-2018-08-R1.tar.xz +/ubertooth-2018-12-R1.tar.xz diff --git a/sources b/sources index d21a18b..916107a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubertooth-2018-08-R1.tar.xz) = 630707583b4fa0683d3f2a40e06697546897e603bd27842886897949ffeaff252d3b34040dee6b8b3319f9bed65eb706f57b885d7a6719fc9cb993e7c1d9c203 +SHA512 (ubertooth-2018-12-R1.tar.xz) = 409fdb403d6a3fa84b92757e0fd8672b1403ba3d24888fbde4d6d6923d8e0796914c20d38e2fc58909f81fcb8a0b6290bcf91282bb02354c310e6e91ad85e23b diff --git a/ubertooth.spec b/ubertooth.spec index a5b419c..c296980 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -1,5 +1,5 @@ %global POSTYEAR 2018 -%global POSTMONTH 08 +%global POSTMONTH 12 %global POSTNUM 1 Name: ubertooth @@ -108,6 +108,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Thu Dec 06 2018 Sergey Avseyev 2018.12.R1-1 +- Update to 2018-12-R1 + * Fri Aug 10 2018 Sergey Avseyev 2018.08.R1-1 - Update to 2018-08-R1 From 9406a9d50026a1d972fed689fb73a756ad74980f Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 21 Jan 2019 16:12:08 +0300 Subject: [PATCH 08/49] Add explicit curdir on CMake invocation --- .gitignore | 2 ++ ubertooth.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8249452..9d43365 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +/*.src.rpm +/results_ubertooth /ubertooth-2017-03-R2.tar.xz /ubertooth-2018-06-R1.tar.xz /ubertooth-2018-08-R1.tar.xz diff --git a/ubertooth.spec b/ubertooth.spec index c296980..6a59f8e 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -61,7 +61,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %cmake host \ -DINSTALL_UDEV_RULES=on \ -DUDEV_RULES_GROUP=plugdev \ - -DUDEV_RULES_PATH:PATH=%{_udevrulesdir} + -DUDEV_RULES_PATH:PATH=%{_udevrulesdir} \ + . + %make_build ( cd host/python/specan_ui @@ -108,6 +110,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Mon Jan 21 2019 Sergey Avseyev - 2018.12.R1-2 +- Add explicit curdir on CMake invocation + * Thu Dec 06 2018 Sergey Avseyev 2018.12.R1-1 - Update to 2018-12-R1 From 0a0de02783dcfc1f776779bd330af3b1740e9d76 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 10:37:32 +0000 Subject: [PATCH 09/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 6a59f8e..d507c24 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -110,6 +110,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 2018.12.R1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jan 21 2019 Sergey Avseyev - 2018.12.R1-2 - Add explicit curdir on CMake invocation From c3f682ba947a5ca56c9a89cdfda2b324cd616f51 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Wed, 5 Jun 2019 21:02:45 +0300 Subject: [PATCH 10/49] Fix pyside imports in ubertooth-specan-ui --- ...atch => ubertooth-0000-fix-python-shebang.patch | 0 ubertooth-0001-fix-specan-ui-pyside.patch | 14 ++++++++++++++ ubertooth.spec | 8 ++++++-- 3 files changed, 20 insertions(+), 2 deletions(-) rename 0000-fix-python-shebang.patch => ubertooth-0000-fix-python-shebang.patch (100%) create mode 100644 ubertooth-0001-fix-specan-ui-pyside.patch diff --git a/0000-fix-python-shebang.patch b/ubertooth-0000-fix-python-shebang.patch similarity index 100% rename from 0000-fix-python-shebang.patch rename to ubertooth-0000-fix-python-shebang.patch diff --git a/ubertooth-0001-fix-specan-ui-pyside.patch b/ubertooth-0001-fix-specan-ui-pyside.patch new file mode 100644 index 0000000..1e22cfc --- /dev/null +++ b/ubertooth-0001-fix-specan-ui-pyside.patch @@ -0,0 +1,14 @@ +diff -Nru ubertooth-2018-12-R1.orig/host/python/specan_ui/ubertooth-specan-ui ubertooth-2018-12-R1/host/python/specan_ui/ubertooth-specan-ui +--- ubertooth-2018-12-R1.orig/host/python/specan_ui/ubertooth-specan-ui 2018-12-05 09:21:07.000000000 +0300 ++++ ubertooth-2018-12-R1/host/python/specan_ui/ubertooth-specan-ui 2019-06-05 20:38:13.419092191 +0300 +@@ -26,8 +26,9 @@ + + from argparse import ArgumentParser + +-from PySide2 import QtCore, QtGui, QtWidgets +-from PySide2.QtCore import Qt, QPointF, QLineF ++from PySide import QtGui, QtCore ++import PySide.QtGui as QtWidgets ++from PySide.QtCore import Qt, QPointF, QLineF + + from specan import Ubertooth diff --git a/ubertooth.spec b/ubertooth.spec index d507c24..bf11227 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -12,7 +12,8 @@ Summary: A Bluetooth wireless development platform for experimentation License: GPLv2 URL: https://github.com/greatscottgadgets/ubertooth Source0: https://github.com/greatscottgadgets/ubertooth/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz -Patch0: 0000-fix-python-shebang.patch +Patch0: %{name}-0000-fix-python-shebang.patch +Patch1: %{name}-0001-fix-specan-ui-pyside.patch BuildRequires: libusb1-devel cmake libpcap-devel gcc-c++ bluez-libs-devel libbtbb-devel python3-devel systemd Requires: lib%{name}%{?_isa} = %{version}-%{release} @@ -110,6 +111,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Wed Jun 05 2019 Sergey Avseyev - 2018.12.R1-4 +- Fix pyside imports in ubertooth-specan-ui + * Sun Feb 03 2019 Fedora Release Engineering - 2018.12.R1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From c7db403d3bdaa3d7399985872564dde0dec5ea2c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:16:34 +0000 Subject: [PATCH 11/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index bf11227..42c627f 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -111,6 +111,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 2018.12.R1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Wed Jun 05 2019 Sergey Avseyev - 2018.12.R1-4 - Fix pyside imports in ubertooth-specan-ui From bec882aadfbf56287a8eb408953ea8de3bcddd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 11:08:37 +0200 Subject: [PATCH 12/49] Rebuilt for Python 3.8 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 42c627f..4c6e307 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -111,6 +111,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Mon Aug 19 2019 Miro Hrončok - 2018.12.R1-6 +- Rebuilt for Python 3.8 + * Sat Jul 27 2019 Fedora Release Engineering - 2018.12.R1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 6698b8bdd4b4dce9237a6bc122076484ac30dccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:40:59 +0200 Subject: [PATCH 13/49] Rebuilt for Python 3.8.0rc1 (#1748018) --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 4c6e307..9d196ff 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -111,6 +111,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Thu Oct 03 2019 Miro Hrončok - 2018.12.R1-7 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 2018.12.R1-6 - Rebuilt for Python 3.8 From b7453e43e9d58a588f2897cea1d816a5e93b155a Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 18 Nov 2019 21:41:38 +0300 Subject: [PATCH 14/49] Rebuild with python3-pyside2 --- ubertooth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ubertooth.spec b/ubertooth.spec index 9d196ff..072a10f 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 7%{?dist} +Release: 8%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -47,7 +47,7 @@ developing applications that use %{name}. %package specan-ui Summary: Graphical spectrum analyzer for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: python3-pyside%{?_isa} +Requires: python3-pyside2%{?_isa} %description specan-ui The %{name}-specan-ui is a basic spectrum analysis tool for the Ubertooth. @@ -111,6 +111,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Mon Nov 18 2019 Sergey Avseyev - 2018.12.R1-8 +- Rebuilt with python3-pyside2 + * Thu Oct 03 2019 Miro Hrončok - 2018.12.R1-7 - Rebuilt for Python 3.8.0rc1 (#1748018) From b7c09116db7144558a7cf8b6e4e38eaa871019db Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 02:23:24 +0000 Subject: [PATCH 15/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 072a10f..5dbe019 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 8%{?dist} +Release: 9%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -111,6 +111,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 2018.12.R1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Nov 18 2019 Sergey Avseyev - 2018.12.R1-8 - Rebuilt with python3-pyside2 From 92dea750df9133f4c88d7224f49847b95459cc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 May 2020 14:45:35 +0200 Subject: [PATCH 16/49] Orphaned for 6+ weeks --- .gitignore | 6 - dead.package | 1 + sources | 1 - ubertooth-0000-fix-python-shebang.patch | 18 --- ubertooth-0001-fix-specan-ui-pyside.patch | 14 -- ubertooth.spec | 157 ---------------------- 6 files changed, 1 insertion(+), 196 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 ubertooth-0000-fix-python-shebang.patch delete mode 100644 ubertooth-0001-fix-specan-ui-pyside.patch delete mode 100644 ubertooth.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9d43365..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/*.src.rpm -/results_ubertooth -/ubertooth-2017-03-R2.tar.xz -/ubertooth-2018-06-R1.tar.xz -/ubertooth-2018-08-R1.tar.xz -/ubertooth-2018-12-R1.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 916107a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (ubertooth-2018-12-R1.tar.xz) = 409fdb403d6a3fa84b92757e0fd8672b1403ba3d24888fbde4d6d6923d8e0796914c20d38e2fc58909f81fcb8a0b6290bcf91282bb02354c310e6e91ad85e23b diff --git a/ubertooth-0000-fix-python-shebang.patch b/ubertooth-0000-fix-python-shebang.patch deleted file mode 100644 index a552c42..0000000 --- a/ubertooth-0000-fix-python-shebang.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Nru ubertooth-2017-03-R2.orig/host/python/specan_ui/specan/Ubertooth.py ubertooth-2017-03-R2/host/python/specan_ui/specan/Ubertooth.py ---- ubertooth-2017-03-R2.orig/host/python/specan_ui/specan/Ubertooth.py 2017-03-14 01:07:02.000000000 +0300 -+++ ubertooth-2017-03-R2/host/python/specan_ui/specan/Ubertooth.py 2018-04-24 00:11:44.986581020 +0300 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python --# - # Copyright 2011 Jared Boone - # - # This file is part of Project Ubertooth. -diff -Nru ubertooth-2017-03-R2.orig/host/python/specan_ui/ubertooth-specan-ui ubertooth-2017-03-R2/host/python/specan_ui/ubertooth-specan-ui ---- ubertooth-2017-03-R2.orig/host/python/specan_ui/ubertooth-specan-ui 2017-03-14 01:07:02.000000000 +0300 -+++ ubertooth-2017-03-R2/host/python/specan_ui/ubertooth-specan-ui 2018-04-24 00:11:57.718667386 +0300 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/python3 - # - # Copyright 2011 Jared Boone - # diff --git a/ubertooth-0001-fix-specan-ui-pyside.patch b/ubertooth-0001-fix-specan-ui-pyside.patch deleted file mode 100644 index 1e22cfc..0000000 --- a/ubertooth-0001-fix-specan-ui-pyside.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru ubertooth-2018-12-R1.orig/host/python/specan_ui/ubertooth-specan-ui ubertooth-2018-12-R1/host/python/specan_ui/ubertooth-specan-ui ---- ubertooth-2018-12-R1.orig/host/python/specan_ui/ubertooth-specan-ui 2018-12-05 09:21:07.000000000 +0300 -+++ ubertooth-2018-12-R1/host/python/specan_ui/ubertooth-specan-ui 2019-06-05 20:38:13.419092191 +0300 -@@ -26,8 +26,9 @@ - - from argparse import ArgumentParser - --from PySide2 import QtCore, QtGui, QtWidgets --from PySide2.QtCore import Qt, QPointF, QLineF -+from PySide import QtGui, QtCore -+import PySide.QtGui as QtWidgets -+from PySide.QtCore import Qt, QPointF, QLineF - - from specan import Ubertooth diff --git a/ubertooth.spec b/ubertooth.spec deleted file mode 100644 index 5dbe019..0000000 --- a/ubertooth.spec +++ /dev/null @@ -1,157 +0,0 @@ -%global POSTYEAR 2018 -%global POSTMONTH 12 -%global POSTNUM 1 - -Name: ubertooth -Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 9%{?dist} -Summary: A Bluetooth wireless development platform for experimentation -# This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. -# But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, -# and GPL v2 or later. -License: GPLv2 -URL: https://github.com/greatscottgadgets/ubertooth -Source0: https://github.com/greatscottgadgets/ubertooth/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz -Patch0: %{name}-0000-fix-python-shebang.patch -Patch1: %{name}-0001-fix-specan-ui-pyside.patch - -BuildRequires: libusb1-devel cmake libpcap-devel gcc-c++ bluez-libs-devel libbtbb-devel python3-devel systemd -Requires: lib%{name}%{?_isa} = %{version}-%{release} -Recommends: %{name}-specan-ui = %{version}-%{release} - -%description -Project Ubertooth is an open source wireless development platform suitable -for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth -Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic -connections. - -%package -n lib%{name} -Summary: Shared library for Bluetooth experimentation - -%description -n lib%{name} -Project Ubertooth is an open source wireless development platform suitable -for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth -Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic -connections. - -This package provides the development files for using the ubertooth library. - -%package devel -Summary: Development files for lib%{name} -Requires: lib%{name}%{?_isa} = %{version}-%{release} - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. - -%package specan-ui -Summary: Graphical spectrum analyzer for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: python3-pyside2%{?_isa} - -%description specan-ui -The %{name}-specan-ui is a basic spectrum analysis tool for the Ubertooth. - - -%prep -%autosetup -p1 -n %{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM} - - -%build -sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/udev/40-ubertooth.rules.in -%cmake host \ - -DINSTALL_UDEV_RULES=on \ - -DUDEV_RULES_GROUP=plugdev \ - -DUDEV_RULES_PATH:PATH=%{_udevrulesdir} \ - . - -%make_build -( - cd host/python/specan_ui - sed -i "s/version\s*=\s*''/version = '%{version}'/" setup.py - %py3_build -) - - -%install -%make_install -( - cd host/python/specan_ui - %py3_install - install -Dp -m755 ubertooth-specan-ui %{buildroot}%{_bindir} -) - - -%ldconfig_scriptlets - - -%files -%license COPYING TRADEMARK -%doc README.md -%{_bindir}/%{name}* -%exclude %{_bindir}/%{name}-specan-ui -%{_mandir}/man1/%{name}*.1* -%{_mandir}/man7/%{name}.7* - -%files -n lib%{name} -%license COPYING TRADEMARK -%doc README.md -%{_libdir}/lib%{name}.so.* -%{_udevrulesdir}/40-ubertooth.rules - -%files devel -%{_includedir}/* -%{_libdir}/lib%{name}.so - -%files specan-ui -%doc host/python/specan_ui/README -%{_bindir}/%{name}-specan-ui -%{python3_sitelib}/specan -%{python3_sitelib}/specan-%{version}-py?.?.egg-info - - -%changelog -* Fri Jan 31 2020 Fedora Release Engineering - 2018.12.R1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Nov 18 2019 Sergey Avseyev - 2018.12.R1-8 -- Rebuilt with python3-pyside2 - -* Thu Oct 03 2019 Miro Hrončok - 2018.12.R1-7 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 2018.12.R1-6 -- Rebuilt for Python 3.8 - -* Sat Jul 27 2019 Fedora Release Engineering - 2018.12.R1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Jun 05 2019 Sergey Avseyev - 2018.12.R1-4 -- Fix pyside imports in ubertooth-specan-ui - -* Sun Feb 03 2019 Fedora Release Engineering - 2018.12.R1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Jan 21 2019 Sergey Avseyev - 2018.12.R1-2 -- Add explicit curdir on CMake invocation - -* Thu Dec 06 2018 Sergey Avseyev 2018.12.R1-1 -- Update to 2018-12-R1 - -* Fri Aug 10 2018 Sergey Avseyev 2018.08.R1-1 -- Update to 2018-08-R1 - -* Sun Jul 15 2018 Sergey Avseyev - 2018.07.R1-3 -- Added systemd as build requirement for _udevrulesdir macro - -* Sat Jul 14 2018 Fedora Release Engineering - 2018.06.R1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 -- Update to 2018-06-R1 - -* Tue Jun 19 2018 Miro Hrončok - 2017.03.R2-2 -- Rebuilt for Python 3.7 - -* Mon Apr 23 2018 Sergey Avseyev 2017.03.R2-1 -- Initial import From aa78564c300ffc829022d7097cc4e7cdbde8ae74 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Mon, 4 Jan 2021 11:05:45 +0100 Subject: [PATCH 17/49] Revert "Orphaned for 6+ weeks" This reverts commit 92dea750df9133f4c88d7224f49847b95459cc13. Unretirement request: https://pagure.io/releng/issue/9923 Signed-off-by: Tomas Hrcka --- .gitignore | 6 + dead.package | 1 - sources | 1 + ubertooth-0000-fix-python-shebang.patch | 18 +++ ubertooth-0001-fix-specan-ui-pyside.patch | 14 ++ ubertooth.spec | 157 ++++++++++++++++++++++ 6 files changed, 196 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 dead.package create mode 100644 sources create mode 100644 ubertooth-0000-fix-python-shebang.patch create mode 100644 ubertooth-0001-fix-specan-ui-pyside.patch create mode 100644 ubertooth.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d43365 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/*.src.rpm +/results_ubertooth +/ubertooth-2017-03-R2.tar.xz +/ubertooth-2018-06-R1.tar.xz +/ubertooth-2018-08-R1.tar.xz +/ubertooth-2018-12-R1.tar.xz diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..916107a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (ubertooth-2018-12-R1.tar.xz) = 409fdb403d6a3fa84b92757e0fd8672b1403ba3d24888fbde4d6d6923d8e0796914c20d38e2fc58909f81fcb8a0b6290bcf91282bb02354c310e6e91ad85e23b diff --git a/ubertooth-0000-fix-python-shebang.patch b/ubertooth-0000-fix-python-shebang.patch new file mode 100644 index 0000000..a552c42 --- /dev/null +++ b/ubertooth-0000-fix-python-shebang.patch @@ -0,0 +1,18 @@ +diff -Nru ubertooth-2017-03-R2.orig/host/python/specan_ui/specan/Ubertooth.py ubertooth-2017-03-R2/host/python/specan_ui/specan/Ubertooth.py +--- ubertooth-2017-03-R2.orig/host/python/specan_ui/specan/Ubertooth.py 2017-03-14 01:07:02.000000000 +0300 ++++ ubertooth-2017-03-R2/host/python/specan_ui/specan/Ubertooth.py 2018-04-24 00:11:44.986581020 +0300 +@@ -1,5 +1,3 @@ +-#!/usr/bin/env python +-# + # Copyright 2011 Jared Boone + # + # This file is part of Project Ubertooth. +diff -Nru ubertooth-2017-03-R2.orig/host/python/specan_ui/ubertooth-specan-ui ubertooth-2017-03-R2/host/python/specan_ui/ubertooth-specan-ui +--- ubertooth-2017-03-R2.orig/host/python/specan_ui/ubertooth-specan-ui 2017-03-14 01:07:02.000000000 +0300 ++++ ubertooth-2017-03-R2/host/python/specan_ui/ubertooth-specan-ui 2018-04-24 00:11:57.718667386 +0300 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + # + # Copyright 2011 Jared Boone + # diff --git a/ubertooth-0001-fix-specan-ui-pyside.patch b/ubertooth-0001-fix-specan-ui-pyside.patch new file mode 100644 index 0000000..1e22cfc --- /dev/null +++ b/ubertooth-0001-fix-specan-ui-pyside.patch @@ -0,0 +1,14 @@ +diff -Nru ubertooth-2018-12-R1.orig/host/python/specan_ui/ubertooth-specan-ui ubertooth-2018-12-R1/host/python/specan_ui/ubertooth-specan-ui +--- ubertooth-2018-12-R1.orig/host/python/specan_ui/ubertooth-specan-ui 2018-12-05 09:21:07.000000000 +0300 ++++ ubertooth-2018-12-R1/host/python/specan_ui/ubertooth-specan-ui 2019-06-05 20:38:13.419092191 +0300 +@@ -26,8 +26,9 @@ + + from argparse import ArgumentParser + +-from PySide2 import QtCore, QtGui, QtWidgets +-from PySide2.QtCore import Qt, QPointF, QLineF ++from PySide import QtGui, QtCore ++import PySide.QtGui as QtWidgets ++from PySide.QtCore import Qt, QPointF, QLineF + + from specan import Ubertooth diff --git a/ubertooth.spec b/ubertooth.spec new file mode 100644 index 0000000..5dbe019 --- /dev/null +++ b/ubertooth.spec @@ -0,0 +1,157 @@ +%global POSTYEAR 2018 +%global POSTMONTH 12 +%global POSTNUM 1 + +Name: ubertooth +Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} +Release: 9%{?dist} +Summary: A Bluetooth wireless development platform for experimentation +# This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. +# But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, +# and GPL v2 or later. +License: GPLv2 +URL: https://github.com/greatscottgadgets/ubertooth +Source0: https://github.com/greatscottgadgets/ubertooth/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz +Patch0: %{name}-0000-fix-python-shebang.patch +Patch1: %{name}-0001-fix-specan-ui-pyside.patch + +BuildRequires: libusb1-devel cmake libpcap-devel gcc-c++ bluez-libs-devel libbtbb-devel python3-devel systemd +Requires: lib%{name}%{?_isa} = %{version}-%{release} +Recommends: %{name}-specan-ui = %{version}-%{release} + +%description +Project Ubertooth is an open source wireless development platform suitable +for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth +Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic +connections. + +%package -n lib%{name} +Summary: Shared library for Bluetooth experimentation + +%description -n lib%{name} +Project Ubertooth is an open source wireless development platform suitable +for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth +Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic +connections. + +This package provides the development files for using the ubertooth library. + +%package devel +Summary: Development files for lib%{name} +Requires: lib%{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%package specan-ui +Summary: Graphical spectrum analyzer for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: python3-pyside2%{?_isa} + +%description specan-ui +The %{name}-specan-ui is a basic spectrum analysis tool for the Ubertooth. + + +%prep +%autosetup -p1 -n %{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM} + + +%build +sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/udev/40-ubertooth.rules.in +%cmake host \ + -DINSTALL_UDEV_RULES=on \ + -DUDEV_RULES_GROUP=plugdev \ + -DUDEV_RULES_PATH:PATH=%{_udevrulesdir} \ + . + +%make_build +( + cd host/python/specan_ui + sed -i "s/version\s*=\s*''/version = '%{version}'/" setup.py + %py3_build +) + + +%install +%make_install +( + cd host/python/specan_ui + %py3_install + install -Dp -m755 ubertooth-specan-ui %{buildroot}%{_bindir} +) + + +%ldconfig_scriptlets + + +%files +%license COPYING TRADEMARK +%doc README.md +%{_bindir}/%{name}* +%exclude %{_bindir}/%{name}-specan-ui +%{_mandir}/man1/%{name}*.1* +%{_mandir}/man7/%{name}.7* + +%files -n lib%{name} +%license COPYING TRADEMARK +%doc README.md +%{_libdir}/lib%{name}.so.* +%{_udevrulesdir}/40-ubertooth.rules + +%files devel +%{_includedir}/* +%{_libdir}/lib%{name}.so + +%files specan-ui +%doc host/python/specan_ui/README +%{_bindir}/%{name}-specan-ui +%{python3_sitelib}/specan +%{python3_sitelib}/specan-%{version}-py?.?.egg-info + + +%changelog +* Fri Jan 31 2020 Fedora Release Engineering - 2018.12.R1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Nov 18 2019 Sergey Avseyev - 2018.12.R1-8 +- Rebuilt with python3-pyside2 + +* Thu Oct 03 2019 Miro Hrončok - 2018.12.R1-7 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 2018.12.R1-6 +- Rebuilt for Python 3.8 + +* Sat Jul 27 2019 Fedora Release Engineering - 2018.12.R1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 05 2019 Sergey Avseyev - 2018.12.R1-4 +- Fix pyside imports in ubertooth-specan-ui + +* Sun Feb 03 2019 Fedora Release Engineering - 2018.12.R1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 21 2019 Sergey Avseyev - 2018.12.R1-2 +- Add explicit curdir on CMake invocation + +* Thu Dec 06 2018 Sergey Avseyev 2018.12.R1-1 +- Update to 2018-12-R1 + +* Fri Aug 10 2018 Sergey Avseyev 2018.08.R1-1 +- Update to 2018-08-R1 + +* Sun Jul 15 2018 Sergey Avseyev - 2018.07.R1-3 +- Added systemd as build requirement for _udevrulesdir macro + +* Sat Jul 14 2018 Fedora Release Engineering - 2018.06.R1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 +- Update to 2018-06-R1 + +* Tue Jun 19 2018 Miro Hrončok - 2017.03.R2-2 +- Rebuilt for Python 3.7 + +* Mon Apr 23 2018 Sergey Avseyev 2017.03.R2-1 +- Initial import From 02a618d7755aae5c0eb2581fa52fde7a6b2c0290 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Wed, 30 Dec 2020 16:29:21 +0300 Subject: [PATCH 18/49] Update to 2020-12-R1 --- .gitignore | 1 + sources | 2 +- ubertooth-0000-fix-python-shebang.patch | 18 --------- ubertooth-0001-fix-specan-ui-pyside.patch | 14 ------- ...1-remove-shebang-from-library-script.patch | 22 +++++++++++ ubertooth.spec | 37 +++++++++++++------ 6 files changed, 49 insertions(+), 45 deletions(-) delete mode 100644 ubertooth-0000-fix-python-shebang.patch delete mode 100644 ubertooth-0001-fix-specan-ui-pyside.patch create mode 100644 ubertooth-0001-remove-shebang-from-library-script.patch diff --git a/.gitignore b/.gitignore index 9d43365..6858a23 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /ubertooth-2018-06-R1.tar.xz /ubertooth-2018-08-R1.tar.xz /ubertooth-2018-12-R1.tar.xz +/ubertooth-2020-12-R1.tar.xz diff --git a/sources b/sources index 916107a..149a0e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubertooth-2018-12-R1.tar.xz) = 409fdb403d6a3fa84b92757e0fd8672b1403ba3d24888fbde4d6d6923d8e0796914c20d38e2fc58909f81fcb8a0b6290bcf91282bb02354c310e6e91ad85e23b +SHA512 (ubertooth-2020-12-R1.tar.xz) = f127cae09d9b20dc34ffad080871f4505cbeccc1117e0e4e841ecf4a30f578d02b67b52786d7a82bdfc43d06562919008c076f8eb9befc7e4bd95def05a3864c diff --git a/ubertooth-0000-fix-python-shebang.patch b/ubertooth-0000-fix-python-shebang.patch deleted file mode 100644 index a552c42..0000000 --- a/ubertooth-0000-fix-python-shebang.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Nru ubertooth-2017-03-R2.orig/host/python/specan_ui/specan/Ubertooth.py ubertooth-2017-03-R2/host/python/specan_ui/specan/Ubertooth.py ---- ubertooth-2017-03-R2.orig/host/python/specan_ui/specan/Ubertooth.py 2017-03-14 01:07:02.000000000 +0300 -+++ ubertooth-2017-03-R2/host/python/specan_ui/specan/Ubertooth.py 2018-04-24 00:11:44.986581020 +0300 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python --# - # Copyright 2011 Jared Boone - # - # This file is part of Project Ubertooth. -diff -Nru ubertooth-2017-03-R2.orig/host/python/specan_ui/ubertooth-specan-ui ubertooth-2017-03-R2/host/python/specan_ui/ubertooth-specan-ui ---- ubertooth-2017-03-R2.orig/host/python/specan_ui/ubertooth-specan-ui 2017-03-14 01:07:02.000000000 +0300 -+++ ubertooth-2017-03-R2/host/python/specan_ui/ubertooth-specan-ui 2018-04-24 00:11:57.718667386 +0300 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/python3 - # - # Copyright 2011 Jared Boone - # diff --git a/ubertooth-0001-fix-specan-ui-pyside.patch b/ubertooth-0001-fix-specan-ui-pyside.patch deleted file mode 100644 index 1e22cfc..0000000 --- a/ubertooth-0001-fix-specan-ui-pyside.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru ubertooth-2018-12-R1.orig/host/python/specan_ui/ubertooth-specan-ui ubertooth-2018-12-R1/host/python/specan_ui/ubertooth-specan-ui ---- ubertooth-2018-12-R1.orig/host/python/specan_ui/ubertooth-specan-ui 2018-12-05 09:21:07.000000000 +0300 -+++ ubertooth-2018-12-R1/host/python/specan_ui/ubertooth-specan-ui 2019-06-05 20:38:13.419092191 +0300 -@@ -26,8 +26,9 @@ - - from argparse import ArgumentParser - --from PySide2 import QtCore, QtGui, QtWidgets --from PySide2.QtCore import Qt, QPointF, QLineF -+from PySide import QtGui, QtCore -+import PySide.QtGui as QtWidgets -+from PySide.QtCore import Qt, QPointF, QLineF - - from specan import Ubertooth diff --git a/ubertooth-0001-remove-shebang-from-library-script.patch b/ubertooth-0001-remove-shebang-from-library-script.patch new file mode 100644 index 0000000..830972e --- /dev/null +++ b/ubertooth-0001-remove-shebang-from-library-script.patch @@ -0,0 +1,22 @@ +From 500d9b2024e55c1bd269e80ede3980a60f6abbef Mon Sep 17 00:00:00 2001 +From: Sergey Avseyev +Date: Sat, 2 Jan 2021 13:24:37 +0300 +Subject: [PATCH] remove shebang from library script + +--- + host/python/specan_ui/specan/Ubertooth.py | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/host/python/specan_ui/specan/Ubertooth.py b/host/python/specan_ui/specan/Ubertooth.py +index 9887c17..8c427ca 100644 +--- a/host/python/specan_ui/specan/Ubertooth.py ++++ b/host/python/specan_ui/specan/Ubertooth.py +@@ -1,5 +1,3 @@ +-#!/usr/bin/env python3 +-# + # Copyright 2011 Jared Boone + # + # This file is part of Project Ubertooth. +-- +2.29.2 + diff --git a/ubertooth.spec b/ubertooth.spec index 5dbe019..0ccd238 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -1,10 +1,10 @@ -%global POSTYEAR 2018 +%global POSTYEAR 2020 %global POSTMONTH 12 %global POSTNUM 1 Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 9%{?dist} +Release: 1%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -12,10 +12,16 @@ Summary: A Bluetooth wireless development platform for experimentation License: GPLv2 URL: https://github.com/greatscottgadgets/ubertooth Source0: https://github.com/greatscottgadgets/ubertooth/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz -Patch0: %{name}-0000-fix-python-shebang.patch -Patch1: %{name}-0001-fix-specan-ui-pyside.patch +Patch0: ubertooth-0001-remove-shebang-from-library-script.patch -BuildRequires: libusb1-devel cmake libpcap-devel gcc-c++ bluez-libs-devel libbtbb-devel python3-devel systemd +BuildRequires: bluez-libs-devel +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: libbtbb-devel +BuildRequires: libpcap-devel +BuildRequires: libusb1-devel +BuildRequires: python3-devel +BuildRequires: systemd Requires: lib%{name}%{?_isa} = %{version}-%{release} Recommends: %{name}-specan-ui = %{version}-%{release} @@ -47,7 +53,7 @@ developing applications that use %{name}. %package specan-ui Summary: Graphical spectrum analyzer for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: python3-pyside2%{?_isa} +Requires: python3-QtPy python3-pyside2%{?_isa} %description specan-ui The %{name}-specan-ui is a basic spectrum analysis tool for the Ubertooth. @@ -59,13 +65,13 @@ The %{name}-specan-ui is a basic spectrum analysis tool for the Ubertooth. %build sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/udev/40-ubertooth.rules.in -%cmake host \ +%cmake \ -DINSTALL_UDEV_RULES=on \ -DUDEV_RULES_GROUP=plugdev \ -DUDEV_RULES_PATH:PATH=%{_udevrulesdir} \ - . + host -%make_build +%cmake_build ( cd host/python/specan_ui sed -i "s/version\s*=\s*''/version = '%{version}'/" setup.py @@ -74,16 +80,20 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %install -%make_install +%cmake_install ( cd host/python/specan_ui %py3_install install -Dp -m755 ubertooth-specan-ui %{buildroot}%{_bindir} ) +%post +%{?ldconfig} +%udev_rules_update -%ldconfig_scriptlets - +%postun +%{?ldconfig} +%udev_rules_update %files %license COPYING TRADEMARK @@ -111,6 +121,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Mon Jan 04 2021 Sergey Avseyev 2020.12.R1-1 +- Update to 2020-12-R1 + * Fri Jan 31 2020 Fedora Release Engineering - 2018.12.R1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From aa155c58b236daa78958497388af24b88dedea65 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 11 Jan 2021 21:14:53 +0300 Subject: [PATCH 19/49] fix build with python3.10 (#1914899) --- ubertooth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ubertooth.spec b/ubertooth.spec index 0ccd238..d689c17 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -117,10 +117,13 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %doc host/python/specan_ui/README %{_bindir}/%{name}-specan-ui %{python3_sitelib}/specan -%{python3_sitelib}/specan-%{version}-py?.?.egg-info +%{python3_sitelib}/specan-%{version}-py%{python3_version}.egg-info %changelog +* Mon Jan 11 2021 Sergey Avseyev 2020.12.R1-2 +- Fix build with python 3.10 + * Mon Jan 04 2021 Sergey Avseyev 2020.12.R1-1 - Update to 2020-12-R1 From ceefad87c7346aef161850241303e41dd3dc898e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:31:37 +0000 Subject: [PATCH 20/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index d689c17..aa93829 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2020.12.R1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 11 2021 Sergey Avseyev 2020.12.R1-2 - Fix build with python 3.10 From 587fb12707c2b2e7b8d7dd9f22d34500feae6d68 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:32 +0200 Subject: [PATCH 21/49] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- ubertooth.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ubertooth.spec b/ubertooth.spec index aa93829..a2aadee 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -21,6 +21,7 @@ BuildRequires: libbtbb-devel BuildRequires: libpcap-devel BuildRequires: libusb1-devel BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: systemd Requires: lib%{name}%{?_isa} = %{version}-%{release} Recommends: %{name}-specan-ui = %{version}-%{release} From 16a4b0697b706c90fcd07aff3aa5d8f87ae8a392 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:18:36 +0200 Subject: [PATCH 22/49] Rebuilt for Python 3.10 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index a2aadee..8ba7611 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -122,6 +122,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Jun 04 2021 Python Maint - 2020.12.R1-4 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 2020.12.R1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 40cec38e0bed7990fdfe24511e3f44a734cb507d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 19:53:05 +0000 Subject: [PATCH 23/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 8ba7611..757b38a 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -122,6 +122,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2020.12.R1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 2020.12.R1-4 - Rebuilt for Python 3.10 From 1e0c0ab0298e0b4d9260d8ad5421bbb43356fdc1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:21:49 +0000 Subject: [PATCH 24/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 757b38a..08be930 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -122,6 +122,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 2020.12.R1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 2020.12.R1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 6219819192d1163e49cebe5e720eb73308ea9310 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:42:39 +0200 Subject: [PATCH 25/49] Rebuilt for Python 3.11 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 08be930..a086550 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -122,6 +122,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Mon Jun 13 2022 Python Maint - 2020.12.R1-7 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 2020.12.R1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 0b15db2ea8dded68ec93a1d3b591eaebf5378acb Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Thu, 16 Jun 2022 10:34:55 -0400 Subject: [PATCH 26/49] Fix build issues; Resolves: RHBZ#2069144 --- ubertooth.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ubertooth.spec b/ubertooth.spec index a086550..3a3bcd2 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 7%{?dist} +Release: 8%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -70,9 +70,10 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u -DINSTALL_UDEV_RULES=on \ -DUDEV_RULES_GROUP=plugdev \ -DUDEV_RULES_PATH:PATH=%{_udevrulesdir} \ - host + -S host %cmake_build + ( cd host/python/specan_ui sed -i "s/version\s*=\s*''/version = '%{version}'/" setup.py @@ -118,10 +119,13 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %doc host/python/specan_ui/README %{_bindir}/%{name}-specan-ui %{python3_sitelib}/specan -%{python3_sitelib}/specan-%{version}-py%{python3_version}.egg-info +%{python3_sitelib}/specan-%{POSTYEAR}.%{POSTMONTH}.post%{POSTNUM}-py%{python3_version}.egg-info %changelog +* Thu Jun 16 2022 Davide Cavalca - 2020.12.R1-8 +- Fix build issues; Resolves: RHBZ#2069144 + * Mon Jun 13 2022 Python Maint - 2020.12.R1-7 - Rebuilt for Python 3.11 From b7ee39501aa5d29ea4b085043ab26277ec790e7b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 16 Jun 2022 17:17:33 +0200 Subject: [PATCH 27/49] Rebuilt for Python 3.11 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 3a3bcd2..6e88e9c 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 8%{?dist} +Release: 9%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Thu Jun 16 2022 Python Maint - 2020.12.R1-9 +- Rebuilt for Python 3.11 + * Thu Jun 16 2022 Davide Cavalca - 2020.12.R1-8 - Fix build issues; Resolves: RHBZ#2069144 From 97cb97f1698b31de9d76b23d9cde224faa6d1747 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:13:16 +0000 Subject: [PATCH 28/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 6e88e9c..2f45003 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 9%{?dist} +Release: 10%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 2020.12.R1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jun 16 2022 Python Maint - 2020.12.R1-9 - Rebuilt for Python 3.11 From 000fe6820333be19ecc5968853f905cc70d2d101 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 05:38:01 +0000 Subject: [PATCH 29/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 2f45003..6795974 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 10%{?dist} +Release: 11%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 2020.12.R1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 2020.12.R1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 44eff4925bc2e1483cffa84a745af81826135783 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 21:00:01 +0200 Subject: [PATCH 30/49] Rebuilt for Python 3.12 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 6795974..3cb1a2e 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 11%{?dist} +Release: 12%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Tue Jun 13 2023 Python Maint - 2020.12.R1-12 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 2020.12.R1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8970911146a99004a1e608a1be08201a8703cdc8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 16:56:43 +0000 Subject: [PATCH 31/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 3cb1a2e..230a178 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 12%{?dist} +Release: 13%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 2020.12.R1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 2020.12.R1-12 - Rebuilt for Python 3.12 From 769ab20b4f0f1968af7fd44785e1fda61fe78981 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 06:56:01 +0000 Subject: [PATCH 32/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 230a178..20de5ab 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 13%{?dist} +Release: 14%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 2020.12.R1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 2020.12.R1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From f770bc897bd2a6f5b75ca538451f08a774b27b97 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 09:12:08 +0200 Subject: [PATCH 33/49] Rebuilt for Python 3.13 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 20de5ab..1df91b2 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 14%{?dist} +Release: 15%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Jun 07 2024 Python Maint - 2020.12.R1-15 +- Rebuilt for Python 3.13 + * Sat Jan 27 2024 Fedora Release Engineering - 2020.12.R1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f61e75ebe2ead9ae0894e564f66dac61dda31f71 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:05:22 +0000 Subject: [PATCH 34/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 1df91b2..4838728 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 15%{?dist} +Release: 16%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 2020.12.R1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 2020.12.R1-15 - Rebuilt for Python 3.13 From 0eeba5728e9594929ab5ab3f37a9d05aebfd8ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 12:24:27 +0200 Subject: [PATCH 35/49] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- ubertooth.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ubertooth.spec b/ubertooth.spec index 4838728..c3a0a0f 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,12 +4,13 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 16%{?dist} +Release: 17%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, # and GPL v2 or later. -License: GPLv2 +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only URL: https://github.com/greatscottgadgets/ubertooth Source0: https://github.com/greatscottgadgets/ubertooth/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz Patch0: ubertooth-0001-remove-shebang-from-library-script.patch @@ -123,6 +124,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Mon Jul 29 2024 Miroslav Suchý - 2020.12.R1-17 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 2020.12.R1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From cb561e8db44e3c540e804a296fb23d37aeb17ac2 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Fri, 27 Sep 2024 09:27:04 -0700 Subject: [PATCH 36/49] Make it build with the latest Python --- ubertooth.spec | 60 ++++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/ubertooth.spec b/ubertooth.spec index c3a0a0f..f7a177c 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -2,18 +2,23 @@ %global POSTMONTH 12 %global POSTNUM 1 +%global _description %{expand: +Project Ubertooth is an open source wireless development platform suitable +for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth +Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic +connections.} + Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 17%{?dist} -Summary: A Bluetooth wireless development platform for experimentation +Release: 18%{?dist} +Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, # and GPL v2 or later. -# Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: https://github.com/greatscottgadgets/ubertooth -Source0: https://github.com/greatscottgadgets/ubertooth/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz -Patch0: ubertooth-0001-remove-shebang-from-library-script.patch +Source: %{url}/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz +Patch: ubertooth-0001-remove-shebang-from-library-script.patch BuildRequires: bluez-libs-devel BuildRequires: cmake @@ -22,27 +27,20 @@ BuildRequires: libbtbb-devel BuildRequires: libpcap-devel BuildRequires: libusb1-devel BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: systemd +BuildRequires: systemd-rpm-macros + Requires: lib%{name}%{?_isa} = %{version}-%{release} Recommends: %{name}-specan-ui = %{version}-%{release} -%description -Project Ubertooth is an open source wireless development platform suitable -for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth -Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic -connections. +%description %_description %package -n lib%{name} Summary: Shared library for Bluetooth experimentation +Requires: systemd-udev -%description -n lib%{name} -Project Ubertooth is an open source wireless development platform suitable -for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth -Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic -connections. +%description -n lib%{name} %_description -This package provides the development files for using the ubertooth library. +This package provides the the ubertooth shared library. %package devel Summary: Development files for lib%{name} @@ -55,7 +53,7 @@ developing applications that use %{name}. %package specan-ui Summary: Graphical spectrum analyzer for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: python3-QtPy python3-pyside2%{?_isa} +Requires: python3-QtPy python3-pyside6%{?_isa} %description specan-ui The %{name}-specan-ui is a basic spectrum analysis tool for the Ubertooth. @@ -64,9 +62,16 @@ The %{name}-specan-ui is a basic spectrum analysis tool for the Ubertooth. %prep %autosetup -p1 -n %{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM} +# Fix udev rules +sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' \ + host/misc/udev/40-ubertooth.rules.in + +# Use the correct version +sed -i "s/version\s*=.*/version = '%{version}',/" \ + host/python/specan_ui/setup.py.in \ + host/python/specan_ui/setup.py %build -sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/udev/40-ubertooth.rules.in %cmake \ -DINSTALL_UDEV_RULES=on \ -DUDEV_RULES_GROUP=plugdev \ @@ -77,7 +82,6 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u ( cd host/python/specan_ui - sed -i "s/version\s*=\s*''/version = '%{version}'/" setup.py %py3_build ) @@ -90,14 +94,6 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u install -Dp -m755 ubertooth-specan-ui %{buildroot}%{_bindir} ) -%post -%{?ldconfig} -%udev_rules_update - -%postun -%{?ldconfig} -%udev_rules_update - %files %license COPYING TRADEMARK %doc README.md @@ -124,6 +120,12 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Sep 27 2024 Davide Cavalca - 2020.12.R1-18 +- Make it build with the latest Python + Fixes: RHBZ#2259655, RHBZ#2242706, RHBZ#2242709 +- Update summary and description +- Drop deprecated macros + * Mon Jul 29 2024 Miroslav Suchý - 2020.12.R1-17 - convert license to SPDX From e59a0a8a049fc46e557e28d20bf3fccd3f525a66 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Fri, 27 Sep 2024 14:20:24 -0700 Subject: [PATCH 37/49] fixup: Make it build with the latest Python --- ubertooth.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ubertooth.spec b/ubertooth.spec index f7a177c..e86b0f4 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -27,6 +27,7 @@ BuildRequires: libbtbb-devel BuildRequires: libpcap-devel BuildRequires: libusb1-devel BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: systemd-rpm-macros Requires: lib%{name}%{?_isa} = %{version}-%{release} From 3a24a835688ace1b534bffec6d374b255335bb3f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:33:34 +0000 Subject: [PATCH 38/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index e86b0f4..91d57ae 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 18%{?dist} +Release: 19%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 2020.12.R1-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Sep 27 2024 Davide Cavalca - 2020.12.R1-18 - Make it build with the latest Python Fixes: RHBZ#2259655, RHBZ#2242706, RHBZ#2242709 From 56d073ade8888453c82d5088f9b01d96ed075c1e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:53:33 +0200 Subject: [PATCH 39/49] Rebuilt for Python 3.14 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 91d57ae..7cf6abc 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 19%{?dist} +Release: 20%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Mon Jun 02 2025 Python Maint - 2020.12.R1-20 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 2020.12.R1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 78c09ab1473917adc156600b48f5ad8a21667639 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:41:17 +0000 Subject: [PATCH 40/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 7cf6abc..1162330 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 20%{?dist} +Release: 21%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2020.12.R1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 2020.12.R1-20 - Rebuilt for Python 3.14 From a652702ee15b4d8b15de911c98ddf6aa0c344b9e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:21:08 +0200 Subject: [PATCH 41/49] Rebuilt for Python 3.14.0rc2 bytecode --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 1162330..68df0c1 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 21%{?dist} +Release: 22%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Fri Aug 15 2025 Python Maint - 2020.12.R1-22 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 2020.12.R1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From f5a567d2eff96411cce5a3711619f38911a0842e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:00:59 +0200 Subject: [PATCH 42/49] Rebuilt for Python 3.14.0rc3 bytecode --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 68df0c1..72ec0cf 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 22%{?dist} +Release: 23%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Fri Sep 19 2025 Python Maint - 2020.12.R1-23 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 2020.12.R1-22 - Rebuilt for Python 3.14.0rc2 bytecode From 023029a912c60edec91faa909e2c66b97fd8dbf1 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 2 Dec 2025 15:42:52 +0100 Subject: [PATCH 43/49] Rebuild (python-pyside6) --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 72ec0cf..e4919ba 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 23%{?dist} +Release: 24%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Tue Dec 02 2025 Jan Grulich - 2020.12.R1-24 +- Rebuild (python-pyside6) + * Fri Sep 19 2025 Python Maint - 2020.12.R1-23 - Rebuilt for Python 3.14.0rc3 bytecode From 64cf97b8efd7c4d6cd699a101ff61e5dce515f73 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:31:13 +0000 Subject: [PATCH 44/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index e4919ba..0c1d125 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 24%{?dist} +Release: 25%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 2020.12.R1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Tue Dec 02 2025 Jan Grulich - 2020.12.R1-24 - Rebuild (python-pyside6) From 84424df2c9d964bbaf83dc3823aa3c2862a4586a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 3 Jun 2026 21:19:45 +0200 Subject: [PATCH 45/49] Rebuilt for Python 3.15 --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 0c1d125..71ce200 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 25%{?dist} +Release: 26%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Wed Jun 03 2026 Python Maint - 2020.12.R1-26 +- Rebuilt for Python 3.15 + * Sat Jan 17 2026 Fedora Release Engineering - 2020.12.R1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From d0dcc68a7ed762388ac8d299adb4cf82d56d22b7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:04:51 +0000 Subject: [PATCH 46/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- ubertooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubertooth.spec b/ubertooth.spec index 71ce200..fbf1c38 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 26%{?dist} +Release: 27%{?dist} Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -121,6 +121,9 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2020.12.R1-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Wed Jun 03 2026 Python Maint - 2020.12.R1-26 - Rebuilt for Python 3.15 From 8dc632aecd413a7a54753d87bd138d5b325ff621 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 7 Aug 2026 21:01:17 -0300 Subject: [PATCH 47/49] Fix F45FTBFS --- ubertooth.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ubertooth.spec b/ubertooth.spec index fbf1c38..d9344dc 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -73,6 +73,7 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ host/python/specan_ui/setup.py %build +export CMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake \ -DINSTALL_UDEV_RULES=on \ -DUDEV_RULES_GROUP=plugdev \ From b2a0ddbcede30e7bf02b218a6efb1427b93fd855 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 7 Aug 2026 21:19:49 -0300 Subject: [PATCH 48/49] spec cleanup and modernization --- ubertooth.spec | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/ubertooth.spec b/ubertooth.spec index d9344dc..3c7dfcf 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -27,7 +27,7 @@ BuildRequires: libbtbb-devel BuildRequires: libpcap-devel BuildRequires: libusb1-devel BuildRequires: python3-devel -BuildRequires: python3-setuptools +BuildRequires: python3-numpy BuildRequires: systemd-rpm-macros Requires: lib%{name}%{?_isa} = %{version}-%{release} @@ -53,8 +53,10 @@ developing applications that use %{name}. %package specan-ui Summary: Graphical spectrum analyzer for %{name} +Requires: python3-QtPy +Requires: python3-numpy%{?_isa} +Requires: python3-pyside6%{?_isa} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: python3-QtPy python3-pyside6%{?_isa} %description specan-ui The %{name}-specan-ui is a basic spectrum analysis tool for the Ubertooth. @@ -72,6 +74,11 @@ sed -i "s/version\s*=.*/version = '%{version}',/" \ host/python/specan_ui/setup.py.in \ host/python/specan_ui/setup.py +%generate_buildrequires +cd host/python/specan_ui >/dev/null +%pyproject_buildrequires +cd - >/dev/null + %build export CMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake \ @@ -84,7 +91,7 @@ export CMAKE_POLICY_VERSION_MINIMUM=3.5 ( cd host/python/specan_ui - %py3_build + %pyproject_wheel ) @@ -92,10 +99,14 @@ export CMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_install ( cd host/python/specan_ui - %py3_install + %pyproject_install +%pyproject_save_files specan install -Dp -m755 ubertooth-specan-ui %{buildroot}%{_bindir} ) +%check +%pyproject_check_import + %files %license COPYING TRADEMARK %doc README.md @@ -111,14 +122,13 @@ export CMAKE_POLICY_VERSION_MINIMUM=3.5 %{_udevrulesdir}/40-ubertooth.rules %files devel -%{_includedir}/* +%{_includedir}/ubertooth.h +%{_includedir}/ubertooth_*.h %{_libdir}/lib%{name}.so -%files specan-ui +%files specan-ui -f %{pyproject_files} %doc host/python/specan_ui/README %{_bindir}/%{name}-specan-ui -%{python3_sitelib}/specan -%{python3_sitelib}/specan-%{POSTYEAR}.%{POSTMONTH}.post%{POSTNUM}-py%{python3_version}.egg-info %changelog From 94388df939f1d438c6486f2a1d5d0261ac574e4b Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 7 Aug 2026 21:20:43 -0300 Subject: [PATCH 49/49] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 128 +++++++++++++++++++++++++++++++++++++++++++++++ ubertooth.spec | 131 +------------------------------------------------ 2 files changed, 130 insertions(+), 129 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..6b23585 --- /dev/null +++ b/changelog @@ -0,0 +1,128 @@ +* Fri Jul 17 2026 Fedora Release Engineering - 2020.12.R1-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Wed Jun 03 2026 Python Maint - 2020.12.R1-26 +- Rebuilt for Python 3.15 + +* Sat Jan 17 2026 Fedora Release Engineering - 2020.12.R1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Tue Dec 02 2025 Jan Grulich - 2020.12.R1-24 +- Rebuild (python-pyside6) + +* Fri Sep 19 2025 Python Maint - 2020.12.R1-23 +- Rebuilt for Python 3.14.0rc3 bytecode + +* Fri Aug 15 2025 Python Maint - 2020.12.R1-22 +- Rebuilt for Python 3.14.0rc2 bytecode + +* Fri Jul 25 2025 Fedora Release Engineering - 2020.12.R1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Mon Jun 02 2025 Python Maint - 2020.12.R1-20 +- Rebuilt for Python 3.14 + +* Sun Jan 19 2025 Fedora Release Engineering - 2020.12.R1-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Fri Sep 27 2024 Davide Cavalca - 2020.12.R1-18 +- Make it build with the latest Python + Fixes: RHBZ#2259655, RHBZ#2242706, RHBZ#2242709 +- Update summary and description +- Drop deprecated macros + +* Mon Jul 29 2024 Miroslav Suchý - 2020.12.R1-17 +- convert license to SPDX + +* Sat Jul 20 2024 Fedora Release Engineering - 2020.12.R1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 2020.12.R1-15 +- Rebuilt for Python 3.13 + +* Sat Jan 27 2024 Fedora Release Engineering - 2020.12.R1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 2020.12.R1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 2020.12.R1-12 +- Rebuilt for Python 3.12 + +* Sat Jan 21 2023 Fedora Release Engineering - 2020.12.R1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 2020.12.R1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jun 16 2022 Python Maint - 2020.12.R1-9 +- Rebuilt for Python 3.11 + +* Thu Jun 16 2022 Davide Cavalca - 2020.12.R1-8 +- Fix build issues; Resolves: RHBZ#2069144 + +* Mon Jun 13 2022 Python Maint - 2020.12.R1-7 +- Rebuilt for Python 3.11 + +* Sat Jan 22 2022 Fedora Release Engineering - 2020.12.R1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 2020.12.R1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 2020.12.R1-4 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 2020.12.R1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jan 11 2021 Sergey Avseyev 2020.12.R1-2 +- Fix build with python 3.10 + +* Mon Jan 04 2021 Sergey Avseyev 2020.12.R1-1 +- Update to 2020-12-R1 + +* Fri Jan 31 2020 Fedora Release Engineering - 2018.12.R1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Nov 18 2019 Sergey Avseyev - 2018.12.R1-8 +- Rebuilt with python3-pyside2 + +* Thu Oct 03 2019 Miro Hrončok - 2018.12.R1-7 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 2018.12.R1-6 +- Rebuilt for Python 3.8 + +* Sat Jul 27 2019 Fedora Release Engineering - 2018.12.R1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 05 2019 Sergey Avseyev - 2018.12.R1-4 +- Fix pyside imports in ubertooth-specan-ui + +* Sun Feb 03 2019 Fedora Release Engineering - 2018.12.R1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 21 2019 Sergey Avseyev - 2018.12.R1-2 +- Add explicit curdir on CMake invocation + +* Thu Dec 06 2018 Sergey Avseyev 2018.12.R1-1 +- Update to 2018-12-R1 + +* Fri Aug 10 2018 Sergey Avseyev 2018.08.R1-1 +- Update to 2018-08-R1 + +* Sun Jul 15 2018 Sergey Avseyev - 2018.07.R1-3 +- Added systemd as build requirement for _udevrulesdir macro + +* Sat Jul 14 2018 Fedora Release Engineering - 2018.06.R1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 +- Update to 2018-06-R1 + +* Tue Jun 19 2018 Miro Hrončok - 2017.03.R2-2 +- Rebuilt for Python 3.7 + +* Mon Apr 23 2018 Sergey Avseyev 2017.03.R2-1 +- Initial import diff --git a/ubertooth.spec b/ubertooth.spec index 3c7dfcf..218c9da 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -10,7 +10,7 @@ connections.} Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 27%{?dist} +Release: %autorelease Summary: Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -132,131 +132,4 @@ export CMAKE_POLICY_VERSION_MINIMUM=3.5 %changelog -* Fri Jul 17 2026 Fedora Release Engineering - 2020.12.R1-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Wed Jun 03 2026 Python Maint - 2020.12.R1-26 -- Rebuilt for Python 3.15 - -* Sat Jan 17 2026 Fedora Release Engineering - 2020.12.R1-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Tue Dec 02 2025 Jan Grulich - 2020.12.R1-24 -- Rebuild (python-pyside6) - -* Fri Sep 19 2025 Python Maint - 2020.12.R1-23 -- Rebuilt for Python 3.14.0rc3 bytecode - -* Fri Aug 15 2025 Python Maint - 2020.12.R1-22 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Fri Jul 25 2025 Fedora Release Engineering - 2020.12.R1-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Mon Jun 02 2025 Python Maint - 2020.12.R1-20 -- Rebuilt for Python 3.14 - -* Sun Jan 19 2025 Fedora Release Engineering - 2020.12.R1-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Fri Sep 27 2024 Davide Cavalca - 2020.12.R1-18 -- Make it build with the latest Python - Fixes: RHBZ#2259655, RHBZ#2242706, RHBZ#2242709 -- Update summary and description -- Drop deprecated macros - -* Mon Jul 29 2024 Miroslav Suchý - 2020.12.R1-17 -- convert license to SPDX - -* Sat Jul 20 2024 Fedora Release Engineering - 2020.12.R1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 2020.12.R1-15 -- Rebuilt for Python 3.13 - -* Sat Jan 27 2024 Fedora Release Engineering - 2020.12.R1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 2020.12.R1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 2020.12.R1-12 -- Rebuilt for Python 3.12 - -* Sat Jan 21 2023 Fedora Release Engineering - 2020.12.R1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 2020.12.R1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Jun 16 2022 Python Maint - 2020.12.R1-9 -- Rebuilt for Python 3.11 - -* Thu Jun 16 2022 Davide Cavalca - 2020.12.R1-8 -- Fix build issues; Resolves: RHBZ#2069144 - -* Mon Jun 13 2022 Python Maint - 2020.12.R1-7 -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 2020.12.R1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 2020.12.R1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 2020.12.R1-4 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 2020.12.R1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Jan 11 2021 Sergey Avseyev 2020.12.R1-2 -- Fix build with python 3.10 - -* Mon Jan 04 2021 Sergey Avseyev 2020.12.R1-1 -- Update to 2020-12-R1 - -* Fri Jan 31 2020 Fedora Release Engineering - 2018.12.R1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Nov 18 2019 Sergey Avseyev - 2018.12.R1-8 -- Rebuilt with python3-pyside2 - -* Thu Oct 03 2019 Miro Hrončok - 2018.12.R1-7 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 2018.12.R1-6 -- Rebuilt for Python 3.8 - -* Sat Jul 27 2019 Fedora Release Engineering - 2018.12.R1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Jun 05 2019 Sergey Avseyev - 2018.12.R1-4 -- Fix pyside imports in ubertooth-specan-ui - -* Sun Feb 03 2019 Fedora Release Engineering - 2018.12.R1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Jan 21 2019 Sergey Avseyev - 2018.12.R1-2 -- Add explicit curdir on CMake invocation - -* Thu Dec 06 2018 Sergey Avseyev 2018.12.R1-1 -- Update to 2018-12-R1 - -* Fri Aug 10 2018 Sergey Avseyev 2018.08.R1-1 -- Update to 2018-08-R1 - -* Sun Jul 15 2018 Sergey Avseyev - 2018.07.R1-3 -- Added systemd as build requirement for _udevrulesdir macro - -* Sat Jul 14 2018 Fedora Release Engineering - 2018.06.R1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 -- Update to 2018-06-R1 - -* Tue Jun 19 2018 Miro Hrončok - 2017.03.R2-2 -- Rebuilt for Python 3.7 - -* Mon Apr 23 2018 Sergey Avseyev 2017.03.R2-1 -- Initial import +%autochangelog