From eb759169c087a99608bd6ad3c78d8134d948ac5f139a913bc1a8227d6df7af74 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sat, 10 Dec 2022 16:44:38 +0000 Subject: [PATCH] Accepting request 1041961 from home:wkazubski:test:science - Update to version 4.5.1 (2022-12-08) * FT2000, FTDX3000/D, FT891, FT991, FT950, FTDX5000 now set CAT TOT to 100ms * Add missing NB2 setting to FT-950, FTDX-1200, FTDX-3000, FTDX-5000, FTDX-9000 * Add missing meter reading to TS-890S -- thanks to Geore Baltz N3GB * Fix FT736 VFOB freq and mode set * Added send_raw to rigctl -- see rigctl man page * Fix AGC Level dumpcaps on most rigs * Fix rig_send_raw to return bytes read, fill buffer, and also work with fixed length response/null terminator * Change all Kenwood rigs to 500ms serial timeout * Fix dumpcaps filter printout to only show declared filters * Fix triggering PTT on XGComms device on Linux * Fix level_gran in all rigs * Add RIG_FUNC_TUNER to flrig.c * Fix FT-991 level_gran (needs to be done for lots of rigs) * Fix man page rigctl to show units for LEVEL items * Fix Flex6xxx if_len * Fix FLRig set_ptt * Fix missing KEYSPD to TS890 * rigctl 'W' command can now use a singled char terminator like ; that allows for variable length responses with no timeout -- e.g. WFA; ; * New RIG_LEVEL_USB_AF to control audio gain from rig to computer -- to allow AGC function in software using RF and USB_AF * Add RIG_LEVEL_AGC_TIME to allow AGC/OFF to be set for IC-7300, IC-9700, IC-705 * Add RIG_FUNC_OVF_STATUS to get overflow status for IC-7300, IC-9700, IC-705, and IC-R8600 OBS-URL: https://build.opensuse.org/request/show/1041961 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=31 --- Hamlib-4.5.1.tar.gz | 3 +++ Hamlib-4.5.tar.gz | 3 --- hamlib.changes | 34 ++++++++++++++++++++++++++++++++++ hamlib.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 Hamlib-4.5.1.tar.gz delete mode 100644 Hamlib-4.5.tar.gz diff --git a/Hamlib-4.5.1.tar.gz b/Hamlib-4.5.1.tar.gz new file mode 100644 index 0000000..8eb2457 --- /dev/null +++ b/Hamlib-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befd97d38382e02cdc9a91f400b8a5230d2968d9acc6c78090b413c7a911a83f +size 2118178 diff --git a/Hamlib-4.5.tar.gz b/Hamlib-4.5.tar.gz deleted file mode 100644 index cac79da..0000000 --- a/Hamlib-4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceb0949af1ae94124bfebbee988480b2f75f5b8cbad77654f5e071192cd2c879 -size 2086752 diff --git a/hamlib.changes b/hamlib.changes index 89e9371..d52a4b1 100644 --- a/hamlib.changes +++ b/hamlib.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Dec 9 22:06:30 UTC 2022 - Wojciech Kazubski + +- Update to version 4.5.1 (2022-12-08) + * FT2000, FTDX3000/D, FT891, FT991, FT950, FTDX5000 now set CAT TOT + to 100ms + * Add missing NB2 setting to FT-950, FTDX-1200, FTDX-3000, FTDX-5000, + FTDX-9000 + * Add missing meter reading to TS-890S -- thanks to Geore Baltz N3GB + * Fix FT736 VFOB freq and mode set + * Added send_raw to rigctl -- see rigctl man page + * Fix AGC Level dumpcaps on most rigs + * Fix rig_send_raw to return bytes read, fill buffer, and also work + with fixed length response/null terminator + * Change all Kenwood rigs to 500ms serial timeout + * Fix dumpcaps filter printout to only show declared filters + * Fix triggering PTT on XGComms device on Linux + * Fix level_gran in all rigs + * Add RIG_FUNC_TUNER to flrig.c + * Fix FT-991 level_gran (needs to be done for lots of rigs) + * Fix man page rigctl to show units for LEVEL items + * Fix Flex6xxx if_len + * Fix FLRig set_ptt + * Fix missing KEYSPD to TS890 + * rigctl 'W' command can now use a singled char terminator like ; + that allows for variable length responses with no timeout -- + e.g. WFA; ; + * New RIG_LEVEL_USB_AF to control audio gain from rig to computer + -- to allow AGC function in software using RF and USB_AF + * Add RIG_LEVEL_AGC_TIME to allow AGC/OFF to be set for IC-7300, + IC-9700, IC-705 + * Add RIG_FUNC_OVF_STATUS to get overflow status for IC-7300, + IC-9700, IC-705, and IC-R8600 + ------------------------------------------------------------------- Thu Nov 3 19:01:32 UTC 2022 - Wojciech Kazubski diff --git a/hamlib.spec b/hamlib.spec index d3b780a..5baf8be 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -18,7 +18,7 @@ %define sover 4 Name: hamlib -Version: 4.5 +Version: 4.5.1 Release: 0 Summary: Run-time library to control radio transcievers and receivers License: LGPL-2.1-only