Accepting request 667157 from home:mnhauke:sdr-devel
- Update to version 1.1.5 * Fixed the Linux build * Updated the IQ correction algorithm; * Updated the version number and copyright dates * Better handling of weak signals in the IQ correction algorithm. OBS-URL: https://build.opensuse.org/request/show/667157 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/airspyhf?expand=0&rev=8
This commit is contained in:
parent
55bd4270c4
commit
bd95877d44
16
_service
16
_service
@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<param name="url">https://github.com/airspy/airspyhf.git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">airspyhf</param>
|
||||
<param name="versionformat">1.1.0+git.%cd</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
</services>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/airspy/airspyhf.git</param>
|
||||
<param name="changesrevision">12de1d5e40223e31f71d59ab07caab81e6c3d733</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef816eab0fa4ab0da7762f0876363f47e1d231e065adf1bc5f1bd97782236fdb
|
||||
size 17624
|
3
airspyhf-1.1.5.tar.gz
Normal file
3
airspyhf-1.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:270c332e16677469d7644053e4905106ef0aa52f0da10fd9f22cca05fe1dd2ef
|
||||
size 21917
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 13:23:28 UTC 2019 - mardnh@gmx.de
|
||||
|
||||
- Update to version 1.1.5
|
||||
* Fixed the Linux build
|
||||
* Updated the IQ correction algorithm;
|
||||
* Updated the version number and copyright dates
|
||||
* Better handling of weak signals in the IQ correction algorithm.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 25 10:44:46 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package airspyhf
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -21,14 +21,14 @@
|
||||
%define airspyhf_group airspyhf
|
||||
%define libname lib%{name}%{sover}
|
||||
Name: airspyhf
|
||||
Version: 1.1.0+git.20180217
|
||||
Version: 1.1.5
|
||||
Release: 0
|
||||
Summary: Support programs for Airspy HF+ SDR
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Hamradio/Other
|
||||
Url: http://www.airspy.com/airspy-hf-plus
|
||||
#Git-Clone: https://github.com/airspy/airspyhf.git
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: https://github.com/airspy/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: airspyhf-fix-libm-linking.patch
|
||||
BuildRequires: cmake >= 2.8
|
||||
BuildRequires: gcc-c++
|
||||
|
Loading…
Reference in New Issue
Block a user