From b9cf2717dbcbcacae3048efd2cb8a0b2e6d86c33aa38be16d75fcc1503022a2c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 15 Mar 2014 13:01:18 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-clean?expand=0&rev=26 --- namespace-clean-0.24.tar.gz | 3 --- namespace-clean-0.25.tar.gz | 3 +++ perl-namespace-clean.changes | 7 +++++++ perl-namespace-clean.spec | 13 ++----------- 4 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 namespace-clean-0.24.tar.gz create mode 100644 namespace-clean-0.25.tar.gz diff --git a/namespace-clean-0.24.tar.gz b/namespace-clean-0.24.tar.gz deleted file mode 100644 index 5766ab4..0000000 --- a/namespace-clean-0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a661d4484e7de411bc96819aec28805836cfa6a5e276bb3cd346f8e108911230 -size 12659 diff --git a/namespace-clean-0.25.tar.gz b/namespace-clean-0.25.tar.gz new file mode 100644 index 0000000..c71eb26 --- /dev/null +++ b/namespace-clean-0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946a2b7b8219562818867ad915cd493637e2639f901db050b835500c8e6ecd04 +size 12816 diff --git a/perl-namespace-clean.changes b/perl-namespace-clean.changes index efabf01..c021dcf 100644 --- a/perl-namespace-clean.changes +++ b/perl-namespace-clean.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 15 13:00:41 UTC 2014 - coolo@suse.com + +- updated to 0.25 + - Fix incorrect ExtUtils::CBuilder detection routine leading to + Makefile.PL crashes when EU::CB is not available + ------------------------------------------------------------------- Wed May 15 15:20:27 UTC 2013 - coolo@suse.com diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec index 4675bba..f047851 100644 --- a/perl-namespace-clean.spec +++ b/perl-namespace-clean.spec @@ -1,7 +1,7 @@ # # spec file for package perl-namespace-clean # -# 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-clean -Version: 0.24 +Version: 0.25 Release: 0 %define cpan_name namespace-clean Summary: Keep imports and functions out of your namespace @@ -33,15 +33,6 @@ 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 -#BuildRequires: perl(CleaneeBridge) -#BuildRequires: perl(CleaneeBridgeDirect) -#BuildRequires: perl(CleaneeBridgeExplicit) -#BuildRequires: perl(ExporterTest) -#BuildRequires: perl(InheritanceParent) -#BuildRequires: perl(namespace::clean) -#BuildRequires: perl(Sub::Identify) -#BuildRequires: perl(Sub::Name) -#BuildRequires: perl(Variable::Magic) Requires: perl(B::Hooks::EndOfScope) >= 0.12 Requires: perl(Package::Stash) >= 0.23 %{perl_requires}