public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cqrlog] rawhide: Fix change in clublog url.
@ 2026-07-08  1:19 Richard Shaw
  0 siblings, 0 replies; only message in thread
From: Richard Shaw @ 2026-07-08  1:19 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cqrlog
Branch : rawhide
Commit : 6733fbe9d890acfa9a54d627ccb8a24757ba4cd9
Author : Richard Shaw <hobbes1069@gmail.com>
Date   : 2026-07-07T20:19:18-05:00
Stats  : +32/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/cqrlog/c/6733fbe9d890acfa9a54d627ccb8a24757ba4cd9?branch=rawhide

Log:
Fix change in clublog url.

---
diff --git a/cqrlog-clublog.patch b/cqrlog-clublog.patch
new file mode 100644
index 0000000..145313c
--- /dev/null
+++ b/cqrlog-clublog.patch
@@ -0,0 +1,27 @@
+diff -ur cqrlog-2.5.2.original/help/h1.html cqrlog-2.5.2/help/h1.html
+--- cqrlog-2.5.2.original/help/h1.html	2021-02-12 11:24:42.000000000 -0500
++++ cqrlog-2.5.2/help/h1.html	2026-07-07 18:31:41.932470059 -0400
+@@ -708,7 +708,7 @@
+     <img src="img/h1114b.png"><br><br>
+     <a name=ch7><h2><strong>Online log upload support</strong></h2></a>
+     CQRLOG supports online log upload to <a href="http://HamQTH.com">HamQTH</a>,
+-    <a href="https://secure.clublog.org/loginform.php">ClubLog.org</a> and
++    <a href="https://clublog.org/loginform.php">ClubLog.org</a> and
+     <a href="http://hrdlog.net/">HRDLOG.net</a><br>
+     <img src="img/h1116.png"><br><br>
+     Both ClubLog and HamQTH need a username and password, Clublog also needs the email address
+diff -ur cqrlog-2.5.2.original/src/dLogUpload.pas cqrlog-2.5.2/src/dLogUpload.pas
+--- cqrlog-2.5.2.original/src/dLogUpload.pas	2021-02-12 11:24:42.000000000 -0500
++++ cqrlog-2.5.2/src/dLogUpload.pas	2026-07-07 18:32:03.844976966 -0400
+@@ -598,9 +598,9 @@
+     upHamQTH  : Result := 'http://www.hamqth.com/qso_realtime.php';
+     upClubLog : begin
+                   if (cmd='DELETE') then
+-                    Result := 'https://secure.clublog.org/delete.php'
++                    Result := 'https://clublog.org/delete.php'
+                   else
+-                    Result := 'https://secure.clublog.org/realtime.php'
++                    Result := 'https://clublog.org/realtime.php'
+                 end;
+     upHrdLog  : Result := 'http://robot.hrdlog.net/NewEntry.aspx'
+   end //case

diff --git a/cqrlog.spec b/cqrlog.spec
index 1bb9599..1cd2447 100644
--- a/cqrlog.spec
+++ b/cqrlog.spec
@@ -1,6 +1,6 @@
 Name:		cqrlog
 Version:	2.5.2
-Release:	23%{?dist}
+Release:	24%{?dist}
 Summary:	An amateur radio contact logging program
 
 # Automatically converted from old format: GPLv2 - review is highly recommended.
@@ -14,6 +14,7 @@ Patch1:         cqrlog-desktop.patch
 
 # Fix build failure with FPC 3.2.4 (some symbols were moved around in RTL)
 Patch2:         cqrlog-fpc-3.2.4.patch
+Patch3:         cqrlog-clublog.patch
 
 ExclusiveArch:  %{fpc_arches}
 
@@ -104,6 +105,9 @@ appstream-util validate-relax --nonet \
 
 
 %changelog
+* Wed Jul 08 2026 Richard Shaw <hobbes1069@gmail.com> - 2.5.2-24
+- Fix change in clublog url.
+
 * Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2.5.2-23
 - Rebuilt for openssl 4.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-08  1:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08  1:19 [rpms/cqrlog] rawhide: Fix change in clublog url Richard Shaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox