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
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
Created attachment 2063631 [details] Update to 1.10.0 (#2333823)
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.
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_,
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
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.