Accepting request 511072 from home:mnhauke:sdr-devel
- Fix license - Update to version 0.0.0+git.20170718: * Changed the fallback sample rate to 768 ksps * Added a license file OBS-URL: https://build.opensuse.org/request/show/511072 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/airspyhf?expand=0&rev=2
This commit is contained in:
parent
9a84feddda
commit
a175e5fbb6
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/airspy/airspyhf.git</param>
|
<param name="url">https://github.com/airspy/airspyhf.git</param>
|
||||||
<param name="changesrevision">a0ab4035bbcb92447be0e5abe58520b03868528a</param></service></servicedata>
|
<param name="changesrevision">4f1467032fea8bed2e672aa265b96897303acea0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc2333190885d411849f312fa88862822a2935f0881ed02fed50d586e324f4b8
|
|
||||||
size 16636
|
|
3
airspyhf-0.0.0+git.20170718.tar.xz
Normal file
3
airspyhf-0.0.0+git.20170718.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:019c60cc79d9a900b9b5300bb178899efeeb200fea25866c96a1d76861226e6a
|
||||||
|
size 16812
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 18 07:06:01 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 18 07:05:50 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Fix license
|
||||||
|
- Update to version 0.0.0+git.20170718:
|
||||||
|
* Changed the fallback sample rate to 768 ksps
|
||||||
|
* Added a license file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 17 19:09:58 UTC 2017 - mardnh@gmx.de
|
Mon Jul 17 19:09:58 UTC 2017 - mardnh@gmx.de
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
%define airspyhf_group airspyhf
|
%define airspyhf_group airspyhf
|
||||||
%define libname lib%{name}%{sover}
|
%define libname lib%{name}%{sover}
|
||||||
Name: airspyhf
|
Name: airspyhf
|
||||||
Version: 0.0.0+git.20170716
|
Version: 0.0.0+git.20170718
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Support programs for Airspy HF+ SDR
|
Summary: Support programs for Airspy HF+ SDR
|
||||||
License: BSD-2-Clause or MIT
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Hamradio/Other
|
Group: Productivity/Hamradio/Other
|
||||||
Url: http://www.airspy.com/airspy-hf-plus
|
Url: http://www.airspy.com/airspy-hf-plus
|
||||||
#Git-Clone: https://github.com/airspy/airspyhf.git
|
#Git-Clone: https://github.com/airspy/airspyhf.git
|
||||||
@ -93,10 +93,8 @@ getent group %{airspyhf_group} >/dev/null || groupadd -r %{airspyhf_group}
|
|||||||
%postun udev
|
%postun udev
|
||||||
%udev_rules_update
|
%udev_rules_update
|
||||||
|
|
||||||
%files
|
|
||||||
%doc README.md
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
|
%doc README.md LICENSE
|
||||||
%{_libdir}/libairspyhf.so.*
|
%{_libdir}/libairspyhf.so.*
|
||||||
|
|
||||||
%files udev
|
%files udev
|
||||||
|
Loading…
Reference in New Issue
Block a user