Accepting request 1033607 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1033607 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=12
This commit is contained in:
commit
056567212a
3
Hamlib-4.5.tar.gz
Normal file
3
Hamlib-4.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ceb0949af1ae94124bfebbee988480b2f75f5b8cbad77654f5e071192cd2c879
|
||||
size 2086752
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bf0107b071f52f08587f38e2dee8a7848de1343435b326f8f66d95e1f8a2487
|
||||
size 2401399
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 19:01:32 UTC 2022 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
||||
|
||||
- Update to version 4.5 (2022-10-30)
|
||||
* New rotator utility https://www.pianetaradio.it/blog/catrotator/
|
||||
* Add FT-710
|
||||
* Add Rohde&Schwartz EK89X receiver
|
||||
* Add Xeigu X5105
|
||||
* Add Gemini DX-1200 HF-1K Amplifiers
|
||||
* Kenwood rigs should now support AI command packets
|
||||
* Add FT-990UNI for older 990 ROMs 1.2 and earlier
|
||||
* Add FT-650
|
||||
* Add get_separator and set_separator and -S option for rigctld -- node-red applicability
|
||||
* Add GRBLTRK rotor project -- two axis rotor
|
||||
* enum meter_level_e is deprecated and will be removed in 4.6
|
||||
* Add SDRPlay SDRUno rig -- can now use Data/Pkt in WSJTX
|
||||
* Add ability to use cat_string to FLRig via the "w" and "W" commands
|
||||
* Add -B/--mapa2b to rigctlcom
|
||||
Allows rigctlcom to map set_freq on VFOA to VFOB instead
|
||||
This will allow CW Skimmer to work with some rigs (e.g. IC7300) using FM
|
||||
mode on VFOA and CW mode on VFOB and split mode transmit on VFOB.
|
||||
Clicking on CW Skimmer will change VFOB instead of VFOA to allow
|
||||
working dxpeditions where the fox is staying on frequency
|
||||
* Add password capability to rigctld via -A switch.
|
||||
rigctld -A will produce a consistent shared key for any
|
||||
specific password that can used in \password and rig_set_password
|
||||
TBD The shared key can also be placed in .hamlib_settings
|
||||
* Asynchronous rig data output handling to support transceive
|
||||
and spectrum data. Mikael, OH3BHX
|
||||
* See new set_conf option async for some Icom rigs
|
||||
* Multicast UDP packet output for asynchronous data. Mikael, OH3BHX
|
||||
* Rig state poll routine to serve commonly used data like frequency
|
||||
and mode from cache. Mikael, OH3BHX
|
||||
* deprecated hamlib_port_t at front of rig_state structure -- new
|
||||
one at end of structure
|
||||
* New rig_send_raw to send/read raw command to rig
|
||||
* New RIG_LEVEL_BAND_SELECT for Yaesu rigs
|
||||
* New rig_get_conf2 to replace rig_get_conf buffer overflow potential
|
||||
* New rot_get_conf2 to reaplce rot_get_conf buffer overflow potential
|
||||
* Added Barrett 4050 -- not functional yet
|
||||
* Added TCI 1.X -- not functional yet
|
||||
* Added TM-V71(A)
|
||||
* Added IC-F8101
|
||||
* Added JRC JST-145 and JST-245
|
||||
* Added Xiegu X108G, G90, and X6100
|
||||
* Added CODAN Envoy and NGS
|
||||
* Added Lab599 TX-500
|
||||
* Added GOMSPACE GS100
|
||||
* Deprecated: rigctl commands \set_trn (A) and \get_trn (a) as
|
||||
they never worked as intended
|
||||
* Deprecated: field rig_caps.transceive and RIG_TRN_* macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 7 07:24:30 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%define sover 4
|
||||
Name: hamlib
|
||||
Version: 4.4
|
||||
Version: 4.5
|
||||
Release: 0
|
||||
Summary: Run-time library to control radio transcievers and receivers
|
||||
License: LGPL-2.1-only
|
||||
Group: Productivity/Hamradio/Other
|
||||
URL: https://hamlib.github.io/
|
||||
Source: https://github.com/Hamlib/Hamlib/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/Hamlib/Hamlib/archive/refs/tags/%{version}.tar.gz#/Hamlib-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE hamlib-3.0-perl_install.patch -- patch from Fedora
|
||||
Patch0: hamlib-3.0-perl_install.patch
|
||||
BuildRequires: fdupes
|
||||
@ -113,7 +113,7 @@ Hamlib provide a programming interface for controlling radios and
|
||||
other shack hardware.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n Hamlib-%{version}
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Loading…
x
Reference in New Issue
Block a user