[perl-Test-Modern] Update to 0.011

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 18 10:49:54 UTC 2014


commit 0e9ddc2205c214f78543d146dc3d3f9b447ca26d
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 18 11:49:11 2014 +0100

    Update to 0.011
    
    - New upstream release 0.011
      - version_all_same now copes better with undef versions
    - Use %license

 perl-Test-Modern.spec |   13 ++++++++++---
 sources               |    2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/perl-Test-Modern.spec b/perl-Test-Modern.spec
index e422bff..9515a55 100644
--- a/perl-Test-Modern.spec
+++ b/perl-Test-Modern.spec
@@ -1,6 +1,6 @@
 Name:		perl-Test-Modern
-Version:	0.010
-Release:	2%{?dist}
+Version:	0.011
+Release:	1%{?dist}
 Summary:	Precision testing for modern perl
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Test-Modern/
@@ -48,6 +48,7 @@ Requires:	perl(Moose::Util)
 Requires:	perl(Mouse::Util)
 Requires:	perl(Role::Tiny)
 Requires:	perl(Scalar::Util)
+Requires:	perl(Test::LongString) >= 0.15
 Requires:	perl(Test::Pod)
 Requires:	perl(Test::Pod::Coverage)
 Requires:	perl(Test::Version)
@@ -76,11 +77,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes CONTRIBUTING COPYRIGHT CREDITS LICENSE README
+%license COPYRIGHT LICENSE
+%doc Changes CONTRIBUTING CREDITS README
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Modern.3*
 
 %changelog
+* Thu Sep 18 2014 Paul Howarth <paul at city-fan.org> - 0.011-1
+- Update to 0.011
+  - version_all_same now copes better with undef versions
+- Use %%license
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.010-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9e00542..5f63a57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15f7b4cbb257822fcbe4bd36abd87ba9  Test-Modern-0.010.tar.gz
+8be8cb7f6408642c2363afa08554c59b  Test-Modern-0.011.tar.gz



More information about the perl-devel mailing list