2 Commits

Author SHA256 Message Date
814b0d139f Accepting request 1321463 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1321463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inspectrum?expand=0&rev=8
2025-12-08 10:56:11 +00:00
e3dc0632af - Update to version 0.4.0
* Add support for Qt6.
  * CMake minimum version changed from 3.1 to 3.5.
  * Add support for SigMF datasets (#236).
  * Fix crash when opening small files (#238).

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/inspectrum?expand=0&rev=19
2025-12-07 19:40:40 +00:00
4 changed files with 19 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94e42333aceb06c15fb6fc10d186d61112975fdcf9539357a279e886e9edf35e
size 112147

3
inspectrum-0.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a11214070c0aa3379e6ffd1728aa9528bf1dd722b8b72218ea1b872471b50c65
size 112782

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 6 15:55:46 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.4.0
* Add support for Qt6.
* CMake minimum version changed from 3.1 to 3.5.
* Add support for SigMF datasets (#236).
* Fix crash when opening small files (#238).
-------------------------------------------------------------------
Mon Oct 30 22:03:17 UTC 2023 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file for package inspectrum
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2015-2023, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2015-2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: inspectrum
Version: 0.3.1
Version: 0.4.0
Release: 0
Summary: A tool for analysing captured signals from SDRs
License: GPL-3.0-or-later
@@ -28,17 +28,15 @@ Source: %{url}/archive/refs/tags/v%{version}.tar.gz/#/%{name}-%{version}
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: git-core
BuildRequires: libliquid-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Concurrent)
# QCommandLineParser needs QT5.2+
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2
BuildRequires: pkgconfig(Qt6Concurrent)
BuildRequires: pkgconfig(Qt6Widgets)
BuildRequires: pkgconfig(fftw3f)
Requires(post): hicolor-icon-theme
Requires(post): update-desktop-files
Requires(postun):hicolor-icon-theme
Requires(postun):update-desktop-files
Requires(postun): hicolor-icon-theme
Requires(postun): update-desktop-files
%description
A tool for analysing captured signals, primarily from software-defined radio receivers