forked from pool/hackrf
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 21562daedb | |||
| ddd81409ad |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9ced67e6b801cd02c18d0c4654ed18a4bcb36c24a64330c347dfccbd859ad16
|
|
||||||
size 21734672
|
|
||||||
3
hackrf-2026.01.1.tar.xz
Normal file
3
hackrf-2026.01.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:283387d7a1aad965b07287adea7361a2a86176e854e2f2b808f58b5626015de4
|
||||||
|
size 25923808
|
||||||
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hackrf
|
# spec file for package hackrf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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.1
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user