From 3ef713071cc4bbfeb5f230c9126415a474f70dcc Mon Sep 17 00:00:00 2001 From: corsepiu Date: Wed, 9 Jul 2008 10:40:21 +0000 Subject: [PATCH] - Upstream update. - BR: perl(Test::Pod), perl(Test::Pod::Coverage). --- .cvsignore | 2 +- perl-Class-Data-Inheritable.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 32f4492..d182919 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Class-Data-Inheritable-0.06.tar.gz +Class-Data-Inheritable-0.08.tar.gz diff --git a/perl-Class-Data-Inheritable.spec b/perl-Class-Data-Inheritable.spec index ca875d2..c54f039 100644 --- a/perl-Class-Data-Inheritable.spec +++ b/perl-Class-Data-Inheritable.spec @@ -1,6 +1,6 @@ Name: perl-Class-Data-Inheritable -Version: 0.06 -Release: 5%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Inheritable, overridable class data Group: Development/Libraries License: GPL+ or Artistic @@ -12,6 +12,10 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1, perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# For improved tests +BuildRequires: perl(Test::Pod::Coverage) >= 1.00 +BuildRequires: perl(Test::Pod) >= 1.00 + %description Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your @@ -45,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 09 2008 Ralf Corsépius - 0.08-1 +- Upstream update. +- BR: perl(Test::Pod), perl(Test::Pod::Coverage). + * Wed Jul 09 2008 Ralf Corsépius - 0.06-5 - Fix broken Source0-URL. diff --git a/sources b/sources index 46a0511..0e7c9da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86d95ee16854a5503dc9f86a2f2ffa83 Class-Data-Inheritable-0.06.tar.gz +fc0fe65926eb8fb932743559feb54eb9 Class-Data-Inheritable-0.08.tar.gz