Stephan Kulow 2013-06-09 15:13:15 +00:00 committed by Git OBS Bridge
parent 428cb02655
commit f025f74087
4 changed files with 14 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 9 15:11:01 UTC 2013 - coolo@suse.com
- updated to 0.06
- Require Module::Runtime 0.012 which has a number of useful bug fixes.
-------------------------------------------------------------------
Wed Feb 29 18:55:38 CET 2012 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Implementation
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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-Module-Implementation
Version: 0.05
Version: 0.06
Release: 0
%define cpan_name Module-Implementation
Summary: Loads one of several alternate underlying implementations for a module
@ -25,22 +25,20 @@ 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
%if 0%{?suse_version} <= 1110
# MANUAL
Patch0: old_test_more.patch
%endif
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Runtime) >= 0.011
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Taint)
BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(Module::Implementation)
#BuildRequires: perl(Test::Spelling)
Requires: perl(Module::Runtime) >= 0.011
Requires: perl(Module::Runtime) >= 0.012
Requires: perl(Try::Tiny)
%{perl_requires}