From bd95877d44a26d4fd980a92f4c5711e15f527ddc4ee8f6715c3e9f7b0c36f53c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 21 Jan 2019 16:35:41 +0000 Subject: [PATCH] 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 --- _service | 16 ---------------- _servicedata | 4 ---- airspyhf-1.1.0+git.20180217.tar.xz | 3 --- airspyhf-1.1.5.tar.gz | 3 +++ airspyhf.changes | 9 +++++++++ airspyhf.spec | 6 +++--- 6 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 _service delete mode 100644 _servicedata delete mode 100644 airspyhf-1.1.0+git.20180217.tar.xz create mode 100644 airspyhf-1.1.5.tar.gz diff --git a/_service b/_service deleted file mode 100644 index e1469f3..0000000 --- a/_service +++ /dev/null @@ -1,16 +0,0 @@ - - - https://github.com/airspy/airspyhf.git - master - git - enable - airspyhf - 1.1.0+git.%cd - - - *.tar - xz - - - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index a65367c..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - https://github.com/airspy/airspyhf.git - 12de1d5e40223e31f71d59ab07caab81e6c3d733 \ No newline at end of file diff --git a/airspyhf-1.1.0+git.20180217.tar.xz b/airspyhf-1.1.0+git.20180217.tar.xz deleted file mode 100644 index 98cef82..0000000 --- a/airspyhf-1.1.0+git.20180217.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef816eab0fa4ab0da7762f0876363f47e1d231e065adf1bc5f1bd97782236fdb -size 17624 diff --git a/airspyhf-1.1.5.tar.gz b/airspyhf-1.1.5.tar.gz new file mode 100644 index 0000000..d420786 --- /dev/null +++ b/airspyhf-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270c332e16677469d7644053e4905106ef0aa52f0da10fd9f22cca05fe1dd2ef +size 21917 diff --git a/airspyhf.changes b/airspyhf.changes index c93996c..afc2512 100644 --- a/airspyhf.changes +++ b/airspyhf.changes @@ -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 diff --git a/airspyhf.spec b/airspyhf.spec index c9dc7c1..d7bb0b2 100644 --- a/airspyhf.spec +++ b/airspyhf.spec @@ -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 # # 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++