4 Commits

Author SHA256 Message Date
f8dc5c1130 Accepting request 1331551 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1331551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hackrf?expand=0&rev=9
2026-02-06 18:10:33 +00:00
631831ca34 - Update to version 2026.01.3
* Fix mixer frequency lock failures.
  * Add access to larger SPI flash on HackRF Pro.
- Update to version 2026.01.2
  Changes in this release include:
  * Fixed RX, TX, and self-test on rad1o.
  * Fixed intermittent tuning failures with SDR++.
  * Fixed intermittent spectrum inversion in RX mode when changing
    the sample rate on HackRF Pro.

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hackrf?expand=0&rev=24
2026-02-06 09:10:42 +00:00
21562daedb Accepting request 1327735 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1327735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hackrf?expand=0&rev=8
2026-01-17 13:56:41 +00:00
ddd81409ad - Update to version 2026.01.1
* HackRF Pro, a new hardware platform, is now supported. Initially
    HackRF Pro supports a legacy radio configuration mode that makes
    it compatible with software designed for use with HackRF One.
    Future releases will enable extended precision and other modes.
  * Improved build system and documentation.
  * Added support for newer PortaPacks with AGM Microelectronics
    CPLDs.
  * Updated libhackrf version to be more consistent with Semantic
    Versioning.
  * There have been many enhancements and bug fixes. For a full
    list of changes, see the git log.

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hackrf?expand=0&rev=22
2026-01-16 19:09:43 +00:00
4 changed files with 35 additions and 5 deletions

View File

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

3
hackrf-2026.01.3.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Feb 3 08:56:31 UTC 2026 - Martin Hauke <mardnh@gmx.de>
- Update to version 2026.01.3
* Fix mixer frequency lock failures.
* Add access to larger SPI flash on HackRF Pro.
- Update to version 2026.01.2
Changes in this release include:
* Fixed RX, TX, and self-test on rad1o.
* Fixed intermittent tuning failures with SDR++.
* Fixed intermittent spectrum inversion in RX mode when changing
the sample rate on HackRF Pro.
-------------------------------------------------------------------
Fri Jan 16 18:23:11 UTC 2026 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 2026.01.1
* HackRF Pro, a new hardware platform, is now supported. Initially
HackRF Pro supports a legacy radio configuration mode that makes
it compatible with software designed for use with HackRF One.
Future releases will enable extended precision and other modes.
* Improved build system and documentation.
* Added support for newer PortaPacks with AGM Microelectronics
CPLDs.
* Updated libhackrf version to be more consistent with Semantic
Versioning.
* There have been many enhancements and bug fixes. For a full
list of changes, see the git log.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 20:25:54 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl> Wed Mar 6 20:25:54 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package hackrf # spec file for package hackrf
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define libname lib%{name}%{sover} %define libname lib%{name}%{sover}
%define hackrf_group hackrf %define hackrf_group hackrf
Name: hackrf Name: hackrf
Version: 2024.02.1 Version: 2026.01.3
Release: 0 Release: 0
Summary: Support programs for the open source SDR hardware Summary: Support programs for the open source SDR hardware
License: GPL-2.0-only License: GPL-2.0-only
@@ -127,6 +127,7 @@ getent group %{hackrf_group} >/dev/null || groupadd -r %{hackrf_group}
%{_libdir}/libhackrf.so %{_libdir}/libhackrf.so
%{_includedir}/libhackrf %{_includedir}/libhackrf
%{_libdir}/pkgconfig/libhackrf.pc %{_libdir}/pkgconfig/libhackrf.pc
%{_libdir}/cmake/HackRF
%files firmware %files firmware
%dir %{_datadir}/hackrf %dir %{_datadir}/hackrf