diff --git a/.files b/.files index 7e2774d..172b910 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 38998e2..212a09d 100644 --- a/.rev +++ b/.rev @@ -47,4 +47,12 @@ 872786 + + 65289d2937e86c861aaf7978e0af8cc3 + 1.0.10 + + dimstar_suse + + 888367 + diff --git a/.servicemark b/.servicemark deleted file mode 100644 index ee898ba..0000000 --- a/.servicemark +++ /dev/null @@ -1 +0,0 @@ -f811e20edde8d26282c899ec80c6f8e9 diff --git a/_service b/_service deleted file mode 100644 index 3117f9a..0000000 --- a/_service +++ /dev/null @@ -1,19 +0,0 @@ - - - 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 deleted file mode 100644 index e96b0e8..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - https://github.com/airspy/airspyone_host.git - 70520c999eb6612a53def319fc1b044ed1c041d8 \ No newline at end of file diff --git a/airspy-1.0.10.tar.gz b/airspy-1.0.10.tar.gz new file mode 120000 index 0000000..bc68ede --- /dev/null +++ b/airspy-1.0.10.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreih4zirzche2twtrz27p725hbdcz2hleahxmn2zn246k4nny5i6gcm \ 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 deleted file mode 120000 index d00137b..0000000 --- a/airspy-1.0.9+git1611947482.70520c9.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreieqgq5sfjz34pnxplr5kmgd6werdqzcfiqaoeqvyyosmuboresrkm \ No newline at end of file diff --git a/airspy.changes b/airspy.changes index d1c686c..e0024f2 100644 --- a/airspy.changes +++ b/airspy.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Apr 25 10:10:02 UTC 2021 - Martin Hauke + +- Update to release 1.0.10 + * no user visible changes since v1.0.9+git1611947482.70520c9 + +------------------------------------------------------------------- Mon Feb 15 19:58:34 UTC 2021 - mardnh@gmx.de - Update to version v1.0.9+git1611947482.70520c9: diff --git a/airspy.spec b/airspy.spec index 00a2957..7e2b298 100644 --- a/airspy.spec +++ b/airspy.spec @@ -21,14 +21,13 @@ %define airspy_group airspy %define libname lib%{name}%{sover} Name: airspy -Version: 1.0.9+git1611947482.70520c9 +Version: 1.0.10 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: %{name}-%{version}.tar.xz +Source: https://github.com/airspy/airspyone_host/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ BuildRequires: ninja @@ -61,7 +60,7 @@ Requires: %{libname} = %{version} Library headers for airspy driver. %prep -%setup -q -n airspy-%{version} +%setup -q -n airspyone_host-%{version} # HACK: set udev group to airspy sed -i "s/plugdev/airspy/g" airspy-tools/52-airspy.rules