Hello community,
here is the log from the commit of package perl-Config-AutoConf for
openSUSE:Factory checked in at 2013-06-06 13:11:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-AutoConf (Old)
and /work/SRC/openSUSE:Factory/.perl-Config-AutoConf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-AutoConf"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Config-AutoConf/perl-Config-AutoConf.changes
2012-03-07 13:44:21.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Config-AutoConf.new/perl-Config-AutoConf.changes
2013-06-06 13:11:34.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Jun 3 15:51:32 UTC 2013 - [email protected]
+
+- updated to 0.22
+ - Flag some more tests as TODO.
+ - Flag -lm tests as 'TODO' as they might fail in some Windows
+ machines
+ - Add stdint.h into check_default_headers
+ - Make POD tests author only.
+
+-------------------------------------------------------------------
Old:
----
Config-AutoConf-0.19.tar.gz
New:
----
Config-AutoConf-0.22.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Config-AutoConf.spec ++++++
--- /var/tmp/diff_new_pack.OcutZM/_old 2013-06-06 13:11:34.000000000 +0200
+++ /var/tmp/diff_new_pack.OcutZM/_new 2013-06-06 13:11:34.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Config-AutoConf
#
-# Copyright (c) 2012 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,11 +17,11 @@
Name: perl-Config-AutoConf
-Version: 0.19
+Version: 0.22
Release: 0
%define cpan_name Config-AutoConf
Summary: A module to implement some of AutoConf macros in pure perl
-License: GPL-1.0+ or Artistic-1.0
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-AutoConf/
Source:
http://www.cpan.org/authors/id/A/AM/AMBS/Config/%{cpan_name}-%{version}.tar.gz
++++++ Config-AutoConf-0.19.tar.gz -> Config-AutoConf-0.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-AutoConf-0.19/Changes
new/Config-AutoConf-0.22/Changes
--- old/Config-AutoConf-0.19/Changes 2012-02-07 19:45:31.000000000 +0100
+++ new/Config-AutoConf-0.22/Changes 2012-12-11 16:22:24.000000000 +0100
@@ -1,5 +1,16 @@
Revision history for Config-AutoConf
+0.22 Dec 11, 2012
+ - Flag some more tests as TODO.
+
+0.21 Dec 2, 2012
+ - Flag -lm tests as 'TODO' as they might fail in some Windows
+ machines
+
+0.20 Nov 9, 2012
+ - Add stdint.h into check_default_headers
+ - Make POD tests author only.
+
0.19 Feb 7, 2012
- Added new method, check_lm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-AutoConf-0.19/META.json
new/Config-AutoConf-0.22/META.json
--- old/Config-AutoConf-0.19/META.json 2012-02-07 19:46:25.000000000 +0100
+++ new/Config-AutoConf-0.22/META.json 2012-12-11 16:25:02.000000000 +0100
@@ -4,9 +4,9 @@
"Alberto Simoes <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter
version 2.120351",
+ "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter
version 2.120921",
"license" : [
- "unknown"
+ "perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
@@ -39,5 +39,5 @@
}
},
"release_status" : "stable",
- "version" : "0.19"
+ "version" : "0.22"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-AutoConf-0.19/META.yml
new/Config-AutoConf-0.22/META.yml
--- old/Config-AutoConf-0.19/META.yml 2012-02-07 19:46:25.000000000 +0100
+++ new/Config-AutoConf-0.22/META.yml 2012-12-11 16:25:02.000000000 +0100
@@ -7,8 +7,8 @@
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version
2.120351'
-license: unknown
+generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter
version 2.120921'
+license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
@@ -21,4 +21,4 @@
Capture::Tiny: 0
ExtUtils::CBuilder: 0.23
Test::More: 0
-version: 0.19
+version: 0.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-AutoConf-0.19/Makefile.PL
new/Config-AutoConf-0.22/Makefile.PL
--- old/Config-AutoConf-0.19/Makefile.PL 2011-12-29 21:55:21.000000000
+0100
+++ new/Config-AutoConf-0.22/Makefile.PL 2012-02-12 17:04:12.000000000
+0100
@@ -7,6 +7,7 @@
WriteMakefile(
NAME => 'Config::AutoConf',
AUTHOR => 'Alberto Simoes <[email protected]>',
+ LICENSE => 'perl',
VERSION_FROM => 'lib/Config/AutoConf.pm',
ABSTRACT_FROM => 'lib/Config/AutoConf.pm',
PL_FILES => {},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-AutoConf-0.19/lib/Config/AutoConf.pm
new/Config-AutoConf-0.22/lib/Config/AutoConf.pm
--- old/Config-AutoConf-0.19/lib/Config/AutoConf.pm 2012-02-07
19:45:39.000000000 +0100
+++ new/Config-AutoConf-0.22/lib/Config/AutoConf.pm 2012-12-11
16:22:35.000000000 +0100
@@ -23,7 +23,7 @@
our $LIBEXT = (defined $Config{dlext}) ? ("." . $Config{dlext}) : ($^O =~
/darwin/i) ? ".dylib" : ( ($^O =~ /mswin32/i) ? ".dll" : ".so" );
our $EXEEXT = ($^O =~ /mswin32/i) ? ".exe" : "";
-=encoding utf-8
+=encoding UTF-8
=head1 NAME
@@ -31,7 +31,7 @@
=cut
-our $VERSION = '0.19';
+our $VERSION = '0.22';
=head1 ABSTRACT
@@ -1498,7 +1498,7 @@
sub check_default_headers {
my $self = shift->_get_instance();
- my $rc = $self->check_stdc_headers() and $self->check_all_headers(
qw(sys/types.h sys/stat.h memory.h strings.h inttypes.h unistd.h) );
+ my $rc = $self->check_stdc_headers() and $self->check_all_headers(
qw(sys/types.h sys/stat.h memory.h strings.h inttypes.h stdint.h unistd.h) );
return $rc;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-AutoConf-0.19/t/03.link.t
new/Config-AutoConf-0.22/t/03.link.t
--- old/Config-AutoConf-0.19/t/03.link.t 2011-12-29 22:00:50.000000000
+0100
+++ new/Config-AutoConf-0.22/t/03.link.t 2012-12-11 16:22:08.000000000
+0100
@@ -13,10 +13,16 @@
ok( $ac_1 = Config::AutoConf->new(), "Instantiating Config::AutoConf for
check_lib() tests" );
ok( $ac_2 = Config::AutoConf->new(), "Instantiating Config::AutoConf for
search_libs() tests" );
-## OK, we really hope people have -lm around
-ok($ac_1->check_lib("m", "atan"), "atan() in -lm");
-ok(!$ac_1->check_lib("m", "foobar"), "foobar() not in -lm");
+TODO: {
+ local $TODO = "It seems some Windows machine doesn't have -lm";
+
+ ## OK, we really hope people have -lm around
+ ok($ac_1->check_lib("m", "atan"), "atan() in -lm");
+ ok(!$ac_1->check_lib("m", "foobar"), "foobar() not in -lm");
+
+ my $where_atan;
+ ok( $where_atan = $ac_2->search_libs( "atan", [qw(m)] ), "searching lib
for atan()" );
+ isnt( $where_atan, 0, "library for atan() found (or none required)" );
+
+};
-my $where_atan;
-ok( $where_atan = $ac_2->search_libs( "atan", [qw(m)] ), "searching lib for
atan()" );
-isnt( $where_atan, 0, "library for atan() found (or none required)" );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-AutoConf-0.19/t/pod-coverage.t
new/Config-AutoConf-0.22/t/pod-coverage.t
--- old/Config-AutoConf-0.19/t/pod-coverage.t 2007-12-13 23:17:26.000000000
+0100
+++ new/Config-AutoConf-0.22/t/pod-coverage.t 2012-06-08 22:58:08.000000000
+0200
@@ -3,4 +3,5 @@
use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
if $@;
+plan skip_all => "Set AUTHOR_TESTS for author tests." unless
$ENV{AUTHOR_TESTS};
all_pod_coverage_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-AutoConf-0.19/t/pod.t
new/Config-AutoConf-0.22/t/pod.t
--- old/Config-AutoConf-0.19/t/pod.t 2007-12-13 23:17:26.000000000 +0100
+++ new/Config-AutoConf-0.22/t/pod.t 2012-06-08 22:58:02.000000000 +0200
@@ -3,4 +3,5 @@
use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
+plan skip_all => "Set AUTHOR_TESTS for author tests." unless
$ENV{AUTHOR_TESTS};
all_pod_files_ok();
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]