public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Future] epel10: Prevent FTBFS by correcting the build tim dependency list
Date: Tue, 28 Jul 2026 17:42:35 GMT	[thread overview]
Message-ID: <178526055595.1.2106328168178832434.rpms-perl-Future-1bde79761051@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Future
Branch : epel10
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

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
 

                 reply	other threads:[~2026-07-28 17:42 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=178526055595.1.2106328168178832434.rpms-perl-Future-1bde79761051@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