[perl-Test-Fatal] Specify all dependencies.

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Oct 19 08:09:09 UTC 2012


commit 2c0f2d9dd07e04571a0fe9c0dbc38b15e72cfe67
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Oct 19 10:09:03 2012 +0200

    Specify all dependencies.
    
    Signed-off-by: Marcela Mašláňová <mmaslano at redhat.com>

 perl-Test-Fatal.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Fatal.spec b/perl-Test-Fatal.spec
index 596804b..5c35359 100644
--- a/perl-Test-Fatal.spec
+++ b/perl-Test-Fatal.spec
@@ -1,7 +1,7 @@
 Summary:	Incredibly simple helpers for testing code with exceptions 
 Name:		perl-Test-Fatal
 Version:	0.010
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Test-Fatal/
@@ -12,11 +12,13 @@ BuildArch:	noarch
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Exporter) >= 5.57
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Test::Builder)
 BuildRequires:	perl(Test::Builder::Tester)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(Try::Tiny) >= 0.07
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:	perl(Test::Builder)
 
 %description
 Test::Fatal is an alternative to the popular Test::Exception. It does much
@@ -55,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Fatal.3pm*
 
 %changelog
+* Thu Oct 18 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.010-4
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.010-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list