- updated to 0.07

- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
    Nilsen. RT #76809.
- remove old old_test_more.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Implementation?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2013-07-27 12:05:10 +00:00 committed by Git OBS Bridge
parent f025f74087
commit af0dd80d32
4 changed files with 13 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 26 05:28:35 UTC 2013 - coolo@suse.com
- updated to 0.07
- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
Nilsen. RT #76809.
- remove old old_test_more.patch
-------------------------------------------------------------------
Sun Jun 9 15:11:01 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Module-Implementation
Version: 0.06
Version: 0.07
Release: 0
%define cpan_name Module-Implementation
Summary: Loads one of several alternate underlying implementations for a module
@ -25,19 +25,16 @@ License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Implementation/
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
# MANUAL
Patch0: old_test_more.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Fatal) >= 0.006
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(Module::Implementation)
#BuildRequires: perl(Test::Spelling)
Requires: perl(Module::Runtime) >= 0.012
Requires: perl(Try::Tiny)
%{perl_requires}
@ -55,9 +52,6 @@ something like a plugin system, not this module.
%prep
%setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version} <= 1110
%patch0
%endif
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor