Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 814b0d139f | |||
| e3dc0632af |
@@ -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
3
inspectrum-0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a11214070c0aa3379e6ffd1728aa9528bf1dd722b8b72218ea1b872471b50c65
|
||||
size 112782
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user