diff --git a/namespace-autoclean-0.14.tar.gz b/namespace-autoclean-0.14.tar.gz deleted file mode 100644 index 12e4735..0000000 --- a/namespace-autoclean-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d138b4145f1a69efb19c3a0ad850e54a978e8027e9b2ae452af030a5f0f00b7 -size 19868 diff --git a/namespace-autoclean-0.15.tar.gz b/namespace-autoclean-0.15.tar.gz new file mode 100644 index 0000000..3bda45e --- /dev/null +++ b/namespace-autoclean-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b91d67d56006ae5a58a43a3e0b917da4272a091e885bee29fbc9c25d6627293 +size 23675 diff --git a/perl-namespace-autoclean.changes b/perl-namespace-autoclean.changes index 0baf414..d96918b 100644 --- a/perl-namespace-autoclean.changes +++ b/perl-namespace-autoclean.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 9 13:34:22 UTC 2014 - coolo@suse.com + +- updated to 0.15 + - update configure_requires checking in Makefile.PL, add CONTRIBUTING file + ------------------------------------------------------------------- Mon Nov 25 07:35:58 UTC 2013 - coolo@suse.com diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec index 0e838a9..b96154b 100644 --- a/perl-namespace-autoclean.spec +++ b/perl-namespace-autoclean.spec @@ -1,7 +1,7 @@ # # spec file for package perl-namespace-autoclean # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-namespace-autoclean -Version: 0.14 +Version: 0.15 Release: 0 %define cpan_name namespace-autoclean Summary: Keep imports out of your namespace @@ -31,17 +31,11 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12 BuildRequires: perl(Class::MOP) >= 0.80 -BuildRequires: perl(Module::Build::Tiny) >= 0.028 +BuildRequires: perl(Module::Build::Tiny) >= 0.030 BuildRequires: perl(Moose::Role) BuildRequires: perl(Sub::Name) -BuildRequires: perl(Test::CheckDeps) >= 0.007 -BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(namespace::clean) >= 0.20 -#BuildRequires: perl(namespace::autoclean) -#BuildRequires: perl(Pod::Wordlist) -#BuildRequires: perl(Test::Kwalitee) -#BuildRequires: perl(Test::NoTabs) -#BuildRequires: perl(Test::Spelling) >= 0.12 + Requires: perl(B::Hooks::EndOfScope) >= 0.12 Requires: perl(Class::MOP) >= 0.80 Requires: perl(namespace::clean) >= 0.20 @@ -92,6 +86,6 @@ clean: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README weaver.ini +%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini %changelog