commit limesuite for openSUSE:Leap:15.2

2020-02-21 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Leap:15.2 
checked in at 2020-02-21 10:52:35

Comparing /work/SRC/openSUSE:Leap:15.2/limesuite (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.limesuite.new.26092 (New)


Package is "limesuite"

Fri Feb 21 10:52:35 2020 rev:22 rq:777447 version:20.01.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/limesuite/limesuite.changes2020-02-20 
00:07:39.760160031 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.limesuite.new.26092/limesuite.changes 
2020-02-21 10:53:04.891384420 +0100
@@ -1,0 +2,45 @@
+Wed Jan 29 09:42:29 UTC 2020 - Martin Hauke 
+
+
+- Update to version 20.01.0
+  LimeSuite library changes:
+  * Including LimeRFE support
+  * Update CGEN calculation to allow lower CGEN values
+  * Configure RF switches (when possible) to avoid transmission
+during calibration
+  * Automatically reconfigure GFIR LPF after sample rate change
+  * Remove LMS_EnableCalibCache function from LimeSuite.h
+  * Improve PLL locking in calibration procedures
+  * Fix Tx transfer size being set to Rx transfer size
+  * Fix RF path being auto-set after it was selected explicitly
+for LimeSDR-Mini
+  * Add option to perform Rx phase alignment instead of of always
+running it
+  * Improve SXT/SXR tune by automatically retrying with higher
+bias current setting
+  * Update FIFO buffers to use memory more efficiently
+  SoapyLMS:
+  * Add oversampling setting
+  * Set bandwidth to sample rate if bandwidth is not explicitly set
+  * Fix possible segfault when 2 Rx cahnnels are used
+  * Pause streaming when changing sample rate
+  * Return time error when negative timestmp is used
+  * Automatically use wide enough bandwidth setting for RF
+frequencies bellow 30 MHz
+  * Remove master clock setting
+  * Add setting descriptions
+  * Implement read for setting advertised by getSettingInfo()
+  LimeSuiteGUI:
+  * Add panel for LMS API function testing
+  * Add option to play WFM file from software
+  * fix channel measurement in FFTviewer for Ch.B in MIMO mode
+  Octave plugin:
+  * Add LimeGetStreamStatus function
+  * Add LimeTransceiveSamples function
+  * Update antenna selection after loading ini file
+  Other changes:
+  * Fix LimeQuickTest not outputing to windows command line
+- Add patch:
+  * 0001-Remove-some-warnings-LimeRFE-related.patch
+
+---

Old:

  limesuite-19.04.0.tar.xz

New:

  0001-Remove-some-warnings-LimeRFE-related.patch
  limesuite-20.01.0.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.E0KrXJ/_old  2020-02-21 10:53:05.595385966 +0100
+++ /var/tmp/diff_new_pack.E0KrXJ/_new  2020-02-21 10:53:05.599385975 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package limesuite
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,11 +17,11 @@
 #
 
 
-%define sover 19_04-1
+%define sover 20_01-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.7
 Name:   limesuite
-Version:19.04.0
+Version:20.01.0
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0
@@ -29,6 +29,7 @@
 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
+Patch0: 0001-Remove-some-warnings-LimeRFE-related.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gnuplot
@@ -83,12 +84,12 @@
 
 %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
 
 %build
-export CFLAGS='%{optflags} -Wno-return-type'
 %cmake \
   -DBUILD_SHARED_LIBS=ON \
   -DCMAKE_AUTOSET_INSTALL_RPATH=FALSE \

++ 0001-Remove-some-warnings-LimeRFE-related.patch ++
>From c931854ead81307206bce750c17c2301810b5545 Mon Sep 17 00:00:00 2001
From: Ignas J 
Date: Wed, 29 Jan 2020 10:55:12 +0200
Subject: [PATCH] Remove some warnings (LimeRFE related)

---
 src/examples/limeRFE_I2C_example.cpp | 1 -
 src/limeRFE/RFE_Device.cpp   | 2 +-
 src/limeRFE/limeRFE_api.cpp  | 7 ---
 src/limeRFE/limeRFE_cmd.cpp  | 3 ---
 src/limeRFE/limeRFE_wxgui.cpp| 6 +++---
 5 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/src/examples/limeRFE_I2C_example.cpp 
b/src/examples/limeRFE_I2C_example.cpp
index 5e6093ec..b7f35fd1 100644
--- 

commit limesuite for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Leap:15.2 
checked in at 2020-02-20 00:07:38

Comparing /work/SRC/openSUSE:Leap:15.2/limesuite (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.limesuite.new.26092 (New)


Package is "limesuite"

Thu Feb 20 00:07:38 2020 rev:21 rq:765375 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/limesuite/limesuite.changes2020-01-15 
15:27:01.234630170 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.limesuite.new.26092/limesuite.changes 
2020-02-20 00:07:39.760160031 +0100
@@ -1,0 +2,22 @@
+Mon May 13 19:23:20 UTC 2019 - Martin Hauke 
+
+- Update to version 19.04.0
+  LimeSuite library changes:
+  * Added support for LimeNet-Micro v2.1
+  * Fixed Tx ch.B calibration when Rx ch.B is disabled
+  * Added save and restore of analog DC/IQ calibration values when
+saving/loading INI file
+  * Fixed Rx only mode not working on LimeSDR-USB with sample
+rate <2.5 MSps
+  * Fixed Rx only mode not working on LimeSDR-USB with sample
+rate <2.5 MSps
+  * change coefficents in LMS7002M::GetTemperature() to approximately
+match actual temperature
+  LimeSuiteGUI:
+  - Updated "Board controls" panel for LimeNet-Micro
+  Other changes
+  - Added LimeNET-Micro support to LimeQuickTest
+  - LimeSDR-USB v1.4 updated to r2.21 gateware
+  - LimeSDR-Mini updated to r1.30 gateware
+
+---
@@ -4 +26 @@
-- Upate to version 18.10.0
+- Upate to version 19.01.0

Old:

  limesuite-19.01.0.tar.xz

New:

  limesuite-19.04.0.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.ae68j8/_old  2020-02-20 00:07:40.152160788 +0100
+++ /var/tmp/diff_new_pack.ae68j8/_new  2020-02-20 00:07:40.156160796 +0100
@@ -17,11 +17,11 @@
 #
 
 
-%define sover 19_01-1
+%define sover 19_04-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.7
 Name:   limesuite
-Version:19.01.0
+Version:19.04.0
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0

++ limesuite-19.01.0.tar.xz -> limesuite-19.04.0.tar.xz ++