From f8831e2a9e4c07c556a6d56cf902dcb818d4be10 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Oct 24 2007 06:33:49 +0000 Subject: - update to 0.19 --- diff --git a/perl-Class-C3.spec b/perl-Class-C3.spec index e7435c5..7531745 100644 --- a/perl-Class-C3.spec +++ b/perl-Class-C3.spec @@ -1,8 +1,8 @@ Name: perl-Class-C3 -Version: 0.18 +Version: 0.19 Release: 1%{?dist} Summary: Pragma to use the C3 method resolution order algorithm -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-C3/ Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Class-C3-%{version}.tar.gz @@ -19,7 +19,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Algorithm::C3) >= 0.06 -BuildRequires: perl(Class::C3::XS) >= 0.04 +BuildRequires: perl(Class::C3::XS) >= 0.07 BuildRequires: perl(Test::Exception) >= 0.15 # testing... BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) @@ -27,7 +27,8 @@ BuildRequires: perl(Sub::Name) # missed! Requires: perl(Algorithm::C3) >= 0.06 -Requires: perl(Class::C3::XS) >= 0.03 +# strictly speaking, this is optional. However, speed is always nice :) +Requires: perl(Class::C3::XS) >= 0.07 %description This is a pragma to change Perl 5's standard method resolution order from @@ -73,6 +74,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Oct 10 2007 Chris Weyl 0.19-1 +- update to 0.19 + * Fri Jun 01 2007 Chris Weyl 0.18-1 - update to 0.18 diff --git a/sources b/sources index 0b274e3..3e9cd1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -930c53503b3b4c8adfe51af57dd599e0 Class-C3-0.18.tar.gz +bb3779da9c9786043ba2e0d9357b5078 Class-C3-0.19.tar.gz