diff --git a/.cvsignore b/.cvsignore index 22465d6..a3e6560 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -UNIVERSAL-can-1.11.tar.gz +UNIVERSAL-can-1.12.tar.gz diff --git a/perl-UNIVERSAL-can.spec b/perl-UNIVERSAL-can.spec index e712659..c2c04be 100644 --- a/perl-UNIVERSAL-can.spec +++ b/perl-UNIVERSAL-can.spec @@ -1,5 +1,5 @@ Name: perl-UNIVERSAL-can -Version: 1.11 +Version: 1.12 Release: 1%{?dist} Summary: Hack around people calling UNIVERSAL::can() as a function @@ -11,7 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Warn) >= 0.08 BuildRequires: perl(Test::Simple) >= 0.60 BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 @@ -44,7 +43,8 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check -./Build test +mv t/developer/0-signature.t t/developer/0-signature.t.disable +PERL_RUN_ALL_TESTS=1 ./Build test %clean @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 5 2006 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + * Fri Feb 10 2006 Jose Pedro Oliveira - 1.11-1 - Update to 1.11. - No longer build requires perl(Test::Exception). diff --git a/sources b/sources index 2c88b91..e3c702e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a11167ca16c6d9767bab1ee41332f096 UNIVERSAL-can-1.11.tar.gz +4386c4f7479447fc5b51e8c3770cd2f4 UNIVERSAL-can-1.12.tar.gz