From 3e809dff120cc5f1bf846c77b340d1fbf9705da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 20 Sep 2012 13:27:01 +0200 Subject: [PATCH] Update to 0.08 --- .gitignore | 1 + perl-ExtUtils-CChecker.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 899d5dc..7b2ad5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ ExtUtils-CChecker-0.03.tar.gz /ExtUtils-CChecker-0.04.tar.gz +/ExtUtils-CChecker-0.08.tar.gz diff --git a/perl-ExtUtils-CChecker.spec b/perl-ExtUtils-CChecker.spec index e120144..7b9c801 100644 --- a/perl-ExtUtils-CChecker.spec +++ b/perl-ExtUtils-CChecker.spec @@ -1,16 +1,16 @@ Name: perl-ExtUtils-CChecker -Version: 0.04 -Release: 7%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Configure-time utilities for using C headers, libraries, or OS features License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-CChecker/ -Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/ExtUtils-CChecker-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/ExtUtils-CChecker-0.08.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(ExtUtils::CBuilder) @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Sep 20 2012 Marcela Mašláňová 0.08-1 +- update to 0.08 + * Fri Jul 20 2012 Fedora Release Engineering - 0.04-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 491f4c2..094587f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9167438302e41d83eda8ae002ed70d99 ExtUtils-CChecker-0.04.tar.gz +29df0875a60e2635f39f49b84aeaa502 ExtUtils-CChecker-0.08.tar.gz