pghmcfc pushed to perl-Devel-CheckCompiler (master). "Update to 0.06 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 30 10:39:45 UTC 2015


From ad40e2926eef8af84b8e3fd13811bfde51a7dd18 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Tue, 30 Jun 2015 11:26:38 +0100
Subject: Update to 0.06

- New upstream release 0.06
  - More strict C99 check code
  - Fix for older GCC(< 5.0)

diff --git a/perl-Devel-CheckCompiler.spec b/perl-Devel-CheckCompiler.spec
index 25dd940..6b63d06 100644
--- a/perl-Devel-CheckCompiler.spec
+++ b/perl-Devel-CheckCompiler.spec
@@ -1,6 +1,6 @@
 Name:		perl-Devel-CheckCompiler
-Version:	0.05
-Release:	4%{?dist}
+Version:	0.06
+Release:	1%{?dist}
 Summary:	Check the compiler's availability
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Devel-CheckCompiler/
@@ -8,13 +8,13 @@ Source0:	http://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-
 BuildArch:	noarch
 # Module Build
 BuildRequires:	perl
-BuildRequires:	perl(CPAN::Meta)
-BuildRequires:	perl(CPAN::Meta::Prereqs)
 BuildRequires:	perl(File::Basename)
+BuildRequires:	perl(File::Copy)
 BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Module::Build)
 # Module Runtime
+BuildRequires:	perl(Config)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::CBuilder)
 BuildRequires:	perl(parent)
@@ -51,6 +51,11 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/Devel::CheckCompiler.3*
 
 %changelog
+* Tue Jun 30 2015 Paul Howarth <paul at city-fan.org> - 0.06-1
+- Update to 0.06
+  - More strict C99 check code
+  - Fix for older GCC(< 5.0)
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.05-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 5eb462d..790f4d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c100463971b68f4125062447648eb82d  Devel-CheckCompiler-0.05.tar.gz
+d81af49ead753d49dd2cfd4cb33cf8a0  Devel-CheckCompiler-0.06.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Devel-CheckCompiler.git/commit/?h=master&id=ad40e2926eef8af84b8e3fd13811bfde51a7dd18


More information about the perl-devel mailing list