From c833d7c7fcbaa59b77eb26ec637cf13e154f6704 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Apr 04 2010 19:44:15 +0000 Subject: Update to 0.24 and fix BR --- diff --git a/.cvsignore b/.cvsignore index 4a0f3bb..dd043de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Exception-Base-0.21.tar.gz +Exception-Base-0.24.tar.gz diff --git a/perl-Exception-Base.spec b/perl-Exception-Base.spec index b8baed1..b9f3cd4 100644 --- a/perl-Exception-Base.spec +++ b/perl-Exception-Base.spec @@ -1,6 +1,6 @@ Name: perl-Exception-Base -Version: 0.21 -Release: 4%{?dist} +Version: 0.24 +Release: 1%{?dist} Summary: Lightweight exceptions License: GPL+ or Artistic Group: Development/Libraries @@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/D/DE/DEXTER/Exception-Base-%{vers BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Unit::Lite) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -46,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Apr 4 2010 Emmanuel Seyman - 0.24-1 +- Update to 0.24 +- Add perl(Test::Unit::Lite) to BuildRequires. + * Mon Dec 7 2009 Stepan Kasal - 0.21-4 - rebuild against perl 5.10.1 diff --git a/sources b/sources index 58ab036..e1d2548 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cfe5d9b8803de4dbdfc5ee7020c3314 Exception-Base-0.21.tar.gz +5f3ed9d9758b1ed212d07de621b9424e Exception-Base-0.24.tar.gz