|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-Mouse
|
|
|
|
|
Version: 0.22
|
|
|
|
|
Version: 0.23
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -12,13 +11,13 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(Class::Method::Modifiers) >= 1.01
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
|
BuildRequires: perl(MRO::Compat)
|
|
|
|
|
BuildRequires: perl(Scalar::Util) >= 1.14
|
|
|
|
|
# tests
|
|
|
|
|
BuildRequires: perl(Moose)
|
|
|
|
|
BuildRequires: perl(Test::Exception)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.21
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.8
|
|
|
|
|
|
|
|
|
|
# Strictly speaking, since 0.09 these are "soft dependencies", that is, Mouse
|
|
|
|
|
# will take advantage of them (and run faster) if they're there; but can cope
|
|
|
|
@ -82,6 +81,12 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.23-1
|
|
|
|
|
- auto-update to 0.23 (by cpan-spec-update 0.01)
|
|
|
|
|
- altered br on perl(Test::Exception) (0 => 0.21)
|
|
|
|
|
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
|
|
|
|
|
- altered br on perl(Test::More) (0 => 0.8)
|
|
|
|
|
|
|
|
|
|
* Sun May 03 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.22-1
|
|
|
|
|
- update to 0.22
|
|
|
|
|
|
|
|
|
|