diff --git a/.cvsignore b/.cvsignore index f738fa2..0b5e138 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Text-WikiFormat-0.77.tar.gz +Text-WikiFormat-0.78.tar.gz diff --git a/perl-Text-WikiFormat.spec b/perl-Text-WikiFormat.spec index 87fb45b..5c9c012 100644 --- a/perl-Text-WikiFormat.spec +++ b/perl-Text-WikiFormat.spec @@ -1,6 +1,6 @@ Name: perl-Text-WikiFormat -Version: 0.77 -Release: 2%{?dist} +Version: 0.78 +Release: 1%{?dist} Summary: Translate Wiki formatted text into other formats Group: Development/Libraries @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(Module::Build) BuildRequires: perl(URI::Escape) +BuildRequires: perl(Scalar::Util) >= 1.14 BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -40,8 +41,8 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check -mv t/0-signature.t t/0.signature.t.skip -./Build test +mv t/developer/0-signature.t t/developer/0-signature.t.disable +PERL_RUN_ALL_TESTS=1 ./Build test %clean @@ -56,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 31 2006 Jose Pedro Oliveira - 0.78-1 +- Update to 0.78. + * Mon Feb 20 2006 Jose Pedro Oliveira - 0.77-2 - Rebuild for FC5 (perl 5.8.8). diff --git a/sources b/sources index 553b205..30fb85a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1264c90c76320a51ba61089b6a201e03 Text-WikiFormat-0.77.tar.gz +646c0ea411247a0293eb69a216451beb Text-WikiFormat-0.78.tar.gz