|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Type-Tiny
|
|
|
|
|
Version: 0.042
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.044
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tiny, yet Moo(se)-compatible type constraint
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -21,6 +21,7 @@ BuildRequires: perl(Exporter::Tiny) >= 0.026
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
|
BuildRequires: perl(Test::Moose)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
BuildRequires: perl(Test::Tester) >= 0.109
|
|
|
|
|
BuildRequires: perl(Text::Balanced)
|
|
|
|
@ -43,6 +44,7 @@ BuildRequires: perl(Moo)
|
|
|
|
|
BuildRequires: perl(Moose)
|
|
|
|
|
BuildRequires: perl(MooseX::Types)
|
|
|
|
|
BuildRequires: perl(Mouse)
|
|
|
|
|
BuildRequires: perl(MooseX::Getopt)
|
|
|
|
|
BuildRequires: perl(MouseX::Types)
|
|
|
|
|
BuildRequires: perl(MooseX::Types::Common)
|
|
|
|
|
BuildRequires: perl(Object::Accessor)
|
|
|
|
@ -97,12 +99,17 @@ make test
|
|
|
|
|
%{_mandir}/man3/Test::TypeTiny.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 23 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.044-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
- Spec file cosmetics.
|
|
|
|
|
- BR: perl(Test::Moose), perl(MooseX::Getopt).
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.042-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 08 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-1
|
|
|
|
|
* Tue Apr 08 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.042-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
- Split out perl(Test::TypeTiny) to avoid deps on perl(Test::*).
|
|
|
|
|
|
|
|
|
|
* Fri Mar 21 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 0.040-1
|
|
|
|
|
* Fri Mar 21 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.040-1
|
|
|
|
|
- Initial Fedora package.
|
|
|
|
|