public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Richard Shaw <hobbes1069@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cqrlog] f44: Fix change in clublog url.
Date: Wed, 08 Jul 2026 01:58:35 GMT	[thread overview]
Message-ID: <178347591562.1.16823626467656589760.rpms-cqrlog-6733fbe9d890@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cqrlog
Branch : f44
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=f44

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
 

                 reply	other threads:[~2026-07-08  1:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178347591562.1.16823626467656589760.rpms-cqrlog-6733fbe9d890@fedoraproject.org \
    --to=hobbes1069@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox