Hello community,

here is the log from the commit of package airspyhf for openSUSE:Factory 
checked in at 2019-02-28 21:38:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/airspyhf (Old)
 and      /work/SRC/openSUSE:Factory/.airspyhf.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "airspyhf"

Thu Feb 28 21:38:16 2019 rev:3 rq:669030 version:1.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/airspyhf/airspyhf.changes        2018-02-26 
23:25:13.950160317 +0100
+++ /work/SRC/openSUSE:Factory/.airspyhf.new.28833/airspyhf.changes     
2019-02-28 21:38:18.849641870 +0100
@@ -1,0 +2,14 @@
+Sun Jan 27 22:57:09 UTC 2019 - Wojciech Kazubski <w...@ire.pw.edu.pl>
+
+- fix build for Leap 42.3
+
+-------------------------------------------------------------------
+Sat Jan 19 13:23:28 UTC 2019 - mar...@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.
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  airspyhf-1.1.0+git.20180217.tar.xz

New:
----
  airspyhf-1.1.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ airspyhf.spec ++++++
--- /var/tmp/diff_new_pack.LRHdVk/_old  2019-02-28 21:38:19.333641718 +0100
+++ /var/tmp/diff_new_pack.LRHdVk/_new  2019-02-28 21:38:19.337641716 +0100
@@ -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 <mar...@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++
@@ -73,6 +73,9 @@
 
 %build
 %cmake \
+%if 0%{?suse_version} < 1330
+    -DCMAKE_C_FLAGS=-std=c99 \
+%endif
   -DINSTALL_UDEV_RULES=ON
 make %{?_smp_mflags}
 


Reply via email to