commit limesuite for openSUSE:Factory

2020-11-03 Thread root
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.16042 +0100
@@ -1,0 +2,32 @@
+Fri Oct 30 18:42:48 UTC 2020 - Martin Hauke 
+
+- 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 
+# Copyright (c) 2017-2020, Martin Hauke 
 #
 # 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 ++




commit limesuite for openSUSE:Factory

2020-09-07 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2020-09-07 21:33:50

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new.3399 (New)


Package is "limesuite"

Mon Sep  7 21:33:50 2020 rev:13 rq:832589 version:20.07.2

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2020-08-10 
15:00:40.144085099 +0200
+++ /work/SRC/openSUSE:Factory/.limesuite.new.3399/limesuite.changes
2020-09-07 21:34:18.705351743 +0200
@@ -1,0 +2,8 @@
+Sun Sep  6 00:13:04 UTC 2020 - Stefan BrĂ¼ns 
+
+- Use wxGTK3 instead of wxWidgets (GTK2), allow building with
+  STL variant:
+  * 0001-Allow-compilation-with-wxWidgets-STL-build.patch
+- Remove irrelevant dependencies: i2c-tools, sqlite3
+
+---

New:

  0001-Allow-compilation-with-wxWidgets-STL-build.patch



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.1JM9xv/_old  2020-09-07 21:34:19.401352062 +0200
+++ /var/tmp/diff_new_pack.1JM9xv/_new  2020-09-07 21:34:19.405352064 +0200
@@ -29,15 +29,15 @@
 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
-BuildRequires:  i2c-tools
 BuildRequires:  pkgconfig
-BuildRequires:  wxWidgets-3_0-nostl-devel
+BuildRequires:  wxGTK3-devel
 BuildRequires:  pkgconfig(SoapySDR) >= %{soapy_modver}
 BuildRequires:  pkgconfig(libusb-1.0)
-BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(udev)
 
 %description
@@ -83,6 +83,7 @@
 
 %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

++ 0001-Allow-compilation-with-wxWidgets-STL-build.patch ++
>From 4cd125baf55aba3a7483ca50aa99cbcbeaf617bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Sun, 6 Sep 2020 01:39:42 +0200
Subject: [PATCH] Allow compilation with wxWidgets STL build

wxString may not be implicitly convertible to const char*, so add an
overload.
---
 src/limeRFE/limeRFE_wxgui.cpp | 7 +--
 src/limeRFE/limeRFE_wxgui.h   | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/limeRFE/limeRFE_wxgui.cpp b/src/limeRFE/limeRFE_wxgui.cpp
index eec270dc..8a9cad7b 100644
--- a/src/limeRFE/limeRFE_wxgui.cpp
+++ b/src/limeRFE/limeRFE_wxgui.cpp
@@ -126,7 +126,10 @@ void limeRFE_wxgui::OnbtnClosePort(wxCommandEvent& event) {
 
 void limeRFE_wxgui::AddMssg(const char* mssg) {
wxString s(mssg, wxConvUTF8);
+   AddMssg(s);
+}
 
+void limeRFE_wxgui::AddMssg(const wxString& mssg) {
time_t rawtime;
struct tm * timeinfo;
char buffer[80];
@@ -134,7 +137,7 @@ void limeRFE_wxgui::AddMssg(const char* mssg) {
time();
timeinfo = localtime();
strftime(buffer, 80, "%H:%M:%S", timeinfo);
-   wxString line(wxString::Format("[%s] %s", buffer, s));
+   wxString line(wxString::Format("[%s] %s", buffer, mssg));
 
txtMessageField->AppendText(line + _("\n"));
 }
@@ -1114,4 +1117,4 @@ void limeRFE_wxgui::OncbEnableSWR(wxCommandEvent& event) {
 
 void limeRFE_wxgui::OnbtnClearMessages(wxCommandEvent& event) {
txtMessageField->Clear();
-}
\ No newline at end of file
+}
diff --git a/src/limeRFE/limeRFE_wxgui.h b/src/limeRFE/limeRFE_wxgui.h
index 95cd4176..623ad469 100644
--- a/src/limeRFE/limeRFE_wxgui.h
+++ b/src/limeRFE/limeRFE_wxgui.h
@@ -25,6 +25,7 @@ class limeRFE_wxgui : public limeRFE_view
void OnbtnOpenPort(wxCommandEvent& event);
void OnbtnClosePort(wxCommandEvent& event);
void AddMssg(const char* mssg);
+   void AddMssg(const wxString& mssg);
void ReadPorts();
void OnbtnRefreshPorts(wxCommandEvent& event);
void OnbtnReset(wxCommandEvent& event);
-- 
2.28.0




commit limesuite for openSUSE:Factory

2020-08-10 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2020-08-10 14:59:59

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new.3399 (New)


Package is "limesuite"

Mon Aug 10 14:59:59 2020 rev:12 rq:825249 version:20.07.2

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2020-08-05 
20:27:45.683051550 +0200
+++ /work/SRC/openSUSE:Factory/.limesuite.new.3399/limesuite.changes
2020-08-10 15:00:40.144085099 +0200
@@ -1,0 +2,10 @@
+Thu Aug  6 18:20:37 UTC 2020 - Martin Hauke 
+
+- Update to version 20.07.2
+  - Updated CMake to automatically include atomic library when
+needed.
+  - Updated CMake to include required thread libraries on different
+systems.
+  - Added missing changelog entries and version information
+
+---
@@ -4 +14 @@
-- Update to version 20.0.7.1
+- Update to version 20.07.1

Old:

  limesuite-20.07.1.tar.xz

New:

  limesuite-20.07.2.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.1zJ9q9/_old  2020-08-10 15:00:41.968086061 +0200
+++ /var/tmp/diff_new_pack.1zJ9q9/_new  2020-08-10 15:00:41.972086064 +0200
@@ -21,7 +21,7 @@
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.7
 Name:   limesuite
-Version:20.07.1
+Version:20.07.2
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0

++ limesuite-20.07.1.tar.xz -> limesuite-20.07.2.tar.xz ++




commit limesuite for openSUSE:Factory

2020-08-05 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2020-08-05 20:27:33

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new.3592 (New)


Package is "limesuite"

Wed Aug  5 20:27:33 2020 rev:11 rq:824373 version:20.07.1

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2020-01-30 
09:41:58.253508410 +0100
+++ /work/SRC/openSUSE:Factory/.limesuite.new.3592/limesuite.changes
2020-08-05 20:27:45.683051550 +0200
@@ -1,0 +2,34 @@
+Fri Jul 31 19:41:58 UTC 2020 - Martin Hauke 
+
+- Update to version 20.0.7.1
+  LimeSuite library changes:
+  * Changed LimeSDR-Mini SXR default values to match SXT
+  * Fix for lms chip id not changing when setting interface
+frequency
+  * Improve SXT/SXR tune in MCU calibrations
+  * Set stream FIFO size to be at least 4 packets
+  * Increased availble COM port values for LimeRFE board
+  * Added unicode check when LimeRFE COM port is being opened
+  LimeSuiteGUI:
+  * Fixed display of CLKGEN values
+  * Changed numeric slider settings for better fit on some
+distributions
+  * Changed power meter to always be visible in LimeRFE panel
+  * Changed LimeRFE panel's info to be read only
+  * Added clear button to LimeRFE info panel
+  * Fixed GUI freezing when opening LimeRFE board through SDR
+connection with flipped cable
+  SoapyLMS:
+  * Return actual supported sample rates instead of returning
+static limits
+  Octave:
+  * Fixed warnings when loading LimeSuite library
+  Other changes:
+  * Updated CMake so that LimeRFE module is optional
+  * Added HW, GW version and temperature information to QuickTest
+output
+  * Fixed LimeUtil loading wrong device with optional arguments
+- Remove patch (not longer needed):
+  * 0001-Remove-some-warnings-LimeRFE-related.patch
+
+---

Old:

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

New:

  limesuite-20.07.1.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.0UBLdq/_old  2020-08-05 20:27:47.303052062 +0200
+++ /var/tmp/diff_new_pack.0UBLdq/_new  2020-08-05 20:27:47.303052062 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package limesuite
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,11 +17,11 @@
 #
 
 
-%define sover 20_01-1
+%define sover 20_07-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.7
 Name:   limesuite
-Version:20.01.0
+Version:20.07.1
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0
@@ -29,7 +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
-Patch0: 0001-Remove-some-warnings-LimeRFE-related.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gnuplot
@@ -84,7 +83,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.01.0.tar.xz -> limesuite-20.07.1.tar.xz ++




commit limesuite for openSUSE:Factory

2020-01-30 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2020-01-30 09:41:21

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


Package is "limesuite"

Thu Jan 30 09:41:21 2020 rev:10 rq:768305 version:20.01.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2019-05-20 
10:30:15.997879089 +0200
+++ /work/SRC/openSUSE:Factory/.limesuite.new.26092/limesuite.changes   
2020-01-30 09:41:58.253508410 +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.kglMAv/_old  2020-01-30 09:41:59.169508901 +0100
+++ /var/tmp/diff_new_pack.kglMAv/_new  2020-01-30 09:41:59.173508902 +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:Factory

2019-05-20 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2019-05-20 10:30:13

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new.5148 (New)


Package is "limesuite"

Mon May 20 10:30:13 2019 rev:9 rq:704059 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2019-03-10 
09:39:41.332114264 +0100
+++ /work/SRC/openSUSE:Factory/.limesuite.new.5148/limesuite.changes
2019-05-20 10:30:15.997879089 +0200
@@ -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.U2tFPa/_old  2019-05-20 10:30:17.449878608 +0200
+++ /var/tmp/diff_new_pack.U2tFPa/_new  2019-05-20 10:30:17.453878607 +0200
@@ -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 ++




commit limesuite for openSUSE:Factory

2019-03-10 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2019-03-10 09:39:37

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new.28833 (New)


Package is "limesuite"

Sun Mar 10 09:39:37 2019 rev:8 rq:682757 version:19.01.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2018-12-31 
09:47:34.198158439 +0100
+++ /work/SRC/openSUSE:Factory/.limesuite.new.28833/limesuite.changes   
2019-03-10 09:39:41.332114264 +0100
@@ -1,0 +2,37 @@
+Thu Mar  7 21:55:00 UTC 2019 - Martin Hauke 
+
+- Upate to version 18.10.0
+  LimeSuite library changes:
+  * Allow filtering devices by partial serial number
+  * Add GPIO control for LimeSDR-Mini
+  * Change LMS_VCTCXOWrite() to save value to non-volatile storage
+  * Change LMS_VCTCXORead() to read value from non-volatile storage
+  * Make some improvements in GFIR setup
+  * Fix Tx not working when Rx is disabled on LimeSDR-Mini
+  * Add initial support for LimeNET-Micro
+  * Add auto RF path selection option (LMS_PATH_AUTO) for
+LMS_SetAntenna()
+  * Remove LMS_Disconnect() and LMS_IsOpen() functions from API
+  * Add support for sending smaller Tx packets (improve end of
+burst handling)
+  * Change Rx RF path set by LMS_Init() for LimeSDR-USB to LNA_L
+  * Disable Tx channel in LMS_Init()
+  LimeSuiteGUI:
+  * Add GPIO controls to "Board controls" panel for LimeSDR-Mini
+  * Add option to "Board controls" panel to write VCTCXO value to
+non-volatile storage
+  SoapyLMS:
+  * Update to soapysdr0.7 module ABI
+  * add manual DC/IQ calibrations
+  Other changes:
+  * LimeUtil: fix LimeSDR-Mini not exiting programming mode after
+flashing FPGA
+  * LimeQuickTest: test 1st board when multiple boards are detected
+(instead of exiting)
+  * Add Octave plugin to CMake build
+  * Add log handler to Octave plugin
+  * Add IQ/DC calibration to basicTX example
+  * LimeSDR-USB v1.4 updated to r2.20 gateware
+  * LimeSDR-Mini updated to r1.29 gateware
+
+---

Old:

  limesuite-18.10.0.tar.xz

New:

  limesuite-19.01.0.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.W6GJKI/_old  2019-03-10 09:39:42.072114086 +0100
+++ /var/tmp/diff_new_pack.W6GJKI/_new  2019-03-10 09:39:42.076114085 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package limesuite
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,15 +13,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define sover 18_10-1
+%define sover 19_01-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.7
 Name:   limesuite
-Version:18.10.0
+Version:19.01.0
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0

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




commit limesuite for openSUSE:Factory

2018-12-31 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2018-12-31 09:46:50

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new.28833 (New)


Package is "limesuite"

Mon Dec 31 09:46:50 2018 rev:7 rq:661954 version:18.10.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2018-10-08 
17:49:08.690199388 +0200
+++ /work/SRC/openSUSE:Factory/.limesuite.new.28833/limesuite.changes   
2018-12-31 09:47:34.198158439 +0100
@@ -1,0 +2,5 @@
+Sat Nov 10 17:40:25 UTC 2018 - mar...@gmx.de
+
+- Update soapy-module version 0.6 -> 0.7
+
+---



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.Yj2LRG/_old  2018-12-31 09:47:34.810157937 +0100
+++ /var/tmp/diff_new_pack.Yj2LRG/_new  2018-12-31 09:47:34.814157933 +0100
@@ -19,7 +19,7 @@
 
 %define sover 18_10-1
 %define libname libLimeSuite%{sover}
-%define soapy_modver 0.6
+%define soapy_modver 0.7
 Name:   limesuite
 Version:18.10.0
 Release:0
@@ -35,7 +35,7 @@
 BuildRequires:  i2c-tools
 BuildRequires:  pkgconfig
 BuildRequires:  wxWidgets-3_0-nostl-devel
-BuildRequires:  pkgconfig(SoapySDR)
+BuildRequires:  pkgconfig(SoapySDR) >= %{soapy_modver}
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(udev)
@@ -94,7 +94,7 @@
   -DCMAKE_AUTOSET_INSTALL_RPATH=FALSE \
   -DUDEV_RULES_PATH=%{_udevrulesdir} \
 %ifarch x86_64
-  -DENABLE_SIMD_FLAGS="SSE4.2" \
+  -DENABLE_SIMD_FLAGS="SSE3" \
 %else
   -DENABLE_SIMD_FLAGS="none" \
 %endif




commit limesuite for openSUSE:Factory

2018-10-08 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2018-10-08 17:45:52

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new (New)


Package is "limesuite"

Mon Oct  8 17:45:52 2018 rev:6 rq:640257 version:18.10.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2018-06-19 
12:01:12.183513172 +0200
+++ /work/SRC/openSUSE:Factory/.limesuite.new/limesuite.changes 2018-10-08 
17:49:08.690199388 +0200
@@ -1,0 +2,31 @@
+Fri Oct  5 16:28:11 UTC 2018 - mar...@gmx.de
+
+- Upate to version 18.10.0
+  LimeSuite library changes:
+  * Fix CalibrateTxGain() XBUF settings for 3rd party boards
+  * Add interpolation/decimation support for SISODDR mode
+  * Always use SISODDR mode for LimeSDR-Mini
+  * Fix Rx filter calibration for 2nd channel with low bandwidth
+values
+  * Fix index lookup for opt_gain_tbb cache (ChB out of bounds)
+  * Add SXT/SXR VCO cache
+  * Add FPGA register cache
+  * Add connection remote (disabled by default)
+  * Fix incorrect TBB gain control behaviour under certain
+conditions
+  * Disable GFIR coefficient ordering based on oversampling when
+coefficient count is to high 
+  * Remove late timestamp reset commands from Rx streaming loop
+  
+  LimeSuiteGUI:
+  * Update board controls panel
+  * Add LPF coefficient calculation controls for GFIRs to TxTSP
+and RxTSP tabs
+  
+  Other changes:
+  * LimeSDR-USB v1.4 updated to r2.18 gateware
+  * LimeSDR-Mini updated to r1.27 gateware
+  * Add Tx only LMS API example
+  * SoapyLMS: remove stream activity checks
+
+---

Old:

  limesuite-18.06.0.tar.xz

New:

  limesuite-18.10.0.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.d3Vuhq/_old  2018-10-08 17:49:10.074197624 +0200
+++ /var/tmp/diff_new_pack.d3Vuhq/_new  2018-10-08 17:49:10.078197619 +0200
@@ -17,11 +17,11 @@
 #
 
 
-%define sover 18_06-1
+%define sover 18_10-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.6
 Name:   limesuite
-Version:18.06.0
+Version:18.10.0
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0
@@ -117,6 +117,7 @@
 %doc Changelog.txt README.md
 %{_bindir}/LimeUtil
 %{_bindir}/LimeSuiteGUI
+%{_bindir}/LimeQuickTest
 %dir %{_datadir}/Lime
 %{_datadir}/Lime/Desktop
 

++ limesuite-18.06.0.tar.xz -> limesuite-18.10.0.tar.xz ++




commit limesuite for openSUSE:Factory

2018-06-19 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2018-06-19 12:01:01

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new (New)


Package is "limesuite"

Tue Jun 19 12:01:01 2018 rev:5 rq:616715 version:18.06.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2018-04-20 
17:33:50.149039780 +0200
+++ /work/SRC/openSUSE:Factory/.limesuite.new/limesuite.changes 2018-06-19 
12:01:12.183513172 +0200
@@ -1,0 +2,24 @@
+Wed Jun 13 14:47:42 UTC 2018 - mar...@gmx.de
+
+- Update to version 18.06.0
+  LimeSuite library changes:
+  * Fixed zero filled packet transmitted on Tx FIFO timeout
+  * Fixed LMS_GetFrequency() to return correct frequency in TDD mode
+  * Added HBD/HBI bypass mode for LimeSDR-USB
+  * Made automatic Tx gain calibrations less frequent
+  * Fixed some issues with GFIR usage
+  * Some fixes for LimeSDR-QPCIe
+  
+  SoapyLMS changes:
+  * Fixed writeSetting to not throw every time
+  * Added 'skipCal' stream argument to disable calibration
+  * Added 'CALIBRATE' setting for writeSetting()
+  
+  Other changes:
+  * Added LimeSDR-USB support to LimeQuickTest
+  * Added sample format and Tx sync selection to FFTviewer
+  * Fix LimeSuiteConfig for debian packages
+  * LimeSDR-USB v1.4 updated to r2.17 gateware
+  * LimeSDR-Mini v1.1 updated to r1.25 gateware
+
+---

Old:

  limesuite-18.04.1.tar.xz

New:

  limesuite-18.06.0.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.JZ0llS/_old  2018-06-19 12:01:13.191475747 +0200
+++ /var/tmp/diff_new_pack.JZ0llS/_new  2018-06-19 12:01:13.199475450 +0200
@@ -17,11 +17,11 @@
 #
 
 
-%define sover 18_04-1
+%define sover 18_06-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.6
 Name:   limesuite
-Version:18.04.1
+Version:18.06.0
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0

++ limesuite-18.04.1.tar.xz -> limesuite-18.06.0.tar.xz ++




commit limesuite for openSUSE:Factory

2018-04-20 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2018-04-20 17:31:18

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new (New)


Package is "limesuite"

Fri Apr 20 17:31:18 2018 rev:4 rq:598771 version:18.04.1

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2018-04-11 
14:02:12.358337752 +0200
+++ /work/SRC/openSUSE:Factory/.limesuite.new/limesuite.changes 2018-04-20 
17:33:50.149039780 +0200
@@ -1,0 +2,11 @@
+Thu Apr 19 14:49:51 UTC 2018 - mar...@gmx.de
+
+- Update to version 18.04.1
+  * Add multiple device support for LimeSDR-Mini
+  * Add QuickTest Utility for LimeSDR-Mini
+  * Remove calibration cache database
+  * LimeSuiteGUI: Remove duplicate information from 'Device Info' panel
+- Remove patch:
+  * limesuite-fix-cmake-path.patch (fixed upstream)
+
+---

Old:

  limesuite-18.04.0.tar.xz
  limesuite-fix-cmake-path.patch

New:

  limesuite-18.04.1.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.wWHhyh/_old  2018-04-20 17:33:50.869013670 +0200
+++ /var/tmp/diff_new_pack.wWHhyh/_new  2018-04-20 17:33:50.869013670 +0200
@@ -21,7 +21,7 @@
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.6
 Name:   limesuite
-Version:18.04.0
+Version:18.04.1
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0
@@ -29,7 +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
-Patch0: limesuite-fix-cmake-path.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gnuplot
@@ -84,7 +83,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-18.04.0.tar.xz -> limesuite-18.04.1.tar.xz ++
/work/SRC/openSUSE:Factory/limesuite/limesuite-18.04.0.tar.xz 
/work/SRC/openSUSE:Factory/.limesuite.new/limesuite-18.04.1.tar.xz differ: char 
25, line 1




commit limesuite for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2018-04-11 13:59:52

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new (New)


Package is "limesuite"

Wed Apr 11 13:59:52 2018 rev:3 rq:594892 version:18.04.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2017-12-21 
11:29:05.108305451 +0100
+++ /work/SRC/openSUSE:Factory/.limesuite.new/limesuite.changes 2018-04-11 
14:02:12.358337752 +0200
@@ -1,0 +2,54 @@
+Mon Apr  9 14:02:26 UTC 2018 - mplus...@suse.com
+
+- Cleanup with spec-cleaner
+
+---
+Fri Apr  6 12:43:21 UTC 2018 - mar...@gmx.de
+
+- Update to version 18.04.0
+  * Fixed Tx filter calibration
+  * Fixed FPGA PLL configuration when B channel is disabled
+  * Fixed non-working controls in LimeSuiteGUI 'TRX Gain' tab
+  * Changed CGEN VCO tune algorithm
+  * LimeSDR-USB v1.4 updated to r2.16 gateware
+- Add patch:
+  * limesuite-fix-cmake-path.patch
+
+- Update to version 18.03.0
+  SoapyLMS changes:
+  * Do not tune NCO when LO is within tuning range
+  * Filter BW reported to match filtersCalibration
+  * Function implementations changed to use same code as LMS API
+  
+  LimeSuiteGUI changes:
+  * Added log levels
+  * Added additional controls to SPI panel
+  * Reduced number of programming modes in Programming panel
+  
+  LimeSuite library changes:
+  * Added LimeSDR-Mini programming
+  * Changed default settings for LimeSDR-Mini
+  * Updated calibrations
+  * Add phase alignment for dual channel configuration
+  * Updated FPGA PLL configuration
+  * Fix B channel only streaming
+  * Fixed LMS7002M::GetPathRFE for LNAH case
+  * Fixed CGEN not tuning to 484-487 MHz
+  
+  LMS API changes:
+  * LMS_Open() can no longer succeed without connecting to hardware
+  * LMS_Disconnect() and LMS_IsOpen() are now deprecated because of above 
change
+  * Changed firmware/gateware programming functions
+  * Changed lms_dev_info_t structure
+  * LMS_SetLOFrequency() now attempts to set different frequencies for A/B 
channels using NCO
+  * Fix Rx NCO direction flip (downconvert flag used to set Rx NCO to 
upconvert)
+  * Disabling LPF is now same as setting it to maximum bandwidth
+  * Extented gain range for LMS_SetGaindB()
+  
+  Other changes:
+  * Reduce SIMD flags when packaging for x86
+  * LimeSDR-USB v1.4 updated to r2.15 gateware
+  * LimeSDR-Mini v1.1 updated to r1.24 gateware
+- Add limesuite-fix-cmake-path.patch
+
+---
@@ -4 +58 @@
-- Update to version 
+- Update to version 17.12.0

Old:

  limesuite-17.12.0.tar.xz

New:

  limesuite-18.04.0.tar.xz
  limesuite-fix-cmake-path.patch



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.wqj2j5/_old  2018-04-11 14:02:13.482297128 +0200
+++ /var/tmp/diff_new_pack.wqj2j5/_new  2018-04-11 14:02:13.486296983 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package limesuite
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,19 +17,19 @@
 #
 
 
-%define sover 17_12-1
+%define sover 18_04-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.6
-
 Name:   limesuite
-Version:17.12.0
+Version:18.04.0
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0
 Group:  Productivity/Hamradio/Other
-Url:https://myriadrf.org/projects/lime-suite/
+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: limesuite-fix-cmake-path.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gnuplot
@@ -84,6 +84,7 @@
 
 %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
@@ -100,7 +101,7 @@
   -DENABLE_SIMD_FLAGS="none" \
 %endif
   -DLIME_SUITE_EXTVER=release
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 %cmake_install
@@ -114,28 +115,26 @@
 %udev_rules_update
 
 %files
-%defattr(-,root,root)
-%doc Changelog.txt COPYING README.md
+%license COPYING
+%doc Changelog.txt README.md
 %{_bindir}/LimeUtil
 %{_bindir}/LimeSuiteGUI
 %dir %{_datadir}/Lime
 %{_datadir}/Lime/Desktop
 
 %files udev
-%defattr(-,root,root)
 

commit limesuite for openSUSE:Factory

2017-12-21 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2017-12-21 11:29:04

Comparing /work/SRC/openSUSE:Factory/limesuite (Old)
 and  /work/SRC/openSUSE:Factory/.limesuite.new (New)


Package is "limesuite"

Thu Dec 21 11:29:04 2017 rev:2 rq:558733 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2017-11-08 
15:10:43.568750216 +0100
+++ /work/SRC/openSUSE:Factory/.limesuite.new/limesuite.changes 2017-12-21 
11:29:05.108305451 +0100
@@ -1,0 +2,17 @@
+Tue Dec 19 21:55:12 UTC 2017 - mar...@gmx.de
+
+- Update to version 
+  SoapyLMS changes:
+  * Force MIMO alignment
+  * Add TBB frontend gain configuration
+  * Fix/adjust gain ranges
+  LMS API changes:
+  * Increased USB timeouts
+  * Updated FTDI library (LimeSDR-Mini on Windows)
+  * RF switch control for LimeSDR-Mini
+  * Updated setup/destruction of streams
+  * various bug fixes
+  LimeSuiteGUI changes:
+  * Update LimeSDR-Mini panel
+
+---

Old:

  limesuite-17.10.0.tar.xz

New:

  limesuite-17.12.0.tar.xz



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.NXkcIq/_old  2017-12-21 11:29:05.860268785 +0100
+++ /var/tmp/diff_new_pack.NXkcIq/_new  2017-12-21 11:29:05.860268785 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package limesuite
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,12 +17,12 @@
 #
 
 
-%define sover 17_10-1
+%define sover 17_12-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.6
 
 Name:   limesuite
-Version:17.10.0
+Version:17.12.0
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0

++ limesuite-17.10.0.tar.xz -> limesuite-17.12.0.tar.xz ++
/work/SRC/openSUSE:Factory/limesuite/limesuite-17.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.limesuite.new/limesuite-17.12.0.tar.xz differ: char 
15, line 1