ppisar pushed to perl-ExtUtils-CChecker (master). "0.10 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 31 09:05:21 UTC 2015


From e281dc3fb1ca83b23b2f9d7d57985b50e60f580a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 31 Aug 2015 11:05:07 +0200
Subject: 0.10 bump


diff --git a/.gitignore b/.gitignore
index 5b327c1..47c9c0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ ExtUtils-CChecker-0.03.tar.gz
 /ExtUtils-CChecker-0.04.tar.gz
 /ExtUtils-CChecker-0.08.tar.gz
 /ExtUtils-CChecker-0.09.tar.gz
+/ExtUtils-CChecker-0.10.tar.gz
diff --git a/perl-ExtUtils-CChecker.spec b/perl-ExtUtils-CChecker.spec
index b8d7711..47c342d 100644
--- a/perl-ExtUtils-CChecker.spec
+++ b/perl-ExtUtils-CChecker.spec
@@ -1,23 +1,27 @@
 %global pkgname ExtUtils-CChecker
 
 Name:           perl-ExtUtils-CChecker
-Version:        0.09
-Release:        5%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Configure-time utilities for using C headers, libraries, or OS features
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/ExtUtils-CChecker/
 Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/%{pkgname}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(ExtUtils::CBuilder)
+# Tests:
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More)
+# Optional tests:
 BuildRequires:  perl(Test::Pod) >= 1.00
-BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+Requires:       perl(Module::Build)
 
 %description
 Often Perl modules are written to wrap functionality found in existing C
@@ -40,11 +44,15 @@ perl Build.PL installdirs=vendor
 ./Build test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 31 2015 Petr Pisar <ppisar at redhat.com> - 0.10-1
+- 0.10 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index e3fc341..3098556 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c7b30a367fc67851be44f9b4c98b652  ExtUtils-CChecker-0.09.tar.gz
+5b07f15017dc5945f30cc2282acda448  ExtUtils-CChecker-0.10.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-ExtUtils-CChecker.git/commit/?h=master&id=e281dc3fb1ca83b23b2f9d7d57985b50e60f580a


More information about the perl-devel mailing list