Stephan Kulow 2014-02-24 06:31:05 +00:00 committed by Git OBS Bridge
parent 86ae9c7ac8
commit d531c66817
4 changed files with 14 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 24 06:09:59 UTC 2014 - coolo@suse.com
- updated to 0.09
* Add a 'quiet' option so EU:CB's quiet can be disabled (RT91363)
* Fixed some typoes in docs
-------------------------------------------------------------------
Tue Jun 4 08:49:31 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-CChecker
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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.08
Version: 0.09
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/
@ -32,12 +32,11 @@ BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Fatal)
#BuildRequires: perl(ExtUtils::CChecker)
Requires: perl(ExtUtils::CBuilder)
%{perl_requires}
%description
Often Perl modules are written to wrap functionallity found in existing C
Often Perl modules are written to wrap functionality found in existing C
headers, libraries, or to use OS-specific features. It is useful in the
_Build.PL_ or _Makefile.PL_ file to check for the existance of these
requirements before attempting to actually build the module.