Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bladeRF for openSUSE:Factory checked in at 2023-02-15 13:41:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bladeRF (Old) and /work/SRC/openSUSE:Factory/.bladeRF.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bladeRF" Wed Feb 15 13:41:11 2023 rev:16 rq:1065890 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/bladeRF/bladeRF.changes 2022-01-23 12:17:12.531858047 +0100 +++ /work/SRC/openSUSE:Factory/.bladeRF.new.22824/bladeRF.changes 2023-02-15 13:41:29.535087962 +0100 @@ -1,0 +2,13 @@ +Mon Feb 13 21:53:41 UTC 2023 - Martin Hauke <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- bladeRF-2021.10.tar.xz New: ---- bladeRF-2023.02.tar.xz bladeRF-doxygen-no-timestamp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bladeRF.spec ++++++ --- /var/tmp/diff_new_pack.NFHrqY/_old 2023-02-15 13:41:30.179091500 +0100 +++ /var/tmp/diff_new_pack.NFHrqY/_new 2023-02-15 13:41:30.183091522 +0100 @@ -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, [email protected] # # 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 @@ #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 @@ %prep %setup -q -n %{name}-%{release_name} +%patch0 -p1 ls pushd thirdparty/analogdevicesinc/no-OS tar -xJf %{SOURCE1} ++++++ bladeRF-2021.10.tar.xz -> bladeRF-2023.02.tar.xz ++++++ ++++++ bladeRF-doxygen-no-timestamp.patch ++++++ 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
