[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit perl-ExtUtils-CChecker for openSUSE:Factory
From:       root () hilbert ! suse ! de (h_root)
Date:       2014-02-28 18:00:39
Message-ID: 20140228180039.9CB02AE03B () hilbert ! suse ! de
[Download RAW message or body]

Hello community,

here is the log from the commit of package perl-ExtUtils-CChecker for \
openSUSE:Factory checked in at 2014-02-28 19:00:37 \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing \
/work/SRC/openSUSE:Factory/perl-ExtUtils-CChecker (Old)  and      \
/work/SRC/openSUSE:Factory/.perl-ExtUtils-CChecker.new (New) \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-ExtUtils-CChecker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-ExtUtils-CChecker/perl-ExtUtils-CChecker.changes	2013-06-06 \
                15:02:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-ExtUtils-CChecker.new/perl-ExtUtils-CChecker.changes	2014-02-28 \
19:00:38.000000000 +0100 @@ -1,0 +2,7 @@
+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
+
+-------------------------------------------------------------------

Old:
----
  ExtUtils-CChecker-0.08.tar.gz

New:
----
  ExtUtils-CChecker-0.09.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-ExtUtils-CChecker.spec ++++++
--- /var/tmp/diff_new_pack.QjJzrg/_old	2014-02-28 19:00:39.000000000 +0100
+++ /var/tmp/diff_new_pack.QjJzrg/_new	2014-02-28 19:00:39.000000000 +0100
@@ -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(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.

++++++ ExtUtils-CChecker-0.08.tar.gz -> ExtUtils-CChecker-0.09.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/ExtUtils-CChecker-0.08/Changes \
                new/ExtUtils-CChecker-0.09/Changes
--- old/ExtUtils-CChecker-0.08/Changes	2012-03-25 18:51:07.000000000 +0200
+++ new/ExtUtils-CChecker-0.09/Changes	2013-12-12 18:12:43.000000000 +0100
@@ -1,5 +1,10 @@
 Revision history for ExtUtils-CChecker
 
+0.09    2013/12/12 17:10:39
+        [CHANGES]
+         * Add a 'quiet' option so EU:CB's quiet can be disabled (RT91363)
+         * Fixed some typoes in docs
+
 0.08    CHANGES:
          * Include PID in test file names to guard against collisions when
            building concurrently (RT76013)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/ExtUtils-CChecker-0.08/LICENSE \
                new/ExtUtils-CChecker-0.09/LICENSE
--- old/ExtUtils-CChecker-0.08/LICENSE	2012-03-25 18:51:07.000000000 +0200
+++ new/ExtUtils-CChecker-0.09/LICENSE	2013-12-12 18:12:43.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2012 by Paul Evans <leonerd@leonerd.org.uk>.
+This software is copyright (c) 2013 by Paul Evans <leonerd@leonerd.org.uk>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2012 by Paul Evans <leonerd@leonerd.org.uk>.
+This software is Copyright (c) 2013 by Paul Evans <leonerd@leonerd.org.uk>.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2012 by Paul Evans <leonerd@leonerd.org.uk>.
+This software is Copyright (c) 2013 by Paul Evans <leonerd@leonerd.org.uk>.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/ExtUtils-CChecker-0.08/MANIFEST \
                new/ExtUtils-CChecker-0.09/MANIFEST
--- old/ExtUtils-CChecker-0.08/MANIFEST	2012-03-25 18:51:07.000000000 +0200
+++ new/ExtUtils-CChecker-0.09/MANIFEST	2013-12-12 18:12:43.000000000 +0100
@@ -4,6 +4,7 @@
 LICENSE
 Makefile.PL
 MANIFEST			This list of files
+META.json
 META.yml
 README
 t/00use.t
@@ -13,4 +14,3 @@
 t/04module_build.t
 t/05defines_to.t
 t/99pod.t
-META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/ExtUtils-CChecker-0.08/META.json \
                new/ExtUtils-CChecker-0.09/META.json
--- old/ExtUtils-CChecker-0.08/META.json	2012-03-25 18:51:07.000000000 +0200
+++ new/ExtUtils-CChecker-0.09/META.json	2013-12-12 18:12:43.000000000 +0100
@@ -1,10 +1,10 @@
 {
-   "abstract" : "configure-time utilities for using C headers,\nlibraries, or OS \
features", +   "abstract" : "configure-time utilities for using C headers,",
    "author" : [
       "Paul Evans <leonerd@leonerd.org.uk>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version \
2.120630", +   "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter \
version 2.132830",  "license" : [
       "perl_5"
    ],
@@ -30,7 +30,7 @@
    "provides" : {
       "ExtUtils::CChecker" : {
          "file" : "lib/ExtUtils/CChecker.pm",
-         "version" : "0.08"
+         "version" : "0.09"
       }
    },
    "release_status" : "stable",
@@ -39,5 +39,5 @@
          "http://dev.perl.org/licenses/"
       ]
    },
-   "version" : "0.08"
+   "version" : "0.09"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/ExtUtils-CChecker-0.08/META.yml \
                new/ExtUtils-CChecker-0.09/META.yml
--- old/ExtUtils-CChecker-0.08/META.yml	2012-03-25 18:51:07.000000000 +0200
+++ new/ExtUtils-CChecker-0.09/META.yml	2013-12-12 18:12:43.000000000 +0100
@@ -1,5 +1,5 @@
 ---
-abstract: "configure-time utilities for using C headers,\nlibraries, or OS features"
+abstract: 'configure-time utilities for using C headers,'
 author:
   - 'Paul Evans <leonerd@leonerd.org.uk>'
 build_requires:
@@ -7,7 +7,7 @@
   Test::Fatal: 0
   Test::More: 0
 dynamic_config: 1
-generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.120630'
+generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.132830'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,9 +16,9 @@
 provides:
   ExtUtils::CChecker:
     file: lib/ExtUtils/CChecker.pm
-    version: 0.08
+    version: 0.09
 requires:
   ExtUtils::CBuilder: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.08
+version: 0.09
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/ExtUtils-CChecker-0.08/Makefile.PL \
                new/ExtUtils-CChecker-0.09/Makefile.PL
--- old/ExtUtils-CChecker-0.08/Makefile.PL	2012-03-25 18:51:07.000000000 +0200
+++ new/ExtUtils-CChecker-0.09/Makefile.PL	2013-12-12 18:12:43.000000000 +0100
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3800
+# Note: this file was auto-generated by Module::Build::Compat version 0.4007
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/ExtUtils-CChecker-0.08/README \
                new/ExtUtils-CChecker-0.09/README
--- old/ExtUtils-CChecker-0.08/README	2012-03-25 18:51:07.000000000 +0200
+++ new/ExtUtils-CChecker-0.09/README	2013-12-12 18:12:43.000000000 +0100
@@ -24,9 +24,9 @@
      )->create_build_script;
 
 DESCRIPTION
-    Often Perl modules are written to wrap functionallity 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
+    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.
 
     Objects in this class provide an extension around ExtUtils::CBuilder to
@@ -39,7 +39,7 @@
 
 CONSTRUCTOR
   $cc = ExtUtils::CChecker->new( %args )
-    Returns a new instance of a `ExtUtils::CChecker' object. Takes teh
+    Returns a new instance of a `ExtUtils::CChecker' object. Takes the
     following named parameters:
 
     defines_to => PATH
@@ -47,6 +47,12 @@
             file of the given name, instead of by adding extra `-D*SYMBOL*'
             arguments to the compiler flags.
 
+    quiet => BOOL
+            If given, sets the `quiet' option to the underlying
+            `ExtUtils::CBuilder' instance. If absent, defaults to enabled.
+            To disable quietness, i.e. to print more verbosely, pass a
+            defined-but-false value, such as `0'.
+
 METHODS
   $dirs = $cc->include_dirs
     Returns the currently-configured include directories in an ARRAY
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/ExtUtils-CChecker-0.08/lib/ExtUtils/CChecker.pm \
                new/ExtUtils-CChecker-0.09/lib/ExtUtils/CChecker.pm
--- old/ExtUtils-CChecker-0.08/lib/ExtUtils/CChecker.pm	2012-03-25 18:51:07.000000000 \
                +0200
+++ new/ExtUtils-CChecker-0.09/lib/ExtUtils/CChecker.pm	2013-12-12 18:12:43.000000000 \
+0100 @@ -8,7 +8,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use Carp;
 
@@ -43,7 +43,7 @@
 
 =head1 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
 F<Build.PL> or F<Makefile.PL> file to check for the existance of these
 requirements before attempting to actually build the module.
@@ -64,7 +64,7 @@
 
 =head2 $cc = ExtUtils::CChecker->new( %args )
 
-Returns a new instance of a C<ExtUtils::CChecker> object. Takes teh following
+Returns a new instance of a C<ExtUtils::CChecker> object. Takes the following
 named parameters:
 
 =over 8
@@ -75,6 +75,12 @@
 the given name, instead of by adding extra C<-DI<SYMBOL>> arguments to the
 compiler flags.
 
+=item quiet => BOOL
+
+If given, sets the C<quiet> option to the underlying C<ExtUtils::CBuilder>
+instance. If absent, defaults to enabled. To disable quietness, i.e. to print
+more verbosely, pass a defined-but-false value, such as C<0>.
+
 =back
 
 =cut
@@ -84,7 +90,10 @@
    my $class = shift;
    my %args = @_;
 
-   my $cb = ExtUtils::CBuilder->new( quiet => 1 );
+   my $quiet = 1;
+   $quiet = 0 if defined $args{quiet} and !$args{quiet};
+
+   my $cb = ExtUtils::CBuilder->new( quiet => $quiet );
 
    return bless {
       cb  => $cb,

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org
For additional commands, e-mail: opensuse-commit+help@opensuse.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic