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 new version of gcc
Date: Sun, 02 Aug 2026 10:05:24 GMT	[thread overview]
Message-ID: <178566512454.1.16478414795476797499.rpms-perl-WWW-Curl-a5708598e7af@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-WWW-Curl
Branch : epel10
Commit : a5708598e7af93ff2282fbad48af675fea5d55b6
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2024-02-04T13:08:29+01:00
Stats  : +18/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-WWW-Curl/c/a5708598e7af93ff2282fbad48af675fea5d55b6?branch=epel10

Log:
Adapt to new version of gcc

---
diff --git a/WWW-Curl-4.17-BRC2259537.patch b/WWW-Curl-4.17-BRC2259537.patch
new file mode 100644
index 0000000..e64d1aa
--- /dev/null
+++ b/WWW-Curl-4.17-BRC2259537.patch
@@ -0,0 +1,12 @@
+diff -up ./Makefile.PL.orig ./Makefile.PL
+--- ./Makefile.PL.orig	2024-02-04 12:33:33.041145642 +0100
++++ ./Makefile.PL	2024-02-04 12:41:10.105758451 +0100
+@@ -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|_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)/) {
+           next;
+        }
+        my ($group) = $e =~ m/^([^_]+_)/;

diff --git a/perl-WWW-Curl.spec b/perl-WWW-Curl.spec
index e5c9a12..13df124 100644
--- a/perl-WWW-Curl.spec
+++ b/perl-WWW-Curl.spec
@@ -1,6 +1,6 @@
 Name:           perl-WWW-Curl
 Version:        4.17
-Release:        37%{?dist}
+Release:        38%{?dist}
 Summary:        Perl extension interface for libcurl
 License:        MIT
 URL:            https://metacpan.org/release/WWW-Curl
@@ -16,6 +16,8 @@ Patch3:         WWW-Curl-4.17-Adapt-to-curl-7.87.0.patch
 Patch4:         WWW-Curl-4.17-Work-around-a-macro-bug-in-curl-7.87.0.patch
 # Workound a bug in WWW::CURL 4.17, bug #2245689, GH #9
 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
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl-interpreter
@@ -74,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 04 2024 Emmanuel Seyman <emmanuel@seyman.fr> - 4.17-38
+- Adapt to new version of gcc (#2259537)
+
 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.17-37
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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=178566512454.1.16478414795476797499.rpms-perl-WWW-Curl-a5708598e7af@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