commit 9519d372e5e9bf5e2d7c8a25056d3058d9b8c62b Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Fri Aug 1 14:45:23 2014 +0100 Update to 0.14 - New upstream release 0.14 - Fixed a bug with Perl 5.18+ that caused this module to simply blow up with an error like "Use of uninitialized value in subroutine entry at .../Class/MOP/Package.pm ..." - Line numbers in shipped code are now almost the same (within 3) as the repository source, for easier debugging - Repository migrated to the github moose organization - Unneeded init_meta method removed - Use %license - Make %files list more explicit .gitignore | 5 +--- perl-MooseX-Role-WithOverloading.spec | 49 ++++++++++++++++++++++++++------- sources | 2 +- 3 files changed, 41 insertions(+), 15 deletions(-) --- diff --git a/.gitignore b/.gitignore index 70a6fdc..4a77bd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -MooseX-Role-WithOverloading-0.05.tar.gz -/MooseX-Role-WithOverloading-0.08.tar.gz -/MooseX-Role-WithOverloading-0.09.tar.gz -/MooseX-Role-WithOverloading-0.13.tar.gz +/MooseX-Role-WithOverloading-[0-9.]*.tar.gz diff --git a/perl-MooseX-Role-WithOverloading.spec b/perl-MooseX-Role-WithOverloading.spec index a5d8aa6..f1e2a91 100644 --- a/perl-MooseX-Role-WithOverloading.spec +++ b/perl-MooseX-Role-WithOverloading.spec @@ -1,27 +1,31 @@ Name: perl-MooseX-Role-WithOverloading -Version: 0.13 -Release: 4%{?dist} -# lib/MooseX/Role/WithOverloading.pm -> GPL+ or Artistic +Version: 0.14 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Roles which support overloading -Source: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Role-WithOverloading-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Role-WithOverloading-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Role-WithOverloading + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl BuildRequires: perl(aliased) +BuildRequires: perl(CPAN::Meta) +BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120900 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(lib) BuildRequires: perl(Moose) >= 0.94 BuildRequires: perl(Moose::Exporter) BuildRequires: perl(Moose::Role) >= 1.15 BuildRequires: perl(Moose::Util::MetaRole) -BuildRequires: perl(MooseX::Types::Moose) BuildRequires: perl(namespace::autoclean) BuildRequires: perl(namespace::clean) BuildRequires: perl(overload) -BuildRequires: perl(Test::CheckDeps) >= 0.002 -BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Test::NoWarnings) >= 1.04 +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) >= 0.96 +BuildRequires: perl(Test::Warnings) +BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) %{?perl_default_filter} @@ -49,12 +53,37 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' make test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes CONTRIBUTING README %{perl_vendorarch}/auto/MooseX/ %{perl_vendorarch}/MooseX/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/MooseX::Role::README.3* +%{_mandir}/man3/MooseX::Role::WithOverloading.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application::Composite.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application::ToClass.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application::ToRole.3* +%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Composite.3* %changelog +* Fri Aug 1 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.14-1 +- Update to 0.14 + - Fixed a bug with Perl 5.18+ that caused this module to simply blow up with + an error like "Use of uninitialized value in subroutine entry at + .../Class/MOP/Package.pm ..." + - Line numbers in shipped code are now almost the same (within 3) as the + repository source, for easier debugging + - Repository migrated to the github moose organization + - Unneeded init_meta method removed +- Use %%license +- Make %%files list more explicit + * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index aab5b5d..6b23376 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f00627828c22aece891b016bcf12762 MooseX-Role-WithOverloading-0.13.tar.gz +89a80744c7dc9682eca9a472ec626bb3 MooseX-Role-WithOverloading-0.14.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel