psabata pushed to perl-Test-Spec (f21). "0.50 bump (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 4 15:40:50 UTC 2015


From 5c1a5570a5202b9aacf1bd28bfbfee0f409b7149 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Thu, 4 Jun 2015 17:39:35 +0200
Subject: 0.50 bump

- Update source URL

diff --git a/.gitignore b/.gitignore
index cae09a2..2567caf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /Test-Spec-0.47.tar.gz
 /Test-Spec-0.48.tar.gz
 /Test-Spec-0.49.tar.gz
+/Test-Spec-0.50.tar.gz
diff --git a/perl-Test-Spec.spec b/perl-Test-Spec.spec
index 1c97c8b..4c2adb0 100644
--- a/perl-Test-Spec.spec
+++ b/perl-Test-Spec.spec
@@ -1,11 +1,11 @@
 Name:           perl-Test-Spec
-Version:        0.49
+Version:        0.50
 Release:        1%{?dist}
 Summary:        Write tests in a declarative specification style
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Spec/
-Source0:        http://www.cpan.org/authors/id/P/PH/PHILIP/Test-Spec-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AN/ANDYJONES/Test-Spec-%{version}.tar.gz
 BuildArch:      noarch
 # Build
 BuildRequires:  perl
@@ -18,11 +18,11 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Package::Stash) >= 0.23
-BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Scalar::Util) >= 1.11
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Deep) >= 0.103
 BuildRequires:  perl(Test::Deep::NoTest)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Tie::Hash)
 BuildRequires:  perl(Tie::IxHash)
@@ -35,9 +35,13 @@ BuildRequires:  perl(overload)
 BuildRequires:  perl(TAP::Parser)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Package::Stash) >= 0.23
+Requires:       perl(Scalar::Util) >= 1.11
 Requires:       perl(Test::Deep) >= 0.103
+Requires:       perl(Test::More) >= 0.88
 
 %{?perl_default_filter}
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Scalar::Util\\)$
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Test::More\\)$
 
 %description
 This is a declarative specification-style testing system for behavior-driven
@@ -60,11 +64,15 @@ make pure_install DESTDIR=%{buildroot}
 make test
 
 %files
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 04 2015 Petr Ĺ abata <contyk at redhat.com> - 0.50-1
+- 0.50 bump
+- Update source URL
+
 * Tue Feb 03 2015 Petr Pisar <ppisar at redhat.com> - 0.49-1
 - 0.49 bump
 
diff --git a/sources b/sources
index 4d702ad..3aaa89b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cac8f7d113ef25369a7d25dfc9c094b6  Test-Spec-0.49.tar.gz
+2691407f08fd699fbb4653624fdd5b90  Test-Spec-0.50.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Test-Spec.git/commit/?h=f21&id=5c1a5570a5202b9aacf1bd28bfbfee0f409b7149


More information about the scm-commits mailing list