Update to 0.08. BR Test::More.

This commit is contained in:
Steven Pritchard 2009-05-12 21:27:03 +00:00
parent c76498fe65
commit 7de882abb3
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
CPAN-DistnameInfo-0.07.tar.gz
CPAN-DistnameInfo-0.08.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-CPAN-DistnameInfo
Version: 0.07
Release: 2%{?dist}
Version: 0.08
Release: 1%{?dist}
Summary: Extract distribution name and version from a distribution filename
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/G/GB/GBARR/CPAN-DistnameInfo-%{ve
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
@ -54,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue May 12 2009 Steven Pritchard <steve@kspei.com> 0.08-1
- Update to 0.08.
- BR Test::More.
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
67be352964083d1dad3c97916d97937a CPAN-DistnameInfo-0.07.tar.gz
b7b03591a3b18b8bc3595560538b0b19 CPAN-DistnameInfo-0.08.tar.gz