From f025f740879953abf336b7b37eb832525e8214bf1230145f585642b20f3177f1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 9 Jun 2013 15:13:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Implementation?expand=0&rev=6 --- Module-Implementation-0.05.tar.gz | 3 --- Module-Implementation-0.06.tar.gz | 3 +++ perl-Module-Implementation.changes | 6 ++++++ perl-Module-Implementation.spec | 12 +++++------- 4 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 Module-Implementation-0.05.tar.gz create mode 100644 Module-Implementation-0.06.tar.gz diff --git a/Module-Implementation-0.05.tar.gz b/Module-Implementation-0.05.tar.gz deleted file mode 100644 index 434cff3..0000000 --- a/Module-Implementation-0.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc58a285b2d25b9e3bc931dce90c661142312361ba1e17c3ea203bf7b03dfcd2 -size 10486 diff --git a/Module-Implementation-0.06.tar.gz b/Module-Implementation-0.06.tar.gz new file mode 100644 index 0000000..a5793a8 --- /dev/null +++ b/Module-Implementation-0.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3b78025ab82b04c042e7cc1fdefc3af225ca90865c215d4d8bcf3bbf54186d +size 10514 diff --git a/perl-Module-Implementation.changes b/perl-Module-Implementation.changes index 15fbc91..3f62379 100644 --- a/perl-Module-Implementation.changes +++ b/perl-Module-Implementation.changes @@ -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 diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index 529a9a3..743e30a 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -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}