From 1f8792bad3a4b3c9ad021cd76d6b38cd5ba93914 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Jun 07 2009 08:32:19 +0000 Subject: - auto-update to 0.08 (by cpan-spec-update 0.01) - altered br on perl(Test::More) (0 => 0.47) - added a new br on perl(Carp) (version 0.01) --- diff --git a/.cvsignore b/.cvsignore index bc6ab4a..a2f2b0b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Algorithm-C3-0.07.tar.gz +Algorithm-C3-0.08.tar.gz diff --git a/perl-Algorithm-C3.spec b/perl-Algorithm-C3.spec index 53dd77a..c83f254 100644 --- a/perl-Algorithm-C3.spec +++ b/perl-Algorithm-C3.spec @@ -1,17 +1,17 @@ Name: perl-Algorithm-C3 -Version: 0.07 -Release: 3%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Module for merging hierarchies using the C3 algorithm License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Algorithm-C3/ -Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Algorithm-C3-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Algorithm-C3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.47 # cpan BuildRequires: perl(Module::Build) # for testing.... @@ -19,10 +19,13 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +### auto-added brs! +BuildRequires: perl(Carp) >= 0.01 + %description -This module implements the C3 algorithm. Most of the uses I have for C3 -revolve around class building and metamodels, but it could also be used for -things like dependency resolution as well since it tends to do such a nice +This module implements the C3 algorithm. Most of the uses I have for C3 +revolve around class building and metamodels, but it could also be used for +things like dependency resolution as well since it tends to do such a nice job of preserving local precendence orderings. %prep @@ -53,6 +56,11 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Jun 07 2009 Chris Weyl 0.08-1 +- auto-update to 0.08 (by cpan-spec-update 0.01) +- altered br on perl(Test::More) (0 => 0.47) +- added a new br on perl(Carp) (version 0.01) + * Thu Feb 26 2009 Fedora Release Engineering - 0.07-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 1e848d2..dbc0d5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e301c80f096182cb16a30f0db9603ee Algorithm-C3-0.07.tar.gz +07afb08682125c875b80c315d99f6f95 Algorithm-C3-0.08.tar.gz