Accepting request 579904 from home:mnhauke:sdr-devel

- Update to version 1.1.0+git.20180217:
  * Updated the version number to 1.1.0
  * Added LNA, ATT, AGC and Threshold settings for the HF tuner.
  * Improved the convergence of the IQ balancer - again.
  * New heuristic for faster convergence in the IQ correction algorithm.
  * Bugfix airspyhf_open_device() with given serial for device identification
  * allow static compilation with definition of 'STATIC_AIRSPYHFPLUS'
  * airspyhf_list_devices accepts NULL as serials pointer to only get the number of devices
  * remove a compile warning under Linux
  * Improved the image rejection algorithm for the Airspy HF+

- Update to version 0.0.0+git.20170930:
  * Fixed enum prefix
  * Added API for user application output pins
  * Added APIs for getting library and firmware version
  * Added API for enumerating multiple devices

OBS-URL: https://build.opensuse.org/request/show/579904
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/airspyhf?expand=0&rev=6
This commit is contained in:
Martin Pluskal 2018-02-25 11:17:21 +00:00 committed by Git OBS Bridge
parent 642d42d542
commit 55bd4270c4
6 changed files with 30 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">airspyhf</param>
<param name="versionformat">0.0.0+git.%cd</param>
<param name="versionformat">1.1.0+git.%cd</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/airspy/airspyhf.git</param>
<param name="changesrevision">4f1467032fea8bed2e672aa265b96897303acea0</param></service></servicedata>
<param name="changesrevision">12de1d5e40223e31f71d59ab07caab81e6c3d733</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:019c60cc79d9a900b9b5300bb178899efeeb200fea25866c96a1d76861226e6a
size 16812

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Feb 25 10:44:46 UTC 2018 - mardnh@gmx.de
- Update to version 1.1.0+git.20180217:
* Updated the version number to 1.1.0
* Added LNA, ATT, AGC and Threshold settings for the HF tuner.
* Improved the convergence of the IQ balancer - again.
* New heuristic for faster convergence in the IQ correction algorithm.
* Bugfix airspyhf_open_device() with given serial for device identification
* allow static compilation with definition of 'STATIC_AIRSPYHFPLUS'
* airspyhf_list_devices accepts NULL as serials pointer to only get the number of devices
* remove a compile warning under Linux
* Improved the image rejection algorithm for the Airspy HF+
-------------------------------------------------------------------
Sat Oct 21 11:29:42 UTC 2017 - mardnh@gmx.de
- Update to version 0.0.0+git.20170930:
* Fixed enum prefix
* Added API for user application output pins
* Added APIs for getting library and firmware version
* Added API for enumerating multiple devices
-------------------------------------------------------------------
Mon Jul 24 23:07:25 UTC 2017 - jengelh@inai.de

View File

@ -1,6 +1,7 @@
#
# spec file for package airspyhf
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -20,7 +21,7 @@
%define airspyhf_group airspyhf
%define libname lib%{name}%{sover}
Name: airspyhf
Version: 0.0.0+git.20170718
Version: 1.1.0+git.20180217
Release: 0
Summary: Support programs for Airspy HF+ SDR
License: BSD-3-Clause