Accepting request 1065603 from home:mnhauke:sdr-devel

- Update to version 2023.02
  * libbladeRF
    + Add 8bit format mode support
    + Add AD936x overclocking feature
    + Fix bugs, including a locking bug
  * FPGA:
    + Add 8bit mode support to FIFO reader and writer
- Add patch:
  * bladeRF-doxygen-no-timestamp.patch

OBS-URL: https://build.opensuse.org/request/show/1065603
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=40
This commit is contained in:
Martin Pluskal 2023-02-15 08:48:45 +00:00 committed by Git OBS Bridge
parent 1a18598d64
commit e8bc2adb08
5 changed files with 35 additions and 7 deletions

View File

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

3
bladeRF-2023.02.tar.xz Normal file
View File

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

View File

@ -0,0 +1,13 @@
diff --git a/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in b/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in
index 6570203..0264bca 100644
--- a/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in
+++ b/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in
@@ -1191,7 +1191,7 @@ HTML_COLORSTYLE_GAMMA = 189
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 13 21:53:41 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2023.02
* libbladeRF
+ Add 8bit format mode support
+ Add AD936x overclocking feature
+ Fix bugs, including a locking bug
* FPGA:
+ Add 8bit mode support to FIFO reader and writer
- Add patch:
* bladeRF-doxygen-no-timestamp.patch
-------------------------------------------------------------------
Sat Jan 22 12:08:49 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package bladeRF
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2013-2015 Wojciech Kazubski, wk@ire.pw.edu.pl
#
# All modifications and additions to the file contributed by third parties
@ -19,12 +19,12 @@
%define sover 2
%define libname lib%{name}%{sover}
%define libversion 2.4.1
%define release_name 2021.10
%define libversion 2.5.0
%define release_name 2023.02
%define bladerf_group bladerf
%define use_syslog 0
Name: bladeRF
Version: 2021.10
Version: 2023.02
Release: 0
Summary: SDR radio receiver
License: AGPL-3.0-or-later AND GPL-2.0-only
@ -33,6 +33,7 @@ URL: https://nuand.com/
#Git-Clone: https://github.com/Nuand/bladeRF.git
Source0: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
Source1: ad9361.tar.xz
Patch0: bladeRF-doxygen-no-timestamp.patch
BuildRequires: cmake >= 2.8.4
BuildRequires: doxygen
BuildRequires: fdupes
@ -86,6 +87,7 @@ use of libbladerf.
%prep
%setup -q -n %{name}-%{release_name}
%patch0 -p1
ls
pushd thirdparty/analogdevicesinc/no-OS
tar -xJf %{SOURCE1}