public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel@seyman.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-WWW-Curl] epel10: Adapt to curl 8.13.0 (#2354525)
Date: Sun, 02 Aug 2026 10:05:26 GMT [thread overview]
Message-ID: <178566512644.1.4910880880307512949.rpms-perl-WWW-Curl-5b30308c8d88@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-WWW-Curl
Branch : epel10
Commit : 5b30308c8d8870c5c37f3f4d35c9faba955ed8b5
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2025-05-05T00:17:37+02:00
Stats : +18/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/perl-WWW-Curl/c/5b30308c8d8870c5c37f3f4d35c9faba955ed8b5?branch=epel10
Log:
Adapt to curl 8.13.0 (#2354525)
---
diff --git a/WWW-Curl-4.17-BRC2354525.patch b/WWW-Curl-4.17-BRC2354525.patch
new file mode 100644
index 0000000..e676a6a
--- /dev/null
+++ b/WWW-Curl-4.17-BRC2354525.patch
@@ -0,0 +1,12 @@
+diff -up ./Makefile.PL.orig ./Makefile.PL
+--- ./Makefile.PL.orig 2025-05-04 11:58:04.740726429 +0200
++++ ./Makefile.PL 2025-05-04 11:59:44.073580832 +0200
+@@ -127,7 +127,7 @@ if (!defined($curl_h)) {
+ close H;
+
+ for my $e (sort @syms) {
+- if($e =~ /(OBSOLETE|^CURL_DEPRECATED\z|^CURL_EXTERN|^CURL_IGNORE_DEPRECATION\z|^CURL_STRICTER\z|^CURL_WIN32\z|^CURLOPT\z|^CURLOPTDEPRECATED\z|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z|CURLINC_CURL_H\z|_LAST\z|_LASTENTRY\z)/) {
++ if($e =~ /(OBSOLETE|^CURL_DEPRECATED\z|^CURL_EXTERN|^CURL_IGNORE_DEPRECATION\z|^CURL_STRICTER\z|^CURL_WIN32\z|^CURLOPT\z|^CURLOPTDEPRECATED\z|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z|CURLINC_CURL_H\z|_LAST\z|_LASTENTRY\z|^CURL_HAS_DECLSPEC_ATTRIBUTE\z)/) {
+ next;
+ }
+ my ($group) = $e =~ m/^([^_]+_)/;
diff --git a/perl-WWW-Curl.spec b/perl-WWW-Curl.spec
index 102001a..4daaa93 100644
--- a/perl-WWW-Curl.spec
+++ b/perl-WWW-Curl.spec
@@ -1,6 +1,6 @@
Name: perl-WWW-Curl
Version: 4.17
-Release: 41%{?dist}
+Release: 42%{?dist}
Summary: Perl extension interface for libcurl
License: MIT
URL: https://metacpan.org/release/WWW-Curl
@@ -18,6 +18,8 @@ Patch4: WWW-Curl-4.17-Work-around-a-macro-bug-in-curl-7.87.0.patch
Patch5: WWW-Curl-4.17-add-back-CURLOPT_RESOLV-support.patch
# Adapt to new version of gcc, bug #2259537
Patch6: WWW-Curl-4.17-BRC2259537.patch
+# Adapt to curl 8.13
+Patch7: WWW-Curl-4.17-BRC2354525.patch
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
@@ -76,6 +78,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Sun May 04 2025 Emmanuel Seyman <emmanuel@seyman.fr> - 4.17-42
+- Adapt to curl 8.13.0 (#2354525)
+
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.17-41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
reply other threads:[~2026-08-02 10:05 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=178566512644.1.4910880880307512949.rpms-perl-WWW-Curl-5b30308c8d88@fedoraproject.org \
--to=emmanuel@seyman.fr \
--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