diff --git a/.cvsignore b/.cvsignore index 2669a4d..8e8f8b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File-chdir-0.06.tar.gz +File-chdir-0.09.tar.gz diff --git a/perl-File-chdir.spec b/perl-File-chdir.spec index aa649d2..88d493e 100644 --- a/perl-File-chdir.spec +++ b/perl-File-chdir.spec @@ -1,12 +1,14 @@ Name: perl-File-chdir -Version: 0.06 +Version: 0.09 Release: 2%{?dist} Summary: A more sensible way to change directories -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-chdir/ Source0: http://www.cpan.org/modules/by-module/File/File-chdir-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -46,6 +48,15 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Mar 5 2008 Tom "spot" Callaway - 0.09-2 +- rebuild for new perl + +* Thu Jan 17 2008 Ian Burrell - 0.09-1 +- Update to 0.09 + +* Thu Aug 16 2007 Ian M. Burrell - 0.06-3 +- Fix BuildRequires + * Tue Jun 27 2006 Ian M. Burrell - 0.06-2 - Fix rpmlint warnings diff --git a/sources b/sources index d55691e..47075ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41a4661789f6de97fb632e4560d37864 File-chdir-0.06.tar.gz +3682a18cfdc5589e7a14e497162f2dc7 File-chdir-0.09.tar.gz