From 4350e9bc9c2e1af6d6433494aa0535e6c727f097 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sat, 17 Jan 2009 19:32:04 +0000 Subject: [PATCH] Update to 1.02. BR Test::More, Test::CPAN::Meta, and Test::MinimumVersion. Set AUTOMATED_TESTING so we run the pod and meta tests. --- .cvsignore | 2 +- perl-Image-Math-Constrain.spec | 16 ++++++++++++---- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 31eaabb..fa2b8c1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-Math-Constrain-1.01.tar.gz +Image-Math-Constrain-1.02.tar.gz diff --git a/perl-Image-Math-Constrain.spec b/perl-Image-Math-Constrain.spec index 5a9092e..d02457e 100644 --- a/perl-Image-Math-Constrain.spec +++ b/perl-Image-Math-Constrain.spec @@ -1,6 +1,6 @@ Name: perl-Image-Math-Constrain -Version: 1.01 -Release: 2%{?dist} +Version: 1.02 +Release: 1%{?dist} Summary: Scaling math used in image size constraining (such as thumbnails) License: GPL+ or Artistic Group: Development/Libraries @@ -9,7 +9,10 @@ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Image-Math-Constrain-% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod) >= 1.26 +BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Test::MinimumVersion) >= 0.008 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,7 +40,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +make test AUTOMATED_TESTING=1 %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Aug 05 2008 Steven Pritchard 1.02-1 +- Update to 1.02. +- BR Test::More, Test::CPAN::Meta, and Test::MinimumVersion. +- Set AUTOMATED_TESTING so we run the pod and meta tests. + * Wed Mar 05 2008 Tom "spot" Callaway 1.01-2 - rebuild for new perl diff --git a/sources b/sources index e4d5f58..20fa5ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -92980c42977b0dfe9dba715d405313b0 Image-Math-Constrain-1.01.tar.gz +74edb272d148b26e9ac60ce25d960a92 Image-Math-Constrain-1.02.tar.gz