public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-WWW-Curl] epel10: 4.16 bump
@ 2026-08-02 10:05
0 siblings, 0 replies; only message in thread
From: @ 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 : 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
^ 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: 4.16 bump
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox