Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package QLog for openSUSE:Factory checked in at 2025-04-22 17:26:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/QLog (Old) and /work/SRC/openSUSE:Factory/.QLog.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "QLog" Tue Apr 22 17:26:58 2025 rev:3 rq:1271054 version:0.43.1 Changes: -------- --- /work/SRC/openSUSE:Factory/QLog/QLog.changes 2025-04-07 17:36:56.289629330 +0200 +++ /work/SRC/openSUSE:Factory/.QLog.new.30101/QLog.changes 2025-04-22 17:27:27.841018757 +0200 @@ -1,0 +2,7 @@ +Sun Apr 20 08:39:13 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- Update to version 0.43.1: + * Fix click on PHONE DX Spots setting wrong mode + * Fix no freq via Omnirig for IC7400 + +------------------------------------------------------------------- Old: ---- QLog-0.43.0.obscpio New: ---- QLog-0.43.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QLog.spec ++++++ --- /var/tmp/diff_new_pack.GtQw9j/_old 2025-04-22 17:27:28.701054872 +0200 +++ /var/tmp/diff_new_pack.GtQw9j/_new 2025-04-22 17:27:28.701054872 +0200 @@ -17,7 +17,7 @@ Name: QLog -Version: 0.43.0 +Version: 0.43.1 Release: 0 Summary: Amateur radio logbook software License: GPL-3.0-or-later ++++++ QLog-0.43.0.obscpio -> QLog-0.43.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/.github/workflows/c-cpp.yml new/QLog-0.43.1/.github/workflows/c-cpp.yml --- old/QLog-0.43.0/.github/workflows/c-cpp.yml 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/.github/workflows/c-cpp.yml 2025-04-19 10:07:05.000000000 +0200 @@ -13,7 +13,7 @@ name: Ubuntu CI QT5 strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] + os: [ubuntu-22.04, ubuntu-24.04] runs-on: ${{ matrix.os }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/Changelog new/QLog-0.43.1/Changelog --- old/QLog-0.43.0/Changelog 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/Changelog 2025-04-19 10:07:05.000000000 +0200 @@ -1,3 +1,7 @@ +2025/04/19 - 0.43.1 +- Fixed Click on PHONE DX Spots sets wrong mode (issue #453) +- Fixed No freq via Omnirig for IC7400 (issue #639) + 2025/04/04 - 0.43.0 - [NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh) - [NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/QLog.pro new/QLog-0.43.1/QLog.pro --- old/QLog-0.43.0/QLog.pro 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/QLog.pro 2025-04-19 10:07:05.000000000 +0200 @@ -10,7 +10,7 @@ TARGET = qlog TEMPLATE = app -VERSION = 0.43.0 +VERSION = 0.43.1 DEFINES += VERSION=\\\"$$VERSION\\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/debian/changelog new/QLog-0.43.1/debian/changelog --- old/QLog-0.43.0/debian/changelog 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/debian/changelog 2025-04-19 10:07:05.000000000 +0200 @@ -1,3 +1,9 @@ +qlog (0.43.1-1) UNRELEASED; urgency=low + * Fixed Click on PHONE DX Spots sets wrong mode (issue #453) + * Fixed No freq via Omnirig for IC7400 (issue #639) + + -- foldynl <fold...@gmail.com> Sat, 19 Apr 2025 10:05:24 +0200 + qlog (0.43.0-1) UNRELEASED; urgency=low * [NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh) * [NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/installer/config/config.xml new/QLog-0.43.1/installer/config/config.xml --- old/QLog-0.43.0/installer/config/config.xml 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/installer/config/config.xml 2025-04-19 10:07:05.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <Installer> <Name>QLog</Name> - <Version>0.43.0</Version> + <Version>0.43.1</Version> <Title>QLog</Title> <Publisher>OK1MLG</Publisher> <StartMenuDir>QLog</StartMenuDir> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/installer/packages/de.dl2ic.qlog/meta/package.xml new/QLog-0.43.1/installer/packages/de.dl2ic.qlog/meta/package.xml --- old/QLog-0.43.0/installer/packages/de.dl2ic.qlog/meta/package.xml 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/installer/packages/de.dl2ic.qlog/meta/package.xml 2025-04-19 10:07:05.000000000 +0200 @@ -2,8 +2,8 @@ <Package> <DisplayName>QLog</DisplayName> <Description>The QLog main application.</Description> - <Version>0.43.0-1</Version> - <ReleaseDate>2025-04-04</ReleaseDate> + <Version>0.43.1-1</Version> + <ReleaseDate>2025-04-19</ReleaseDate> <Default>true</Default> <Required>true</Required> <Script>installscript.qs</Script> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/res/io.github.foldynl.QLog.metainfo.xml new/QLog-0.43.1/res/io.github.foldynl.QLog.metainfo.xml --- old/QLog-0.43.0/res/io.github.foldynl.QLog.metainfo.xml 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/res/io.github.foldynl.QLog.metainfo.xml 2025-04-19 10:07:05.000000000 +0200 @@ -50,6 +50,14 @@ <url type="vcs-browser">https://github.com/foldynl/QLog</url> <url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url> <releases> + <release version="0.43.1" date="2025-04-19"> + <description> + <ul> + <li>Fixed Click on PHONE DX Spots sets wrong mode (issue #453)</li> + <li>Fixed No freq via Omnirig for IC7400 (issue #639)</li> + </ul> + </description> + </release> <release version="0.43.0" date="2025-04-04"> <description> <ul> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/rig/drivers/OmnirigRigDrv.cpp new/QLog-0.43.1/rig/drivers/OmnirigRigDrv.cpp --- old/QLog-0.43.0/rig/drivers/OmnirigRigDrv.cpp 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/rig/drivers/OmnirigRigDrv.cpp 2025-04-19 10:07:05.000000000 +0200 @@ -559,7 +559,7 @@ else { qCDebug(runtime) << "Getting Generic VFO Freq"; - rig->Freq(); + vfo_freq = rig->Freq(); }; qCDebug(runtime) << "Rig Freq: "<< vfo_freq; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/rig/drivers/Omnirigv2RigDrv.cpp new/QLog-0.43.1/rig/drivers/Omnirigv2RigDrv.cpp --- old/QLog-0.43.0/rig/drivers/Omnirigv2RigDrv.cpp 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/rig/drivers/Omnirigv2RigDrv.cpp 2025-04-19 10:07:05.000000000 +0200 @@ -568,7 +568,7 @@ else { qCDebug(runtime) << "Getting Generic VFO Freq"; - rig->Freq(); + vfo_freq = rig->Freq(); }; qCDebug(runtime) << "Rig Freq: "<< vfo_freq; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/rpm_spec/qlog.spec new/QLog-0.43.1/rpm_spec/qlog.spec --- old/QLog-0.43.0/rpm_spec/qlog.spec 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/rpm_spec/qlog.spec 2025-04-19 10:07:05.000000000 +0200 @@ -42,6 +42,10 @@ %{_metainfodir}/* %changelog +* Sat Apr 19 2025 Ladislav Foldyna - 0.43.1-1 +- Fixed Click on PHONE DX Spots sets wrong mode (issue #453) +- Fixed No freq via Omnirig for IC7400 (issue #639) + * Fri Apr 4 2025 Ladislav Foldyna - 0.43.0-1 - [NEW] - Added support to receive QSOs from CSN SAT Device (PR #610 @aa5sh) - [NEW] - Bandmap - Multiple independent bandmap windows (PR #593 @kyleboyle @foldynl) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QLog-0.43.0/ui/NewContactWidget.cpp new/QLog-0.43.1/ui/NewContactWidget.cpp --- old/QLog-0.43.0/ui/NewContactWidget.cpp 2025-04-04 14:19:59.000000000 +0200 +++ new/QLog-0.43.1/ui/NewContactWidget.cpp 2025-04-19 10:07:05.000000000 +0200 @@ -2748,6 +2748,13 @@ return; } + frequency = ( frequency > 0.0 ) ? frequency : ui->freqRXEdit->value(); + + // Fix #453 + // it is necessary to have the sequence of Set Freq and Set Mode. + // Otherwise it may happen that the mode is not set correctly on the Rig + ui->freqRXEdit->setValue(frequency); + if ( frequency > 0.0 ) { QString subMode; @@ -2782,12 +2789,7 @@ emit userModeChanged(VFO1, QString(), mode, subMode, bandwidthFilter); } } - else - { - frequency = ui->freqRXEdit->value(); - } - ui->freqRXEdit->setValue(frequency); resetContact(); changeCallsignManually(spot.callsign, frequency); ++++++ QLog.obsinfo ++++++ --- /var/tmp/diff_new_pack.GtQw9j/_old 2025-04-22 17:27:29.465086956 +0200 +++ /var/tmp/diff_new_pack.GtQw9j/_new 2025-04-22 17:27:29.469087123 +0200 @@ -1,5 +1,5 @@ name: QLog -version: 0.43.0 -mtime: 1743769199 -commit: 8f9c75894a8602717cce34601775bce5157bb80d +version: 0.43.1 +mtime: 1745050025 +commit: c0cb3f1e1b975af2017a22f5013cc196564f91c6 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GtQw9j/_old 2025-04-22 17:27:29.489087964 +0200 +++ /var/tmp/diff_new_pack.GtQw9j/_new 2025-04-22 17:27:29.489087964 +0200 @@ -5,7 +5,7 @@ <param name="changesgenerate">enable</param> <param name="filename">QLog</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">v0.43.0</param> + <param name="revision">v0.43.1</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.GtQw9j/_old 2025-04-22 17:27:29.509088803 +0200 +++ /var/tmp/diff_new_pack.GtQw9j/_new 2025-04-22 17:27:29.513088971 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/foldynl/QLog.git</param> - <param name="changesrevision">8f9c75894a8602717cce34601775bce5157bb80d</param> + <param name="changesrevision">c0cb3f1e1b975af2017a22f5013cc196564f91c6</param> </service> </servicedata> (No newline at EOF)