public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Future] epel10.2: Prevent FTBFS by correcting the build tim dependency list
@ 2026-07-28 18:24 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-28 18:24 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Future
Branch : epel10.2
Commit : 1bde79761051d3445df9d94f6b23ebc2e105a4a2
Author : Petr Šabata <contyk@redhat.com>
Date   : 2015-08-11T18:23:30+02:00
Stats  : +21/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Future/c/1bde79761051d3445df9d94f6b23ebc2e105a4a2?branch=epel10.2

Log:
Prevent FTBFS by correcting the build tim dependency list

---
diff --git a/perl-Future.spec b/perl-Future.spec
index fd951b5..00fccda 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,6 +1,6 @@
 Name:           perl-Future
 Version:        0.33
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl object system to represent an operation awaiting completion
 License:        GPL+ or Artistic
 
@@ -8,16 +8,32 @@ URL:            http://search.cpan.org/dist/Future/
 Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Future-%{version}.tar.gz
 
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl
+BuildRequires:  perl(B)
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp) >= 1.25
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::Builder::Module)
+BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Identity)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Refcount)
-BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Carp) >= 1.25
 
 %{?perl_default_filter}
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Carp\\)$
 
 %description
 A Future object represents an operation that is currently in progress, or
@@ -48,6 +64,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 11 2015 Petr Šabata <contyk@redhat.com> - 0.33-2
+- Prevent FTBFS by correcting the build tim dependency list
+
 * Fri Jul 31 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 0.33-1
 - Update to 0.33
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-28 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 18:24 [rpms/perl-Future] epel10.2: Prevent FTBFS by correcting the build tim dependency list 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox