diff --git a/namespace-clean-0.26.tar.gz b/namespace-clean-0.26.tar.gz deleted file mode 100644 index 03ef805..0000000 --- a/namespace-clean-0.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73986e19c4ad0e634e35f4f26e81437f152d8026eb1d91fe795725746ce13eca -size 15414 diff --git a/namespace-clean-0.27.tar.gz b/namespace-clean-0.27.tar.gz new file mode 100644 index 0000000..d457e34 --- /dev/null +++ b/namespace-clean-0.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a10a83c3e183dc78f9e7b7aa4d09b47c11fb4e7d3a33b9a12912fd22e31af9d +size 17801 diff --git a/perl-namespace-clean.changes b/perl-namespace-clean.changes index 57b7653..9384ce4 100644 --- a/perl-namespace-clean.changes +++ b/perl-namespace-clean.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 23 13:10:12 UTC 2016 - coolo@suse.com + +- updated to 0.27 + see /usr/share/doc/packages/perl-namespace-clean/Changes + + 0.27 2016-05-18 02:24 (UTC) + - Allow packages to be cleaned multiple times + - Ensure the debugger workarounds are applied only when + DB::sub is actively used (they are superfluous otherwise) + - Work around P5#72210, resulting in fails on 5.8.8 -Duselongdouble + - Fix incorrect name in META (RT#107813) + ------------------------------------------------------------------- Sat Oct 10 09:37:59 UTC 2015 - coolo@suse.com diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec index c54ac8d..19eda54 100644 --- a/perl-namespace-clean.spec +++ b/perl-namespace-clean.spec @@ -1,7 +1,7 @@ # # spec file for package perl-namespace-clean # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX 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-clean -Version: 0.26 +Version: 0.27 Release: 0 %define cpan_name namespace-clean Summary: Keep imports and functions out of your namespace @@ -31,9 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12 -BuildRequires: perl(ExtUtils::CBuilder) >= 0.27 BuildRequires: perl(Package::Stash) >= 0.23 -BuildRequires: perl(Test::More) >= 0.88 Requires: perl(B::Hooks::EndOfScope) >= 0.12 Requires: perl(Package::Stash) >= 0.23 %{perl_requires}