Bug 2333823

Summary: gpsbabel-1.10.0 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: gpsbabelAssignee: Benson Muite <benson_muite>
Status: ASSIGNED --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: rc040203, rhbugs, tdawson, Tom.Rix, tsteven4
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Update to 1.10.0 (#2333823) none

Description Upstream Release Monitoring 2024-12-23 09:32:44 UTC
Releases retrieved: 1.10.0
Upstream release that is considered latest: 1.10.0
Current version/release in rawhide: 1.9.0-7.fc41
URL: http://www.gpsbabel.org/download.html

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/1246/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/gpsbabel

Comment 1 Upstream Release Monitoring 2024-12-23 09:32:48 UTC
Scratch build failed. Details below:

BuilderException: Build failed:
Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-6_phowfh/gpsbabel.spec']' returned non-zero exit status 1.

StdOut:
setting SOURCE_DATE_EPOCH=1734912000
error: Bad file: ./gpsbabel-1.10.0.tar.gz: No such file or directory

RPM build errors:
    Bad file: ./gpsbabel-1.10.0.tar.gz: No such file or directory


Traceback:
  File "/usr/local/lib/python3.12/site-packages/hotness/use_cases/package_scratch_build_use_case.py", line 56, in build
    result = self.builder.build(request.package, request.opts)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 229, in build
    raise BuilderException(

If you think this issue is caused by some bug in the-new-hotness, please report it on the-new-hotness issue tracker: https://github.com/fedora-infra/the-new-hotness/issues

Comment 2 Upstream Release Monitoring 2024-12-23 09:32:50 UTC
Created attachment 2063631 [details]
Update to 1.10.0 (#2333823)

Comment 3 Ralf Corsepius 2024-12-25 10:08:55 UTC
I am not sure, this package can any longer be shipped in Fedora, because I suspect gpsbabel to have begun violating Fedora data privacy rules and EU data privacy laws (GDPR).

The reason for me saying so, is gpsbabel now is assigning a UUID to each user, hence making users trackable and using this UUID in web-calls, transmitting installation details. So far, it's not entirely clear to me what gpsbabel actually does, I still have to investigate a bit more.

Comment 4 tsteven4 2025-02-12 16:18:31 UTC
There weren't any changes to gpsbabel 1.10.0 relating to "using this UUID in web-calls, transmitting installation details".

In the past this functionality has mostly been eliminated by your patch 0002-No-solicitation.patch.  I say mostly because while your patch disables automatic upgrade checks(startupVersionCheck=false) the upgrade menu item is still enabled.  While your patch disables usage statistics(reportStatictics=false) other information could be transmitted if the menu item is manually selected (os, architecture, run count ...)

You could disable the upgrade menu item by adding this to 0002-No-solicitation.patch:
$ git diff mainwindow.cc
diff --git a/gui/mainwindow.cc b/gui/mainwindow.cc
index e0c9ac43..1dfc096e 100644
--- a/gui/mainwindow.cc
+++ b/gui/mainwindow.cc
@@ -222,6 +222,8 @@ MainWindow::MainWindow(QWidget* parent): QMainWindow(parent)
   //--- Restore from registry
   restoreSettings();

+  ui_.actionUpgradeCheck->setEnabled(false);
+
   upgrade = new UpgradeCheck(this, formatList_, babelData_);
   if (babelData_.startupVersionCheck_) {
     upgrade->checkForUpgrade(babelVersion_, babelData_.upgradeCheckTime_,

Comment 5 tsteven4 2025-02-23 17:34:54 UTC
Ralf,
Can you please look at https://github.com/GPSBabel/gpsbabel/pull/1413 and let us know if you have any remaining concerns?
This adds a cmake option to completely remove the upgrade check and statistics reporting.  Currently it applies cleanly on 1.10.0.  If you adopt this PR code as a patch you can retire your 0002-No-solicitation.patch.
Steve

Comment 6 Fedora Admin user for bugzilla script actions 2026-05-20 01:57:44 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 7 Fedora Admin user for bugzilla script actions 2026-06-03 13:11:37 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.