8
0
2018-06-28 13:15:07 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:862a221994dd413b2f350450f22c96f57cac78784b1aca1a8fc763fc5449aaca
size 34307

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7bf97f3c786b75f84341135904b492a1a36646aa65db3e0fd15a3cbe0864872
size 36036

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 26 06:05:41 UTC 2018 - coolo@suse.com
- updated to 0.23
see /usr/share/doc/packages/perl-Test-CleanNamespaces/Changes
0.23 2018-06-26 00:00:13Z
- properly skip potentially-problematic tests when needed, due to circular
dependencies between Moose and Test::CleanNamespaces (RT#125678)
-------------------------------------------------------------------
Fri Aug 19 06:01:59 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-CleanNamespaces
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,14 +17,14 @@
Name: perl-Test-CleanNamespaces
Version: 0.22
Version: 0.23
Release: 0
%define cpan_name Test-CleanNamespaces
Summary: Check for uncleaned imports
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-CleanNamespaces/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +39,7 @@ BuildRequires: perl(Role::Tiny) >= 1.003000
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Needs)
BuildRequires: perl(Test::Tester)
BuildRequires: perl(Test::Warnings) >= 0.009