Accepting request 397505 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/397505 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-clean?expand=0&rev=30
This commit is contained in:
parent
179a68e445
commit
aaa1736a7b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73986e19c4ad0e634e35f4f26e81437f152d8026eb1d91fe795725746ce13eca
|
||||
size 15414
|
BIN
namespace-clean-0.27.tar.gz
(Stored with Git LFS)
Normal file
BIN
namespace-clean-0.27.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user