Hello community, here is the log from the commit of package airspyhf for openSUSE:Factory checked in at 2020-04-10 23:53:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/airspyhf (Old) and /work/SRC/openSUSE:Factory/.airspyhf.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "airspyhf" Fri Apr 10 23:53:34 2020 rev:5 rq:792866 version:1.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/airspyhf/airspyhf.changes 2019-11-06 13:51:27.403854027 +0100 +++ /work/SRC/openSUSE:Factory/.airspyhf.new.3248/airspyhf.changes 2020-04-10 23:54:17.044744167 +0200 @@ -1,0 +2,8 @@ +Thu Apr 9 18:11:02 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 1.6.8 + * add airspyhf_* tools +- Update patch + * libairspyhf/src/CMakeLists.txt + +------------------------------------------------------------------- Old: ---- airspyhf-1.1.5.tar.gz New: ---- airspyhf-1.6.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ airspyhf.spec ++++++ --- /var/tmp/diff_new_pack.gQ1keK/_old 2020-04-10 23:54:17.608744581 +0200 +++ /var/tmp/diff_new_pack.gQ1keK/_new 2020-04-10 23:54:17.608744581 +0200 @@ -1,7 +1,7 @@ # # spec file for package airspyhf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2017, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -21,11 +21,11 @@ %define airspyhf_group airspyhf %define libname lib%{name}%{sover} Name: airspyhf -Version: 1.1.5 +Version: 1.6.8 Release: 0 Summary: Support programs for Airspy HF+ SDR License: BSD-3-Clause -Url: http://www.airspy.com/airspy-hf-plus +URL: http://www.airspy.com/airspy-hf-plus #Git-Clone: https://github.com/airspy/airspyhf.git Source: https://github.com/airspy/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: airspyhf-fix-libm-linking.patch @@ -93,6 +93,13 @@ %postun udev %udev_rules_update +%files +%{_bindir}/airspyhf_calibrate +%{_bindir}/airspyhf_gpio +%{_bindir}/airspyhf_info +%{_bindir}/airspyhf_lib_version +%{_bindir}/airspyhf_rx + %files -n %{libname} %doc README.md LICENSE %{_libdir}/libairspyhf.so.* ++++++ airspyhf-1.1.5.tar.gz -> airspyhf-1.6.8.tar.gz ++++++ ++++ 2887 lines of diff (skipped) ++++++ airspyhf-fix-libm-linking.patch ++++++ --- /var/tmp/diff_new_pack.gQ1keK/_old 2020-04-10 23:54:17.696744646 +0200 +++ /var/tmp/diff_new_pack.gQ1keK/_new 2020-04-10 23:54:17.696744646 +0200 @@ -1,13 +1,13 @@ diff --git a/libairspyhf/src/CMakeLists.txt b/libairspyhf/src/CMakeLists.txt -index 2ab698b..21be9ed 100644 +index 9d8d483..da1f966 100644 --- a/libairspyhf/src/CMakeLists.txt +++ b/libairspyhf/src/CMakeLists.txt -@@ -63,7 +63,7 @@ set_target_properties(airspyhf PROPERTIES CLEAN_DIRECT_OUTPUT 1) +@@ -58,7 +58,7 @@ set_target_properties(airspyhf PROPERTIES CLEAN_DIRECT_OUTPUT 1) set_target_properties(airspyhf-static PROPERTIES CLEAN_DIRECT_OUTPUT 1) # Dependencies -target_link_libraries(airspyhf ${LIBUSB_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) +target_link_libraries(airspyhf ${LIBUSB_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} m) - + # For cygwin just force UNIX OFF and WIN32 ON if( ${CYGWIN} )
