[perl-Test-Reporter/f19] 1.60 bump

Petr Pisar ppisar at fedoraproject.org
Tue Nov 5 13:40:55 UTC 2013


commit 50b689b04751a4e067f515a8d38baa6e31aef86d
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Nov 5 14:37:26 2013 +0100

    1.60 bump

 .gitignore              |    1 +
 perl-Test-Reporter.spec |    9 ++++++---
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 720b01c..b080b3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Test-Reporter-1.58.tar.gz
 /Test-Reporter-1.59.tar.gz
+/Test-Reporter-1.60.tar.gz
diff --git a/perl-Test-Reporter.spec b/perl-Test-Reporter.spec
index 0f5fc6a..0dab226 100644
--- a/perl-Test-Reporter.spec
+++ b/perl-Test-Reporter.spec
@@ -1,5 +1,5 @@
 Name:           perl-Test-Reporter
-Version:        1.59
+Version:        1.60
 Release:        1%{?dist}
 Summary:        Sends test results to cpan-testers at perl.org
 License:        GPL+ or Artistic
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/Test-Reporter/
 Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Reporter-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -57,11 +57,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes CONTRIBUTING COPYING LICENSE README
+%doc Changes CONTRIBUTING LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 05 2013 Petr Pisar <ppisar at redhat.com> - 1.60-1
+- 1.60 bump
+
 * Fri Jun 07 2013 Petr Pisar <ppisar at redhat.com> - 1.59-1
 - 1.59 bump
 
diff --git a/sources b/sources
index 5e98247..731484d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b81be1fa634a8312775e1428b0adee5  Test-Reporter-1.59.tar.gz
+e36fc3c25a71b2ceba2ae21c6a2e02fc  Test-Reporter-1.60.tar.gz


More information about the scm-commits mailing list