[perl-Test-Most] Update to 0.31

Jitka Plesnikova jplesnik at fedoraproject.org
Fri Sep 14 08:13:50 UTC 2012


commit 35c485319734ce0a59d2fd129f7cfcd36420d9e2
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Fri Sep 14 10:13:46 2012 +0200

    Update to 0.31

 .gitignore          |    1 +
 perl-Test-Most.spec |   12 ++++++++++--
 sources             |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7ffa89..52b2fa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Test-Most-0.21.tar.gz
 /Test-Most-0.23.tar.gz
 /Test-Most-0.24.tar.gz
 /Test-Most-0.25.tar.gz
+/Test-Most-0.31.tar.gz
diff --git a/perl-Test-Most.spec b/perl-Test-Most.spec
index 5c17fd5..1c8fbb0 100644
--- a/perl-Test-Most.spec
+++ b/perl-Test-Most.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Most
-Version:        0.25
-Release:        4%{?dist}
+Version:        0.31
+Release:        1%{?dist}
 Summary:        Perl module with test functions and features
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,9 +8,12 @@ URL:            http://search.cpan.org/dist/Test-Most/
 Source0:        http://www.cpan.org/authors/id/O/OV/OVID/Test-Most-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Data::Dumper::Names) >= 0.03
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Exception::Class) >= 1.14
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(Test::Builder::Module)
@@ -22,6 +25,7 @@ BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn) >= 0.23
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # not automatically detected
+Requires:       perl(Carp)
 Requires:       perl(Test::Deep)
 Requires:       perl(Test::Differences)
 Requires:       perl(Test::Exception)
@@ -54,6 +58,10 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 13 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.31-1
+- 0.31 bump
+- Specify all dependencies.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.25-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6c419ae..e3798b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3be1633b99495c756e835aca5ef7216a  Test-Most-0.25.tar.gz
+6be4f2f97858c7958a837cfbc2a22fba  Test-Most-0.31.tar.gz


More information about the scm-commits mailing list