From 522f43e426c8e7ae54d50d504960b21f8e4497b6 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Aug 06 2012 14:58:28 +0000 Subject: 0.19 bump --- diff --git a/.gitignore b/.gitignore index 598f0cf..2a3b690 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Test-Compile-0.13.tar.gz /Test-Compile-0.16.tar.gz /Test-Compile-0.17.tar.gz /Test-Compile-0.18.tar.gz +/Test-Compile-0.19.tar.gz diff --git a/perl-Test-Compile.spec b/perl-Test-Compile.spec index 97a22ec..75175b4 100644 --- a/perl-Test-Compile.spec +++ b/perl-Test-Compile.spec @@ -1,6 +1,6 @@ Name: perl-Test-Compile -Version: 0.18 -Release: 2%{?dist} +Version: 0.19 +Release: 1%{?dist} Summary: Check whether Perl module files compile correctly License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,7 @@ BuildRequires: perl(Test::More) >= 0.88 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} +%global __provides_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 @@ -46,6 +47,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Aug 06 2012 Petr Šabata - 0.19-1 +- 0.19 bump + * Fri Jul 20 2012 Fedora Release Engineering - 0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index e0f92eb..3da8769 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3c853bb25452580860778cd6b2213fb Test-Compile-0.18.tar.gz +24a1d02f252f70ea3a6f9d31ffaea537 Test-Compile-0.19.tar.gz