public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-WWW-Curl] epel10: 4.16 bump
Date: Sun, 02 Aug 2026 10:05:01 GMT	[thread overview]
Message-ID: <178566510122.1.17051563977311891299.rpms-perl-WWW-Curl-cf915a671176@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-WWW-Curl
Branch : epel10
Commit : cf915a6711768e2c36bdbc0452cf0a4a8193b3a9
Author : Petr Šabata <contyk@redhat.com>
Date   : 2014-02-21T10:59:27+01:00
Stats  : +11/-12 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-WWW-Curl/c/cf915a6711768e2c36bdbc0452cf0a4a8193b3a9?branch=epel10

Log:
4.16 bump

---
diff --git a/.gitignore b/.gitignore
index 8f463de..2f0f04f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ WWW-Curl-4.11.tar.gz
 /WWW-Curl-4.13.tar.gz
 /WWW-Curl-4.14.tar.gz
 /WWW-Curl-4.15.tar.gz
+/WWW-Curl-4.16.tar.gz

diff --git a/perl-WWW-Curl.spec b/perl-WWW-Curl.spec
index 4883c66..249370a 100644
--- a/perl-WWW-Curl.spec
+++ b/perl-WWW-Curl.spec
@@ -1,26 +1,25 @@
 Name:           perl-WWW-Curl
-Version:        4.15
-Release:        12%{?dist}
+Version:        4.16
+Release:        1%{?dist}
 Summary:        Perl extension interface for libcurl
 License:        MPLv1.1 or MIT
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/WWW-Curl/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz
-
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(lib)
+%{?_with_network_tests: BuildRequires:  perl(lib) }
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 # Test::Pod is optional
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 BuildRequires:  libcurl-devel
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %{?perl_default_filter}
 
@@ -29,20 +28,16 @@ WWW::Curl is a Perl extension interface for libcurl.
 
 %prep
 %setup -q -n WWW-Curl-%{version}
-
-# Remove bundled modules
-rm -rf inc/*
+rm -rf inc && sed -i -e '/^inc\//d' MANIFEST
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -67,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 21 2014 Petr Šabata <contyk@redhat.com> - 4.16-1
+- 4.16 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.15-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 

diff --git a/sources b/sources
index ec49ed0..b9fc2b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31c0b8c7e5e2d26bcc8213d702186d5f  WWW-Curl-4.15.tar.gz
+cf049cc9d88e0320aff0f3973a99fa24  WWW-Curl-4.16.tar.gz

                 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=178566510122.1.17051563977311891299.rpms-perl-WWW-Curl-cf915a671176@fedoraproject.org \
    --to=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