Hello community, here is the log from the commit of package limesuite for openSUSE:Factory checked in at 2020-11-03 15:15:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/limesuite (Old) and /work/SRC/openSUSE:Factory/.limesuite.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "limesuite" Tue Nov 3 15:15:49 2020 rev:14 rq:845319 version:20.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes 2020-09-07 21:34:18.705351743 +0200 +++ /work/SRC/openSUSE:Factory/.limesuite.new.3463/limesuite.changes 2020-11-03 15:16:09.000016042 +0100 @@ -1,0 +2,32 @@ +Fri Oct 30 18:42:48 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 20.10.0 + LimeSuite library changes: + * Fixed GFIR floating point comparison. + * Disabled caller-saves optimization for GCC versions 9.3 onwards + * Changed USB processing, FIFO and remote thread priorities. + * Fixed null pointer dereferences in StreamChannel write/read + functions. + * Added option to configure data link format from API. + * TDD mode registers are reset after initialization on + LimeSDR-Core boards. + * Changed default Common Control Signal value for most boards. + * Changed LMS_Init to tune SXR/SXT PLL's. + * Changed LMS_Init to calibrate Tx frontend IAMP gain. + * Updated SXR/SXT MCU tune algorithm to match host. + * Added optional gain behavior where TIA/IAMP gain elements are + removed from available gain range. + * Improved spurious USB transfer handling. + LimeSuiteGUI: + * Fixed an issue of file close not being called in FFTviewer. + * Fixed compilation for wxWidgets STL. + SoapyLMS: + * Updated linkFormat stream option so it changes link format + in LimeSuite library. + Other changes: + * Added LimeSuite library information to QuickTest. + * Added CMake option to enable optional gain behavior. +- Drop patch (included upstream): + * 0001-Allow-compilation-with-wxWidgets-STL-build.patch + +------------------------------------------------------------------- Old: ---- 0001-Allow-compilation-with-wxWidgets-STL-build.patch limesuite-20.07.2.tar.xz New: ---- limesuite-20.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ limesuite.spec ++++++ --- /var/tmp/diff_new_pack.Z8MItp/_old 2020-11-03 15:16:10.196017193 +0100 +++ /var/tmp/diff_new_pack.Z8MItp/_new 2020-11-03 15:16:10.200017196 +0100 @@ -2,7 +2,7 @@ # spec file for package limesuite # # Copyright (c) 2020 SUSE LLC -# Copyright (c) 2017, Martin Hauke <[email protected]> +# Copyright (c) 2017-2020, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ # -%define sover 20_07-1 +%define sover 20_10-1 %define libname libLimeSuite%{sover} %define soapy_modver 0.7 Name: limesuite -Version: 20.07.2 +Version: 20.10.0 Release: 0 Summary: Collection of software supporting LMS7-based hardware License: Apache-2.0 @@ -29,8 +29,6 @@ URL: https://myriadrf.org/projects/lime-suite/ #Git-Clone: https://github.com/myriadrf/LimeSuite.git Source: https://github.com/myriadrf/LimeSuite/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -- https://github.com/myriadrf/LimeSuite/pull/316 -Patch0: 0001-Allow-compilation-with-wxWidgets-STL-build.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gnuplot @@ -83,7 +81,6 @@ %prep %setup -q -n LimeSuite-%{version} -%patch0 -p1 # HACK: set udev permissions to 666 sed -i 's|MODE="660"|MODE="666"|g' udev-rules/64-limesuite.rules ++++++ limesuite-20.07.2.tar.xz -> limesuite-20.10.0.tar.xz ++++++
