public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/trurl] rawhide: Fix FTBFS with libcurl 8.21.0
Date: Fri, 07 Aug 2026 18:59:26 GMT	[thread overview]
Message-ID: <178612916603.1.2037434404951092145.rpms-trurl-9a215dfe502b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/trurl
Branch : rawhide
Commit : 9a215dfe502b25c19ce568faacbb4d6244a219bf
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-07-26T00:43:46-03:00
Stats  : +56/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/trurl/c/9a215dfe502b25c19ce568faacbb4d6244a219bf?branch=rawhide

Log:
Fix FTBFS with libcurl 8.21.0

---
diff --git a/trurl.spec b/trurl.spec
index 5411646..1e2d31a 100644
--- a/trurl.spec
+++ b/trurl.spec
@@ -16,8 +16,8 @@ Patch:          uppercase-hex.patch
 # https://github.com/curl/trurl/issues/430
 Patch:          fix-discarded-qualifiers.patch
 
-BuildRequires:  make
 BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  python3-devel
 

diff --git a/uppercase-hex.patch b/uppercase-hex.patch
index 06b6e5a..1a8b463 100644
--- a/uppercase-hex.patch
+++ b/uppercase-hex.patch
@@ -1,7 +1,16 @@
 diff --git a/tests.json b/tests.json
-index 891271c..d0f4a0b 100644
+index 891271c..201b177 100644
 --- a/tests.json
 +++ b/tests.json
+@@ -474,7 +474,7 @@
+             ]
+         },
+         "expected": {
+-            "stdout": "https://example.com/#.a%13%fa\n",
++            "stdout": "https://example.com/#.a%13%FA\n",
+             "stderr": "",
+             "returncode": 0
+         }
 @@ -703,7 +703,7 @@
              ]
          },
@@ -70,6 +79,15 @@ index 891271c..d0f4a0b 100644
              "returncode": 0,
              "stderr": ""
          }
+@@ -2812,7 +2812,7 @@
+             ]
+         },
+         "expected": {
+-            "stdout": "https://example.com/one/tao/%2fB/\n",
++            "stdout": "https://example.com/one/tao/%2FB/\n",
+             "stderr": "",
+             "returncode": 0
+         }
 @@ -2826,7 +2826,7 @@
              ]
          },
@@ -79,3 +97,39 @@ index 891271c..d0f4a0b 100644
              "stderr": "",
              "returncode": 0
          }
+@@ -2992,7 +2992,7 @@
+             ]
+         },
+         "expected": {
+-            "stdout": "http://example.com/?a=%5d\n",
++            "stdout": "http://example.com/?a=%5D\n",
+             "stderr": "",
+             "returncode": 0
+         }
+@@ -3004,7 +3004,7 @@
+             ]
+         },
+         "expected": {
+-            "stdout": "http://example.com/?a=%5d&b=%5d\n",
++            "stdout": "http://example.com/?a=%5D&b=%5D\n",
+             "stderr": "",
+             "returncode": 0
+         }
+@@ -3016,7 +3016,7 @@
+             ]
+         },
+         "expected": {
+-            "stdout": "sftp://user:pwd%3bgiraffe@odd/\n",
++            "stdout": "sftp://user:pwd%3Bgiraffe@odd/\n",
+             "stderr": "",
+             "returncode": 0
+         }
+@@ -3056,7 +3056,7 @@
+             ]
+         },
+         "expected": {
+-            "stdout": "pwd%3bgiraffe\n",
++            "stdout": "pwd%3Bgiraffe\n",
+             "stderr": "",
+             "returncode": 0
+         }

                 reply	other threads:[~2026-08-07 18:59 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=178612916603.1.2037434404951092145.rpms-trurl-9a215dfe502b@fedoraproject.org \
    --to=rosset.filipe@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