diff --git a/.cvsignore b/.cvsignore index daae852..3e2e9bb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Load-0.10.tar.gz +Module-Load-0.12.tar.gz diff --git a/perl-Module-Load.spec b/perl-Module-Load.spec index a780f49..cb44317 100644 --- a/perl-Module-Load.spec +++ b/perl-Module-Load.spec @@ -1,14 +1,15 @@ Name: perl-Module-Load -Version: 0.10 -Release: 3%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Runtime require of both modules and files -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Load/ Source0: http://www.cpan.org/authors/id/K/KA/KANE/Module-Load-%{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)) %description @@ -40,11 +41,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Oct 15 2007 Steven Pritchard 0.12-1 +- Update to 0.12. +- Update License tag. +- Include CHANGES doc. +- BR Test::More. + * Wed Apr 18 2007 Steven Pritchard 0.10-3 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. diff --git a/sources b/sources index 9b276f7..d242128 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee40eb2fa3059381e43d1f14d414fe67 Module-Load-0.10.tar.gz +be2f196d1f364887eb94d08bb1e24c1d Module-Load-0.12.tar.gz