public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trurl] rawhide: Fix FTBFS with libcurl 8.21.0
@ 2026-08-07 18:59 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-07 18:59 UTC (permalink / raw)
To: git-commits
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
+ }
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 18:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 18:59 [rpms/trurl] rawhide: Fix FTBFS with libcurl 8.21.0 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox