Hello community,
here is the log from the commit of package perl-Scalar-List-Utils for
openSUSE:Factory checked in at 2017-09-13 21:35:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Scalar-List-Utils (Old)
and /work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Scalar-List-Utils"
Wed Sep 13 21:35:04 2017 rev:13 rq:523581 version:1.49
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Scalar-List-Utils/perl-Scalar-List-Utils.changes
2017-06-27 10:20:36.404839363 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new/perl-Scalar-List-Utils.changes
2017-09-13 21:35:05.422050498 +0200
@@ -1,0 +2,11 @@
+Sat Sep 9 06:19:59 UTC 2017 - [email protected]
+
+- updated to 1.49
+ see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
+
+ 1.49 -- 2017-09-08 12:25:54
+ [CHANGES]
+ * Fixes for unit tests to pass on perl 5.6.2
+ * Fix typo in documentation
+
+-------------------------------------------------------------------
Old:
----
Scalar-List-Utils-1.48.tar.gz
New:
----
Scalar-List-Utils-1.49.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Scalar-List-Utils.spec ++++++
--- /var/tmp/diff_new_pack.bpzrVY/_old 2017-09-13 21:35:06.257932891 +0200
+++ /var/tmp/diff_new_pack.bpzrVY/_new 2017-09-13 21:35:06.261932328 +0200
@@ -17,7 +17,7 @@
Name: perl-Scalar-List-Utils
-Version: 1.48
+Version: 1.49
Release: 0
%define cpan_name Scalar-List-Utils
Summary: Common Scalar and List utility subroutines
++++++ Scalar-List-Utils-1.48.tar.gz -> Scalar-List-Utils-1.49.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/Changes
new/Scalar-List-Utils-1.49/Changes
--- old/Scalar-List-Utils-1.48/Changes 2017-06-23 18:30:58.000000000 +0200
+++ new/Scalar-List-Utils-1.49/Changes 2017-09-08 13:27:37.000000000 +0200
@@ -1,3 +1,8 @@
+1.49 -- 2017-09-08 12:25:54
+ [CHANGES]
+ * Fixes for unit tests to pass on perl 5.6.2
+ * Fix typo in documentation
+
1.48 -- 2017/06/23 17:29:42
[CHANGES]
* Note in documentation that outer function's @_ can be accessed in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/META.json
new/Scalar-List-Utils-1.49/META.json
--- old/Scalar-List-Utils-1.48/META.json 2017-06-23 18:32:10.000000000
+0200
+++ new/Scalar-List-Utils-1.49/META.json 2017-09-08 13:30:18.000000000
+0200
@@ -4,7 +4,7 @@
"Graham Barr <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -49,6 +49,6 @@
"web" : "https://github.com/Scalar-List-Utils/Scalar-List-Utils"
}
},
- "version" : "1.48",
- "x_serialization_backend" : "JSON::PP version 2.27300_01"
+ "version" : "1.49",
+ "x_serialization_backend" : "JSON::PP version 2.27400_02"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/META.yml
new/Scalar-List-Utils-1.49/META.yml
--- old/Scalar-List-Utils-1.48/META.yml 2017-06-23 18:32:10.000000000 +0200
+++ new/Scalar-List-Utils-1.49/META.yml 2017-09-08 13:30:18.000000000 +0200
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,5 +23,5 @@
resources:
bugtracker:
https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils
repository: https://github.com/Scalar-List-Utils/Scalar-List-Utils.git
-version: '1.48'
+version: '1.49'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/lib/List/Util/XS.pm
new/Scalar-List-Utils-1.49/lib/List/Util/XS.pm
--- old/Scalar-List-Utils-1.48/lib/List/Util/XS.pm 2017-06-23
18:28:54.000000000 +0200
+++ new/Scalar-List-Utils-1.49/lib/List/Util/XS.pm 2017-09-08
13:27:41.000000000 +0200
@@ -3,7 +3,7 @@
use warnings;
use List::Util;
-our $VERSION = "1.48"; # FIXUP
+our $VERSION = "1.49"; # FIXUP
$VERSION = eval $VERSION; # FIXUP
1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/lib/List/Util.pm
new/Scalar-List-Utils-1.49/lib/List/Util.pm
--- old/Scalar-List-Utils-1.48/lib/List/Util.pm 2017-06-23 18:28:54.000000000
+0200
+++ new/Scalar-List-Utils-1.49/lib/List/Util.pm 2017-09-08 13:27:41.000000000
+0200
@@ -15,7 +15,7 @@
all any first min max minstr maxstr none notall product reduce sum sum0
shuffle uniq uniqnum uniqstr
pairs unpairs pairkeys pairvalues pairmap pairgrep pairfirst
);
-our $VERSION = "1.48";
+our $VERSION = "1.49";
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -116,7 +116,7 @@
The above example code blocks also suggest how to use C<reduce> to build a
more efficient combined version of one of these basic functions and a C<map>
-block. For example, to find the total length of the all the strings in a list,
+block. For example, to find the total length of all the strings in a list,
we could use
$total = sum map { length } @strings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/lib/Scalar/Util.pm
new/Scalar-List-Utils-1.49/lib/Scalar/Util.pm
--- old/Scalar-List-Utils-1.48/lib/Scalar/Util.pm 2017-06-23
18:28:54.000000000 +0200
+++ new/Scalar-List-Utils-1.49/lib/Scalar/Util.pm 2017-09-08
13:27:41.000000000 +0200
@@ -17,7 +17,7 @@
dualvar isdual isvstring looks_like_number openhandle readonly set_prototype
tainted
);
-our $VERSION = "1.48";
+our $VERSION = "1.49";
$VERSION = eval $VERSION;
require List::Util; # List::Util loads the XS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/lib/Sub/Util.pm
new/Scalar-List-Utils-1.49/lib/Sub/Util.pm
--- old/Scalar-List-Utils-1.48/lib/Sub/Util.pm 2017-06-23 18:28:54.000000000
+0200
+++ new/Scalar-List-Utils-1.49/lib/Sub/Util.pm 2017-09-08 13:27:41.000000000
+0200
@@ -15,7 +15,7 @@
subname set_subname
);
-our $VERSION = "1.48";
+our $VERSION = "1.49";
$VERSION = eval $VERSION;
require List::Util; # as it has the XS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/t/product.t
new/Scalar-List-Utils-1.49/t/product.t
--- old/Scalar-List-Utils-1.48/t/product.t 2017-06-23 18:28:54.000000000
+0200
+++ new/Scalar-List-Utils-1.49/t/product.t 2017-09-08 13:27:41.000000000
+0200
@@ -112,8 +112,12 @@
is($t, (1<<31) - (1<<62), 'min * max');
$t = product($max, $min);
is($t, (1<<31) - (1<<62), 'max * min');
+
+ SKIP: {
+ skip "known to fail on $]", 1 if $] le "5.006002";
$t = product($max, $max);
is($t, (1<<62)-(1<<32)+1, 'max * max');
+ }
$t = product($min*8, $min);
cmp_ok($t, '>', (1<<61), 'min*8*min'); # may be an NV
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/t/rt-96343.t
new/Scalar-List-Utils-1.49/t/rt-96343.t
--- old/Scalar-List-Utils-1.48/t/rt-96343.t 2017-06-23 18:28:54.000000000
+0200
+++ new/Scalar-List-Utils-1.49/t/rt-96343.t 2017-09-08 13:27:41.000000000
+0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use Test::More;
+use Test::More tests => 2;
{
use List::Util qw( first );
@@ -31,5 +31,3 @@
is( $var, 'HellO WorlD',
'any (lc$_) leaves value undisturbed' );
}
-
-done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/t/sum.t
new/Scalar-List-Utils-1.49/t/sum.t
--- old/Scalar-List-Utils-1.48/t/sum.t 2017-06-23 18:28:54.000000000 +0200
+++ new/Scalar-List-Utils-1.49/t/sum.t 2017-09-08 13:27:41.000000000 +0200
@@ -92,6 +92,7 @@
SKIP: {
skip "IV is not at least 64bit", 3 unless $Config{ivsize} >= 8;
+ skip "known to fail on $]", 3 if $] le "5.006002";
# Sum using NV will only preserve 53 bits of integer precision
my $t = sum(1<<60, 1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Scalar-List-Utils-1.48/t/uniq.t
new/Scalar-List-Utils-1.49/t/uniq.t
--- old/Scalar-List-Utils-1.48/t/uniq.t 2017-06-23 18:28:54.000000000 +0200
+++ new/Scalar-List-Utils-1.49/t/uniq.t 2017-09-08 13:27:41.000000000 +0200
@@ -43,7 +43,8 @@
'uniqstr on undef coerces to empty-string' );
}
-{
+SKIP: {
+ skip 'Perl 5.007003 with utf8::encode is required', 3 if $] lt "5.007003";
my $warnings = "";
local $SIG{__WARN__} = sub { $warnings .= join "", @_ };
@@ -123,7 +124,9 @@
is( scalar( uniqstr qw( a b c d a b e ) ), 5, 'uniqstr() in scalar context' );
-{
+SKIP: {
+ skip "known to fail on $]", 1 if $] le "5.006002";
+
package Stringify;
use overload '""' => sub { return $_[0]->{str} };