From 4cfc4b4f896189b03550e4367ee0452756d265b5fa539202cc7a51d4c1d9204f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 27 Dec 2022 09:41:40 +0000 Subject: [PATCH] Accepting request 1045463 from home:wkazubski:test:science - Update to version 4.5.2 (2022-12-23) * Fix PowerSDR ability to do commands while powered off * Fix TX-500 operations * Fix FTDX5000 to return to MIC input on closing * Fix rig.c calling rig_get_mode when backend does not have get_mode * Fix kenwood_ts890_get_level * Add Prosistel D elevation CBOX az to fix problem with azimuth control * Fix FT736R gpredict usage by adding cached get_freq * Fix get_powerstat problem with Log4OM/Flex and others * Fix -R option to not need argument * Fix -R option to close rig on last rigctld client disconnect * Add FTDX1200 to rigs that need to ensure PTT is off before changing frequency * Add --disable-parallel configure option for mingw builds on Linux OBS-URL: https://build.opensuse.org/request/show/1045463 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=33 --- Hamlib-4.5.1.tar.gz | 3 --- Hamlib-4.5.2.tar.gz | 3 +++ hamlib.changes | 19 +++++++++++++++++++ hamlib.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 Hamlib-4.5.1.tar.gz create mode 100644 Hamlib-4.5.2.tar.gz diff --git a/Hamlib-4.5.1.tar.gz b/Hamlib-4.5.1.tar.gz deleted file mode 100644 index 8eb2457..0000000 --- a/Hamlib-4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:befd97d38382e02cdc9a91f400b8a5230d2968d9acc6c78090b413c7a911a83f -size 2118178 diff --git a/Hamlib-4.5.2.tar.gz b/Hamlib-4.5.2.tar.gz new file mode 100644 index 0000000..09761af --- /dev/null +++ b/Hamlib-4.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba56851b964fad628c11ba33ff8b7642f054d7b210c69e7eb115aa5088a70716 +size 2119473 diff --git a/hamlib.changes b/hamlib.changes index d52a4b1..1344e0b 100644 --- a/hamlib.changes +++ b/hamlib.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Dec 27 08:52:30 UTC 2022 - Wojciech Kazubski + +- Update to version 4.5.2 (2022-12-23) + * Fix PowerSDR ability to do commands while powered off + * Fix TX-500 operations + * Fix FTDX5000 to return to MIC input on closing + * Fix rig.c calling rig_get_mode when backend does not have get_mode + * Fix kenwood_ts890_get_level + * Add Prosistel D elevation CBOX az to fix problem with azimuth + control + * Fix FT736R gpredict usage by adding cached get_freq + * Fix get_powerstat problem with Log4OM/Flex and others + * Fix -R option to not need argument + * Fix -R option to close rig on last rigctld client disconnect + * Add FTDX1200 to rigs that need to ensure PTT is off before + changing frequency + * Add --disable-parallel configure option for mingw builds on Linux + ------------------------------------------------------------------- Fri Dec 9 22:06:30 UTC 2022 - Wojciech Kazubski diff --git a/hamlib.spec b/hamlib.spec index 5baf8be..3ddb4d0 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -18,7 +18,7 @@ %define sover 4 Name: hamlib -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: Run-time library to control radio transcievers and receivers License: LGPL-2.1-only