From 3e34e4571f56a083baed7b779164c5fb425517ef Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 6 Apr 2017 13:25:07 +0100
Subject: - Update to 0.012   - Repository migrated to the github moose
 organization   - Switch from Test::Requires to Test::Needs in tests   - Add
 MooseX::Getopt option type maps when MooseX::Getopt is installed

---
 .rpmlint                         |  3 +++
 perl-MooseX-Types-Path-Tiny.spec | 20 ++++++++++++++------
 sources                          |  2 +-
 3 files changed, 18 insertions(+), 7 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..1d15ba3
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,3 @@
+from Config import *
+addFilter("spelling-error Summary\(en_US\) coercions -> ");
+addFilter("spelling-error %description -l en_US stringification -> ");
diff --git a/perl-MooseX-Types-Path-Tiny.spec b/perl-MooseX-Types-Path-Tiny.spec
index 94fe94c..5c4721b 100644
--- a/perl-MooseX-Types-Path-Tiny.spec
+++ b/perl-MooseX-Types-Path-Tiny.spec
@@ -1,7 +1,7 @@
 Name:          perl-MooseX-Types-Path-Tiny
 Summary:       Path::Tiny types and coercions for Moose
-Version:       0.011
-Release:       7%{?dist}
+Version:       0.012
+Release:       1%{?dist}
 License:       ASL 2.0
 URL:           http://search.cpan.org/dist/MooseX-Types-Path-Tiny/
 Source0:       
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Types-Path-Tiny-%{version}.tar.gz
@@ -9,10 +9,11 @@ BuildArch:    noarch
 # Module Build
 BuildRequires: perl
 BuildRequires: perl-generators
-BuildRequires: perl(Module::Build::Tiny) >= 0.037
+BuildRequires: perl(Module::Build::Tiny) >= 0.034
 # Module Runtime
 BuildRequires: perl(if)
 BuildRequires: perl(Moose) >= 2
+BuildRequires: perl(MooseX::Getopt)
 BuildRequires: perl(MooseX::Types)
 BuildRequires: perl(MooseX::Types::Moose)
 BuildRequires: perl(MooseX::Types::Stringlike)
@@ -21,10 +22,10 @@ BuildRequires:      perl(Path::Tiny)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite
-BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Spec)
-BuildRequires: perl(File::Temp)
+BuildRequires: perl(File::Temp) >= 0.18
 BuildRequires: perl(File::pushd)
+BuildRequires: perl(Module::Metadata)
 BuildRequires: perl(Moose::Conflicts)
 BuildRequires: perl(Test::Fatal)
 BuildRequires: perl(Test::More) >= 0.96
@@ -32,6 +33,7 @@ BuildRequires:        perl(Test::More) >= 0.96
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:      perl(MooseX::Getopt)
 Requires:      perl(namespace::autoclean)
 
 %description
@@ -58,12 +60,18 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-%license LICENSE
+%license LICENCE
 %doc Changes CONTRIBUTING README
 %{perl_vendorlib}/MooseX/
 %{_mandir}/man3/MooseX::Types::Path::Tiny.3*
 
 %changelog
+* Thu Apr  6 2017 Paul Howarth <p...@city-fan.org> - 0.012-1
+- Update to 0.012
+  - Repository migrated to the github moose organization
+  - Switch from Test::Requires to Test::Needs in tests
+  - Add MooseX::Getopt option type maps when MooseX::Getopt is installed
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.011-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index ed12722..d958808 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea1d6fee318d4b1fd491180fdb3c9640  MooseX-Types-Path-Tiny-0.011.tar.gz
+SHA512 (MooseX-Types-Path-Tiny-0.012.tar.gz) = 
96f7632a94677e85f88fdae3b818ff54096f088137baef994181fcb352dcd4b6da5993045422923fe232e3818582e067dcfd5c7689713488aee09da8f8285351
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-MooseX-Types-Path-Tiny.git/commit/?h=master&id=3e34e4571f56a083baed7b779164c5fb425517ef
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to