diff --git a/.cvsignore b/.cvsignore index 9362700..a723f19 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ExtUtils-Depends-0.301.tar.gz +ExtUtils-Depends-0.302.tar.gz diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec index 410947a..02637b6 100644 --- a/perl-ExtUtils-Depends.spec +++ b/perl-ExtUtils-Depends.spec @@ -1,17 +1,21 @@ Name: perl-ExtUtils-Depends -Version: 0.301 -Release: 3%{?dist} +Version: 0.302 +Release: 1%{?dist} Summary: Easily build XS extensions that depend on XS extensions License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-Depends/ -Source0: http://www.cpan.org/authors/id/T/TS/TSCH/ExtUtils-Depends-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-Depends-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(File::Spec) +BuildRequires: perl(IO::File) + %description This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a @@ -48,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Jul 31 2009 Chris Weyl 0.302-1 +- auto-update to 0.302 (by cpan-spec-update 0.01) +- added a new br on perl(Data::Dumper) (version 0) +- added a new br on perl(File::Spec) (version 0) +- added a new br on perl(IO::File) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.301-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index f42dbda..f5d1d02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43c6655dde347a8e0b5b0675f11ec27e ExtUtils-Depends-0.301.tar.gz +db46426f0599668da95c21b53b532508 ExtUtils-Depends-0.302.tar.gz