From 580577da4067f1c09d96f1858a7013ff0e9d4041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 15 Jan 2026 14:14:24 +0100 Subject: [PATCH 1/6] Converted to new python packaging Resolves: rhbz#2378489 --- urh.spec | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/urh.spec b/urh.spec index 9ae2237..10d3285 100644 --- a/urh.spec +++ b/urh.spec @@ -1,16 +1,12 @@ -%{?python_enable_dependency_generator} -# python 2 not supported - Name: urh Version: 2.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Universal Radio Hacker: investigate wireless protocols like a boss # Automatically converted from old format: ASL 2.0 and GPLv2 - review is highly recommended. License: Apache-2.0 AND GPL-2.0-only URL: https://github.com/jopohl/urh Source0: https://github.com/jopohl/urh/archive/v%{version}/%{name}-%{version}.tar.gz Source1: io.github.jopohl.urh.metainfo.xml -BuildRequires: python3-setuptools BuildRequires: python3-devel BuildRequires: gcc-c++ BuildRequires: python3-numpy @@ -19,13 +15,12 @@ BuildRequires: airspyone_host-devel BuildRequires: hackrf-devel BuildRequires: rtl-sdr-devel BuildRequires: uhd-devel -BuildRequires: python3-qt5 -BuildRequires: python3-pytest +BuildRequires: python3-pyqt6 BuildRequires: xorg-x11-server-Xvfb # Unpinning Cython raised upstream: https://github.com/jopohl/urh/issues/1087 BuildRequires: python3-cython Requires: python3-numpy -Requires: python3-qt5 +Requires: python3-pyqt6 %description The Universal Radio Hacker is a software for investigating unknown wireless @@ -52,11 +47,15 @@ popd sed -i 's/"cython<3.0.0"/"cython"/' setup.py +%generate_buildrequires +%pyproject_buildrequires + %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install +%pyproject_save_files urh # remove cpp files generated by cython pushd %{buildroot}%{python3_sitearch}/urh/dev/native/lib @@ -84,7 +83,7 @@ install -Dpm 0644 %{SOURCE1} \ # https://github.com/jopohl/urh/issues/1149 #xvfb-run pytest -s -v tests -%files +%files -f %{pyproject_files} %license LICENSE %doc README.md %{_bindir}/urh @@ -92,10 +91,12 @@ install -Dpm 0644 %{SOURCE1} \ %{_datadir}/icons/hicolor/128x128/apps/urh.png %{_datadir}/applications/urh.desktop %{_metainfodir}/io.github.jopohl.urh.metainfo.xml -%{python3_sitearch}/urh -%{python3_sitearch}/urh-%{version}-*.egg-info %changelog +* Thu Jan 15 2026 Jaroslav Škarvada - 2.10.0-2 +- Converted to new python packaging + Resolves: rhbz#2378489 + * Sat Jan 03 2026 Jaroslav Škarvada - 2.10.0-1 - New version Resolves: rhbz#2423176 From 61b45da603dbff0c9ed2834a88977451ad7a31fd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:40:11 +0000 Subject: [PATCH 2/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- urh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/urh.spec b/urh.spec index 10d3285..467a257 100644 --- a/urh.spec +++ b/urh.spec @@ -1,6 +1,6 @@ Name: urh Version: 2.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Universal Radio Hacker: investigate wireless protocols like a boss # Automatically converted from old format: ASL 2.0 and GPLv2 - review is highly recommended. License: Apache-2.0 AND GPL-2.0-only @@ -93,6 +93,9 @@ install -Dpm 0644 %{SOURCE1} \ %{_metainfodir}/io.github.jopohl.urh.metainfo.xml %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 2.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Jan 15 2026 Jaroslav Škarvada - 2.10.0-2 - Converted to new python packaging Resolves: rhbz#2378489 From 00cba95c12576eaf238806ce3f66e3c44b21564e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 28 Apr 2026 16:46:34 +0200 Subject: [PATCH 3/6] Rebuilt for new uhd --- urh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/urh.spec b/urh.spec index 467a257..14139f8 100644 --- a/urh.spec +++ b/urh.spec @@ -1,6 +1,6 @@ Name: urh Version: 2.10.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Universal Radio Hacker: investigate wireless protocols like a boss # Automatically converted from old format: ASL 2.0 and GPLv2 - review is highly recommended. License: Apache-2.0 AND GPL-2.0-only @@ -93,6 +93,9 @@ install -Dpm 0644 %{SOURCE1} \ %{_metainfodir}/io.github.jopohl.urh.metainfo.xml %changelog +* Tue Apr 28 2026 Jaroslav Škarvada - 2.10.0-4 +- Rebuilt for new uhd + * Sat Jan 17 2026 Fedora Release Engineering - 2.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 73a5a07fa380ff2d4b94a65e0c30a403645f57a9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 12:38:47 +0200 Subject: [PATCH 4/6] Rebuilt for Python 3.15 --- urh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/urh.spec b/urh.spec index 14139f8..d886ab8 100644 --- a/urh.spec +++ b/urh.spec @@ -1,6 +1,6 @@ Name: urh Version: 2.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Universal Radio Hacker: investigate wireless protocols like a boss # Automatically converted from old format: ASL 2.0 and GPLv2 - review is highly recommended. License: Apache-2.0 AND GPL-2.0-only @@ -93,6 +93,9 @@ install -Dpm 0644 %{SOURCE1} \ %{_metainfodir}/io.github.jopohl.urh.metainfo.xml %changelog +* Thu Jun 04 2026 Python Maint - 2.10.0-5 +- Rebuilt for Python 3.15 + * Tue Apr 28 2026 Jaroslav Škarvada - 2.10.0-4 - Rebuilt for new uhd From ea7213543f9071569df5631d21676f07aeef3b0b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:14:48 +0000 Subject: [PATCH 5/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- urh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/urh.spec b/urh.spec index d886ab8..0889ad6 100644 --- a/urh.spec +++ b/urh.spec @@ -1,6 +1,6 @@ Name: urh Version: 2.10.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Universal Radio Hacker: investigate wireless protocols like a boss # Automatically converted from old format: ASL 2.0 and GPLv2 - review is highly recommended. License: Apache-2.0 AND GPL-2.0-only @@ -93,6 +93,9 @@ install -Dpm 0644 %{SOURCE1} \ %{_metainfodir}/io.github.jopohl.urh.metainfo.xml %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu Jun 04 2026 Python Maint - 2.10.0-5 - Rebuilt for Python 3.15 From dc88b3f59d3549202f696df285ea313a440a5175 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 22 Jul 2026 10:11:31 +0200 Subject: [PATCH 6/6] Rebuilt for Python 3.15.0b4 ABI change --- urh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/urh.spec b/urh.spec index 0889ad6..4f4e967 100644 --- a/urh.spec +++ b/urh.spec @@ -1,6 +1,6 @@ Name: urh Version: 2.10.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Universal Radio Hacker: investigate wireless protocols like a boss # Automatically converted from old format: ASL 2.0 and GPLv2 - review is highly recommended. License: Apache-2.0 AND GPL-2.0-only @@ -93,6 +93,9 @@ install -Dpm 0644 %{SOURCE1} \ %{_metainfodir}/io.github.jopohl.urh.metainfo.xml %changelog +* Wed Jul 22 2026 Python Maint - 2.10.0-7 +- Rebuilt for Python 3.15.0b4 ABI change + * Fri Jul 17 2026 Fedora Release Engineering - 2.10.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild