Accepting request 177388 from home:coolo:update-perl

- updated to 0.08
     * Include PID in test file names to guard against collisions when
       building concurrently (RT76013)

OBS-URL: https://build.opensuse.org/request/show/177388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-CChecker?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2013-06-04 11:30:29 +00:00 committed by Git OBS Bridge
parent 956bd8be9b
commit 86ae9c7ac8
4 changed files with 13 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:413a18463bb433f720ad301074027734cfd8ef6c20378c0260e0c356cddcae4e
size 20250

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3425f08ad04f434e8b0294aa51fea0710381c4397e121074aaf666b1f281b107
size 20865

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 4 08:49:31 UTC 2013 - coolo@suse.com
- updated to 0.08
* Include PID in test file names to guard against collisions when
building concurrently (RT76013)
-------------------------------------------------------------------
Mon Dec 19 14:49:51 UTC 2011 - coolo@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-CChecker
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,10 +17,10 @@
Name: perl-ExtUtils-CChecker
Version: 0.07
Version: 0.08
Release: 0
%define cpan_name ExtUtils-CChecker
Summary: Configure-time utilities for using C headers
Summary: Configure-time utilities for using C headers,
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-CChecker/
@ -33,7 +33,6 @@ BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Fatal)
#BuildRequires: perl(ExtUtils::CChecker)
#BuildRequires: perl(Module::Build::Compat) >= 0.02
Requires: perl(ExtUtils::CBuilder)
%{perl_requires}