public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-WWW-Curl] epel10: Adapt to curl 8.13.0 (#2354525)
@ 2026-08-02 10:05 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-08-02 10:05 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-02 10:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 10:05 [rpms/perl-WWW-Curl] epel10: Adapt to curl 8.13.0 (#2354525) Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox