commit a1485b7339cc2dd76631e71f949fa7f32e96c1f1 Author: Jitka Plesnikova <jplesnik@xxxxxxxxxx> Date: Thu Sep 13 12:41:09 2012 +0200 Update to 0.21 .gitignore | 1 + perl-Test-Compile.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index 35b2a53..7ed9485 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ Test-Compile-0.13.tar.gz /Test-Compile-0.18.tar.gz /Test-Compile-0.19.tar.gz /Test-Compile-0.20.tar.gz +/Test-Compile-0.21.tar.gz diff --git a/perl-Test-Compile.spec b/perl-Test-Compile.spec index aef352f..5a52c3e 100644 --- a/perl-Test-Compile.spec +++ b/perl-Test-Compile.spec @@ -1,5 +1,5 @@ Name: perl-Test-Compile -Version: 0.20 +Version: 0.21 Release: 1%{?dist} Summary: Check whether Perl module files compile correctly License: GPL+ or Artistic @@ -19,9 +19,6 @@ BuildRequires: perl(Test::More) >= 0.88 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} -# Don't provide the internal module -%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Test::Compile::Internal.* -%global __requires_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Test::Compile::Internal.* %description Test::Compile lets you check the validity of a Perl module file or Perl script @@ -49,6 +46,11 @@ make test %{_mandir}/man3/* %changelog +* Thu Sep 13 2012 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.21-1 +- 0.21 bump +- Remove the filter of ::Internal module. It is no longer 'beta' and could + be used directly to test a CPAN distribution. + * Thu Aug 09 2012 Petr Šabata <contyk@xxxxxxxxxx> - 0.20-1 - 0.20 bump diff --git a/sources b/sources index 8f33789..06a52ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a832a25bda5f2d28201f827af97a132 Test-Compile-0.20.tar.gz +632358cf8fb1ff75180220fbc2342b82 Test-Compile-0.21.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel