Accepting request 178292 from devel:languages:perl

- updated to 0.06
 - Require Module::Runtime 0.012 which has a number of useful bug fixes.

OBS-URL: https://build.opensuse.org/request/show/178292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Implementation?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2013-06-13 15:48:34 +00:00 committed by Git OBS Bridge
commit 51be67aaef
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 Wed Feb 29 18:55:38 CET 2012 - ro@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Implementation # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Module-Implementation Name: perl-Module-Implementation
Version: 0.05 Version: 0.06
Release: 0 Release: 0
%define cpan_name Module-Implementation %define cpan_name Module-Implementation
Summary: Loads one of several alternate underlying implementations for a module Summary: Loads one of several alternate underlying implementations for a module
@ -25,22 +25,20 @@ License: Artistic-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Implementation/ Url: http://search.cpan.org/dist/Module-Implementation/
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz 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 Patch0: old_test_more.patch
%endif
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Runtime) >= 0.011 BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires) BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Taint)
BuildRequires: perl(Try::Tiny) BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(Module::Implementation) #BuildRequires: perl(Module::Implementation)
#BuildRequires: perl(Test::Spelling) #BuildRequires: perl(Test::Spelling)
Requires: perl(Module::Runtime) >= 0.011 Requires: perl(Module::Runtime) >= 0.012
Requires: perl(Try::Tiny) Requires: perl(Try::Tiny)
%{perl_requires} %{perl_requires}