8
0

- update to 0.12:

+ Depend on Module::Runtime 0.011+. This fixes problems with 
    Catalyst under Perl 5.8 and 5.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=6
This commit is contained in:
Lars Vogdt
2011-11-29 10:01:43 +00:00
committed by Git OBS Bridge
parent f105e1870e
commit e82f5bcfbf
3 changed files with 14 additions and 10 deletions

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 29 09:59:35 UTC 2011 - lars@linux-schulserver.de
- update to 0.12:
+ Depend on Module::Runtime 0.011+. This fixes problems with
Catalyst under Perl 5.8 and 5.10.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 26 16:34:32 UTC 2011 - tabraham@novell.com Wed Oct 26 16:34:32 UTC 2011 - tabraham@novell.com

View File

@@ -18,22 +18,22 @@
Name: perl-Class-Load Name: perl-Class-Load
Version: 0.11 Version: 0.12
Release: 1 Release: 1
License: GPL+ or Artistic License: GPL+ or Artistic
%define cpan_name Class-Load %define cpan_name Class-Load
Summary: a working (require "Class::Name") and more Summary: A working (require "Class::Name") and more
Url: http://search.cpan.org/dist/Class-Load/ Url: http://search.cpan.org/dist/Class-Load/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-0.12.tar.gz #Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source: Class-Load-0.11.tar.gz Source: %{cpan_name}-%{version}.tar.gz
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(Data::OptList) BuildRequires: perl(Data::OptList)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(Module::Runtime) >= 0.009 BuildRequires: perl(Module::Runtime) >= 0.011
BuildRequires: perl(Package::Stash) >= 0.32 BuildRequires: perl(Package::Stash) >= 0.32
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
@@ -50,7 +50,7 @@ BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(Test::Spelling) #BuildRequires: perl(Test::Spelling)
#BuildRequires: perl(version) #BuildRequires: perl(version)
Requires: perl(Data::OptList) Requires: perl(Data::OptList)
Requires: perl(Module::Runtime) >= 0.009 Requires: perl(Module::Runtime) >= 0.011
Requires: perl(Package::Stash) >= 0.32 Requires: perl(Package::Stash) >= 0.32
Requires: perl(Scalar::Util) Requires: perl(Scalar::Util)
Requires: perl(Test::Fatal) Requires: perl(Test::Fatal)