commit 4135e194b12b34cba4e9d086155966e38222154f Author: Petr Písař <ppi...@redhat.com> Date: Mon Apr 14 13:40:45 2014 +0200
1.001 bump .gitignore | 1 + .rpmlint | 2 ++ perl-MooseX-CoercePerAttribute.spec | 18 +++++++++++++----- sources | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) --- diff --git a/.gitignore b/.gitignore index e06247b..eb40733 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /MooseX-CoercePerAttribute-0.802.tar.gz /MooseX-CoercePerAttribute-1.000.tar.gz +/MooseX-CoercePerAttribute-1.001.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..0236504 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* coercions"); diff --git a/perl-MooseX-CoercePerAttribute.spec b/perl-MooseX-CoercePerAttribute.spec index 825c55e..b3a0561 100644 --- a/perl-MooseX-CoercePerAttribute.spec +++ b/perl-MooseX-CoercePerAttribute.spec @@ -1,5 +1,5 @@ Name: perl-MooseX-CoercePerAttribute -Version: 1.000 +Version: 1.001 Release: 1%{?dist} Summary: Define coercions per attribute License: GPL+ or Artistic @@ -8,18 +8,23 @@ URL: http://search.cpan.org/dist/MooseX-CoercePerAttribute/ Source0: http://www.cpan.org/authors/id/M/MR/MRF/MooseX-CoercePerAttribute-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(Module::Build::Tiny) >= 0.025 +BuildRequires: perl(CPAN::Meta) +BuildRequires: perl(CPAN::Meta::Prereqs) +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Spec) +BuildRequires: perl(Module::Build) >= 0.38 +BuildRequires: perl(strict) +BuildRequires: perl(utf8) +BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Moose::Role) BuildRequires: perl(Moose::Util::TypeConstraints) -BuildRequires: perl(strict) # Tests: BuildRequires: perl(Data::Dumper) BuildRequires: perl(lib) BuildRequires: perl(Moose) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) -BuildRequires: perl(warnings) # Optional tests: BuildRequires: perl(Pod::Coverage) >= 0.18 BuildRequires: perl(Test::Pod) >= 1.22 @@ -44,11 +49,14 @@ perl Build.PL --installdirs=vendor ./Build test %files -%doc Changes LICENSE README +%doc Changes LICENSE README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Apr 14 2014 Petr Pisar <ppi...@redhat.com> - 1.001-1 +- 1.001 bump + * Tue Aug 27 2013 Petr Pisar <ppi...@redhat.com> - 1.000-1 - 1.000 bump diff --git a/sources b/sources index 42f61ab..96b89ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fccf3d6c92134aca692174bc81491b4a MooseX-CoercePerAttribute-1.000.tar.gz +21fd3ac11bd95dc1c4b166acc4d20847 MooseX-CoercePerAttribute-1.001.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel