Hello community,

here is the log from the commit of package perl-B-Keywords for openSUSE:Factory 
checked in at 2019-12-23 22:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-Keywords (Old)
 and      /work/SRC/openSUSE:Factory/.perl-B-Keywords.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-B-Keywords"

Mon Dec 23 22:41:41 2019 rev:22 rq:757722 version:1.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-B-Keywords/perl-B-Keywords.changes  
2019-02-24 20:46:35.995880652 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-B-Keywords.new.6675/perl-B-Keywords.changes    
    2019-12-23 22:43:33.693979551 +0100
@@ -1,0 +2,10 @@
+Wed Dec 18 03:07:09 UTC 2019 -  <[email protected]>
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-B-Keywords/Changes
+
+  1.21 2019-12-17 17:38:00 rurban
+    - isa was added with 5.31.7
+    - improved t/z_kwalitee.t
+
+-------------------------------------------------------------------

Old:
----
  B-Keywords-1.20.tar.gz

New:
----
  B-Keywords-1.21.tar.gz

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

Other differences:
------------------
++++++ perl-B-Keywords.spec ++++++
--- /var/tmp/diff_new_pack.4w24re/_old  2019-12-23 22:43:34.437979873 +0100
+++ /var/tmp/diff_new_pack.4w24re/_new  2019-12-23 22:43:34.445979877 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-B-Keywords
-Version:        1.20
+Version:        1.21
 Release:        0
 #Upstream:  2017-2019 Reini Urban, All rights reserved. This program is free 
software; you can redistribute it and/or modify it under the terms of either: 
a) the GNU General Public License as published by the Free Software Foundation; 
version 2, or b) the "Artistic License" which comes with Perl.
 %define cpan_name B-Keywords

++++++ B-Keywords-1.20.tar.gz -> B-Keywords-1.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.20/Changes new/B-Keywords-1.21/Changes
--- old/B-Keywords-1.20/Changes 2019-02-15 11:03:01.000000000 +0100
+++ new/B-Keywords-1.21/Changes 2019-12-17 17:58:25.000000000 +0100
@@ -90,3 +90,6 @@
   - our was added with 5.005_61
 1.20 2019-02-15 11:03:00 rurban
   - extern was added with 5.29.0c
+1.21 2019-12-17 17:38:00 rurban
+  - isa was added with 5.31.7
+  - improved t/z_kwalitee.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.20/META.json 
new/B-Keywords-1.21/META.json
--- old/B-Keywords-1.20/META.json       2019-02-15 11:05:47.000000000 +0100
+++ new/B-Keywords-1.21/META.json       2019-12-17 18:00:01.000000000 +0100
@@ -1,10 +1,10 @@
 {
    "abstract" : "Lists of reserved barewords and symbol names",
    "author" : [
-      "Joshua ben Jore <[email protected]>"
+      "Reini Urban <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 8.3506, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "unknown"
    ],
@@ -45,6 +45,6 @@
          "url" : "http://github.com/rurban/b-keywords";
       }
    },
-   "version" : "1.20",
-   "x_serialization_backend" : "JSON::PP version 2.97001_04"
+   "version" : "1.21",
+   "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.20/META.yml new/B-Keywords-1.21/META.yml
--- old/B-Keywords-1.20/META.yml        2019-02-15 11:05:47.000000000 +0100
+++ new/B-Keywords-1.21/META.yml        2019-12-17 18:00:01.000000000 +0100
@@ -1,13 +1,13 @@
 ---
 abstract: 'Lists of reserved barewords and symbol names'
 author:
-  - 'Joshua ben Jore <[email protected]>'
+  - 'Reini Urban <[email protected]>'
 build_requires:
   ExtUtils::MakeMaker: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 8.3506, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 
2.150010'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,5 +22,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/rurban/b-keywords
-version: '1.20'
+version: '1.21'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.20/Makefile.PL 
new/B-Keywords-1.21/Makefile.PL
--- old/B-Keywords-1.20/Makefile.PL     2018-08-23 11:20:25.000000000 +0200
+++ new/B-Keywords-1.21/Makefile.PL     2019-12-17 17:55:52.000000000 +0100
@@ -1,12 +1,11 @@
 #!perl -w
-# $Id: /src/B-Keywords/trunk/Makefile.PL 189 2006-08-17T14:36:23.798783Z josh  
$
 
 use ExtUtils::MakeMaker;
 WriteMakefile(
   'NAME'          => 'B::Keywords',
   'VERSION_FROM'  => 'lib/B/Keywords.pm',
   'ABSTRACT_FROM' => 'lib/B/Keywords.pm',
-  'AUTHOR'        => 'Joshua ben Jore <[email protected]>',
+  'AUTHOR'        => 'Reini Urban <[email protected]>',
   'SIGN'          => 1,
   'PREREQ_PM'    =>
    {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.20/README new/B-Keywords-1.21/README
--- old/B-Keywords-1.20/README  2018-08-23 11:18:20.000000000 +0200
+++ new/B-Keywords-1.21/README  2019-12-17 17:39:47.000000000 +0100
@@ -97,7 +97,7 @@
 
 COPYRIGHT AND LICENSE
     Copyright 2009 Joshua ben Jore, All rights reserved. Copyright 2013,
-    2015, 2017, 2018 Reini Urban, All rights reserved.
+    2015, 2017-2019 Reini Urban, All rights reserved.
 
     This program is free software; you can redistribute it and/or modify it
     under the terms of either:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.20/SIGNATURE 
new/B-Keywords-1.21/SIGNATURE
--- old/B-Keywords-1.20/SIGNATURE       2019-02-15 11:05:48.000000000 +0100
+++ new/B-Keywords-1.21/SIGNATURE       2019-12-17 18:00:03.000000000 +0100
@@ -12,32 +12,32 @@
 not run its Makefile.PL or Build.PL.
 
 -----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
+Hash: SHA256
 
-SHA256 6d434e77fb33a585b598d2b2d25824810bfe2497a7c12a0761b5a3fa73200d4b Changes
+SHA256 917b5918d97cef573ae74ec93e25c2270f00a90d3ca6a6624e1475abcea6b462 Changes
 SHA256 6724a85e9820d3b08909b518d4d3d3621cf2fb7f2876360e5b2874efbf8c2ee8 LICENSE
 SHA256 7ebf58443f98897bc4d14d25de111e89838c847102bfafd98cad2ab6de7e7177 
MANIFEST
-SHA256 9521b77986f290c079b32eaada1ab1818afde5de79f4cf238245d9172cb708c3 
META.json
-SHA256 c05f017c37ab461fcd584b98cc79a87e98193bc4b8e1acb9bd5a0031dc3781f2 
META.yml
-SHA256 9a19d5c8de008a8f6dcd8cd8c5aceb9dd554fec349ec3e11026ef6d9a2c558b2 
Makefile.PL
-SHA256 cd5fc9aaa4fabef2fc35053cea726f3333de1ae31c4da4157ea8ce7a7d3bc122 README
-SHA256 135f211d978b290a60100c7ffcb946f85be117e32b24e9c01ee1f1c7d4e9c2f2 
lib/B/Keywords.pm
+SHA256 b4fe80f031554a1d83f2ef0aa59749849149acd40a9f7692d9aa17f82e71f266 
META.json
+SHA256 a2ef71fba5cab639adc217001833bfbb20984cb375927da2c10ae93088f36a6b 
META.yml
+SHA256 b51920d197a1eee6f282d3a5487e7c1501c710000bcf0d8f289fb31a42461115 
Makefile.PL
+SHA256 0a73e39f5d75bdaa6b6e113318168e2e880b6a69405063df631a0aa2b0f19fcd README
+SHA256 5a06e112f015c3f161df41cca0ce3b3d8a0d4778a43902e114b2e7cf7dea93bc 
lib/B/Keywords.pm
 SHA256 e03c8fcbca5ea500346882132d9a4ae57fc8fca37bdf2a8e0576f25408760885 
t/10basic.t
 SHA256 e769e2d323d01b7cb67224442cacc7b0bc60bf04492e688af87708d9930a24fa 
t/11keywords.t
 SHA256 eccb70c617b51d41f8fe54bf1c52e6767f849833cf3c244fb432b3ebfdc2d4bf 
t/export.t
-SHA256 34c1d133349031b5a5d6cf062b02e8913c23ec49da10bd63a1a52161b690847a 
t/z_kwalitee.t
+SHA256 6aa4dd8133ae0d11b0220796801c955746a7d891aed8bfc7056b7e0e7433929d 
t/z_kwalitee.t
 SHA256 fb00e0e0d57de606699706d2a2e486df05d840793d3bcf6e4bb13f1604f19487 
t/z_meta.t
 SHA256 956f858cc6c609d57ad5f92b6432a40c9c3d90576c397f90afa4489d12030850 
t/z_perl_minimum_version.t
 SHA256 0ba22336dc34b370d0fa7a0d87ed45080d76e87d6a409881f9402277d66a13e4 
t/z_pod-coverage.t
 SHA256 298e9a5d4190701d4438f3f68c1e44139cfa36982503ccc44572d04cfe3c317a 
t/z_pod.t
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAEBCgAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAlxmjvsACgkQtPYzOeZd
-ZBQAoAgAvP/3c5tvr8u7vnk2FW3UjWkC0pzIC8G90gDZsvIuoTCTNI9f05OTC2iG
-uUf4OQy08sjjPC6GsmBu3EVbXFPgPQBQcHM4/yht9eGhn1viGqTSZY8uTq8mk9TD
-dVbE5x/z4p6wBOLrmux+4csrolLUHP6B9y0uFKknbTuBfBMGJXPTitecpwQLoh96
-FsQeU4qRrODBfN4sGKmxFl1mrTyg6tzGH/lY+VqXfpdSeBMWegR93BDSiErbBOsE
-Y8mwkBvzd9+rqrfClQJbifuEKQXr7KbIq1heGaeM0u+gAtFS41RpxzlfMfQjepQq
-mjbGiJyy7ZANqgCcaR25Ynll/BktAQ==
-=9Zh5
+iQEzBAEBCAAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl35CZIACgkQtPYzOeZd
+ZBT4Vgf9EZEUpuUbW95SEB9SrjF0dOIyKBqZc0pjEGxWKWOn5EX3EU9yaflMVh2/
+ll9GCImHMJdZdoE3HSX/eLXbHdoTpPv6SpJdrTSp3iZ9O+qTFb0ZX7qAeJAnJmAl
+4Rk36e1gjW/pYMjn/fAXp6VbmUlqwtVHO7jbItike+kQwUGDCDnK178ngW/tCLwv
+z+cd5595halY0tvKfD5jSHZSN2Qs3jykHpRtsZboC3c1N1O+gd45M/GoI5aGGNeP
+P7tBGlzjphG+UG+f2bCdMtqXnCTTsfWKJFpJ4Lg1C2f/Awlq6r6ogxOC0Hl46OBG
+Mes4XsdsD4hI0SWUPwXvQ9+JAXuK3w==
+=oSA2
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.20/lib/B/Keywords.pm 
new/B-Keywords-1.21/lib/B/Keywords.pm
--- old/B-Keywords-1.20/lib/B/Keywords.pm       2019-02-15 11:03:40.000000000 
+0100
+++ new/B-Keywords-1.21/lib/B/Keywords.pm       2019-12-17 17:37:01.000000000 
+0100
@@ -14,7 +14,7 @@
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
 use vars '$VERSION';
-$VERSION = '1.20';
+$VERSION = '1.21';
 my $CPERL = $^V =~ /c$/ ? 1 : 0;
 
 use vars '@Scalars';
@@ -238,7 +238,10 @@
     index
     int
     import
-    ioctl
+    ioctl ),
+  ($] >= 5.031007 ? qw(
+    isa
+  ) : ()), qw(
     join
     keys
     kill
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.20/t/z_kwalitee.t 
new/B-Keywords-1.21/t/z_kwalitee.t
--- old/B-Keywords-1.20/t/z_kwalitee.t  2013-04-05 21:07:31.000000000 +0200
+++ new/B-Keywords-1.21/t/z_kwalitee.t  2019-12-17 17:54:54.000000000 +0100
@@ -5,17 +5,24 @@
 use Test::More;
 use Config;
 
+plan skip_all => 'requires Perl 5.8.2' if $] < 5.008002;
 plan skip_all => 'This test is only run for the module author'
     unless -d '.git' || $ENV{IS_MAINTAINER};
+
+# Missing XS dependencies are usually not caught by EUMM
+# And they are usually only XS-loaded by the importer, not require.
+for (qw( Class::XSAccessor Text::CSV_XS List::MoreUtils )) {
+  eval "use $_;";
+  plan skip_all => "$_ required for Test::Kwalitee"
+    if $@;
+}
+eval "require Test::Kwalitee;";
+plan skip_all => "Test::Kwalitee required"
+  if $@;
 plan skip_all => 'Test::Kwalitee fails with clang -faddress-sanitizer'
-    if $Config{ccflags} =~ /-faddress-sanitizer/;
+  if $Config{ccflags} =~ /-faddress-sanitizer/;
 
 use File::Copy 'cp';
 cp('MYMETA.yml','META.yml') if -e 'MYMETA.yml' and !-e 'META.yml';
-eval { 
-  require Test::Kwalitee;
-  Test::Kwalitee->import( 
-    tests => [ qw( -use_strict -has_test_pod -has_test_pod_coverage)]);
-};
-plan skip_all => "Test::Kwalitee needed for testing kwalitee"
-    if $@;
+
+Test::Kwalitee->import;


Reply via email to