diff --git a/.files b/.files index 270c0a0..7e2774d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 7f365f2..38998e2 100644 --- a/.rev +++ b/.rev @@ -39,4 +39,12 @@ 792920 + + 6eec1188c6da9ae3a93c24e6ee1ad7fe + 1.0.9+git1611947482.70520c9 + + dimstar_suse + + 872786 + diff --git a/.servicemark b/.servicemark new file mode 100644 index 0000000..ee898ba --- /dev/null +++ b/.servicemark @@ -0,0 +1 @@ +f811e20edde8d26282c899ec80c6f8e9 diff --git a/_service b/_service new file mode 100644 index 0000000..3117f9a --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + https://github.com/airspy/airspyone_host.git + master + git + enable + airspy + v(.*) + @PARENT_TAG@+git%ct.%h + + + *.tar + xz + + + airspy + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..e96b0e8 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/airspy/airspyone_host.git + 70520c999eb6612a53def319fc1b044ed1c041d8 \ No newline at end of file diff --git a/airspy-1.0.9+git1611947482.70520c9.tar.xz b/airspy-1.0.9+git1611947482.70520c9.tar.xz new file mode 120000 index 0000000..d00137b --- /dev/null +++ b/airspy-1.0.9+git1611947482.70520c9.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreieqgq5sfjz34pnxplr5kmgd6werdqzcfiqaoeqvyyosmuboresrkm \ No newline at end of file diff --git a/airspy-1.0.9.tar.gz b/airspy-1.0.9.tar.gz deleted file mode 120000 index 37fe6de..0000000 --- a/airspy-1.0.9.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiewp3zfmwlniut3qhyap533shfoypu7lkyurkh6yq3koa63quruzq \ No newline at end of file diff --git a/airspy.changes b/airspy.changes index 6cd3956..d1c686c 100644 --- a/airspy.changes +++ b/airspy.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Feb 15 19:58:34 UTC 2021 - mardnh@gmx.de + +- Update to version v1.0.9+git1611947482.70520c9: + * Removed unnecessary optimization flags from CMakeLists.txt files + * airspy_open_device() bugfix: use the code in airspy_list_device() + * better paramater bound checking for set gain functions + +------------------------------------------------------------------- Fri Apr 10 06:49:46 UTC 2020 - Oliver Kurz - Use ninja as cmake builder for potential speedup diff --git a/airspy.spec b/airspy.spec index afdac7d..00a2957 100644 --- a/airspy.spec +++ b/airspy.spec @@ -1,7 +1,7 @@ # # spec file for package airspy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2014 Wojciech Kazubski, wk@ire.pw.edu.pl # # All modifications and additions to the file contributed by third parties @@ -21,13 +21,14 @@ %define airspy_group airspy %define libname lib%{name}%{sover} Name: airspy -Version: 1.0.9 +Version: 1.0.9+git1611947482.70520c9 Release: 0 Summary: Support programs for Airspy License: GPL-2.0-or-later URL: http://www.airspy.com #Git-Clone: https://github.com/airspy/airspyone_host.git -Source: https://github.com/airspy/airspyone_host/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +#Source: https://github.com/airspy/airspyone_host/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz +Source: %{name}-%{version}.tar.xz BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ BuildRequires: ninja @@ -60,7 +61,7 @@ Requires: %{libname} = %{version} Library headers for airspy driver. %prep -%setup -q -n airspyone_host-%{version} +%setup -q -n airspy-%{version} # HACK: set udev group to airspy sed -i "s/plugdev/airspy/g" airspy-tools/52-airspy.rules @@ -91,7 +92,7 @@ getent group %{airspy_group} >/dev/null || groupadd -r %{airspy_group} %udev_rules_update %files -%defattr(-,root,root) +%license airspy-tools/LICENSE.md %doc README.md %{_bindir}/airspy_gpio %{_bindir}/airspy_gpiodir @@ -103,15 +104,13 @@ getent group %{airspy_group} >/dev/null || groupadd -r %{airspy_group} %{_bindir}/airspy_spiflash %files -n %{libname} -%defattr(-,root,root) +%license libairspy/LICENSE.md %{_libdir}/libairspy.so.* %files udev -%defattr(-,root,root) %{_udevrulesdir}/52-airspy.rules %files devel -%defattr(-,root,root) %{_libdir}/libairspy.so %{_includedir}/libairspy %{_libdir}/pkgconfig/libairspy.pc