Hello community,

here is the log from the commit of package perl-B-Keywords for openSUSE:Factory 
checked in at 2018-01-24 15:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-Keywords (Old)
 and      /work/SRC/openSUSE:Factory/.perl-B-Keywords.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-B-Keywords"

Wed Jan 24 15:30:29 2018 rev:18 rq:568415 version:1.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-B-Keywords/perl-B-Keywords.changes  
2015-11-15 12:48:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-B-Keywords.new/perl-B-Keywords.changes     
2018-01-24 15:30:32.898238939 +0100
@@ -1,0 +2,11 @@
+Fri Dec 29 06:05:06 UTC 2017 - [email protected]
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-B-Keywords/Changes
+
+  1.16 Thu Dec 28 2017 rurban
+    - Added 5.27.7 changes, RT #123948
+    - Added cperl class keywords
+    - Added keywords per version back to 5.004
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-B-Keywords.spec ++++++
--- /var/tmp/diff_new_pack.sjhSg2/_old  2018-01-24 15:30:33.498210879 +0100
+++ /var/tmp/diff_new_pack.sjhSg2/_new  2018-01-24 15:30:33.498210879 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-B-Keywords
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,15 +17,15 @@
 
 
 Name:           perl-B-Keywords
-Version:        1.15
+Version:        1.16
 Release:        0
-#Upstream:  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.
+#Upstream:  2017 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
 Summary:        Lists of reserved barewords and symbol names
 License:        GPL-2.0 or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/B-Keywords/
-Source0:        
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -68,6 +68,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ B-Keywords-1.15.tar.gz -> B-Keywords-1.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.15/Changes new/B-Keywords-1.16/Changes
--- old/B-Keywords-1.15/Changes 2015-11-11 15:25:26.000000000 +0100
+++ new/B-Keywords-1.16/Changes 2017-12-28 13:00:48.000000000 +0100
@@ -77,3 +77,7 @@
   - Fixed $OUTPUT_AUTOFLUSH, RT #108572 (Defragmented Reality)
   - Made $* $MULTILINE_MATCHING version specific, deprecated with 5.8.1,
     removed with 5.10
+1.16 Thu Dec 28 2017 rurban
+  - Added 5.27.7 changes, RT #123948
+  - Added cperl class keywords
+  - Added keywords per version back to 5.004
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.15/META.json 
new/B-Keywords-1.16/META.json
--- old/B-Keywords-1.15/META.json       2015-11-11 15:26:01.000000000 +0100
+++ new/B-Keywords-1.16/META.json       2017-12-28 13:02:19.000000000 +0100
@@ -4,13 +4,13 @@
       "Joshua ben Jore <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 8.3004, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "unknown"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "B-Keywords",
    "no_index" : {
@@ -45,6 +45,6 @@
          "url" : "http://github.com/rurban/b-keywords";
       }
    },
-   "version" : "1.15",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "1.16",
+   "x_serialization_backend" : "JSON::PP version 2.94_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.15/META.yml new/B-Keywords-1.16/META.yml
--- old/B-Keywords-1.15/META.yml        2015-11-11 15:26:01.000000000 +0100
+++ new/B-Keywords-1.16/META.yml        2017-12-28 13:02:19.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 8.3004, 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.15'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '1.16'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.15/SIGNATURE 
new/B-Keywords-1.16/SIGNATURE
--- old/B-Keywords-1.15/SIGNATURE       2015-11-11 15:26:05.000000000 +0100
+++ new/B-Keywords-1.16/SIGNATURE       2017-12-28 13:02:20.000000000 +0100
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.79.
+signed via the Module::Signature module, version 0.81.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,14 +14,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 dfa8493c71ba9f080fe464c78c23965b38d7ddae Changes
+SHA1 b0d5034c2d55bd27392ef0300ef691050bf9d11c Changes
 SHA1 0e987cce2b4e94a4d6920e7353f8674a4462528a LICENSE
 SHA1 46ec9231f2152e6fcf554de076272a1fc03e0a72 MANIFEST
-SHA1 80f5993ec9d75329ed85a4925be7a8ee6bd95709 META.json
-SHA1 0a4a5072af71fc57177e670368de1ef0ae6ee088 META.yml
+SHA1 b881bd7a707ac1f8b11660a4ff8bdf158675bd59 META.json
+SHA1 c04ef8f5523aacc4ed61d0192c166ee4a2526442 META.yml
 SHA1 30135cfc198eb4d8eec4d5c35a1a1f23f19ebc00 Makefile.PL
 SHA1 a53710b3f8ae9645adcdf4bae864206b330c15af README
-SHA1 90a5f7870f866084f409696aececcc657938dde8 lib/B/Keywords.pm
+SHA1 4349192c3a2844117eadfacda2c90218799e7cd2 lib/B/Keywords.pm
 SHA1 26eebf3bf6177dc6fc7f91890c68c05b7a61fbe1 t/10basic.t
 SHA1 d977811d4f33d71a1b515fc6eb96d1bb4184bbd5 t/11keywords.t
 SHA1 e6872ebfbccb57ef102945ddd11d131453024ea3 t/export.t
@@ -31,9 +31,8 @@
 SHA1 db4c7c6e1b7cf2bd96d86fa303fd2225b8bf8613 t/z_pod-coverage.t
 SHA1 c8aa3903d3aba84c19bbd94d677620c758fa07d5 t/z_pod.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1
 
-iEYEARECAAYFAlZDT/oACgkQmm2SYo/9yUJPiwCfV1RujLF7ssQs2YL4oSMbpjix
-280AnjTfInhuJsPPn3OWRsHdbu2MfWiX
-=zA44
+iF0EARECAB0WIQRZHhhUcL58V8z0UW2abZJij/3JQgUCWkTdTAAKCRCabZJij/3J
+QqN8AJ9sZ/ef76oWLXPbTKJgtIyqKDYbfwCghVuE8BCrIKYovxLcia8ARMz6xOc=
+=43Tt
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.15/lib/B/Keywords.pm 
new/B-Keywords-1.16/lib/B/Keywords.pm
--- old/B-Keywords-1.15/lib/B/Keywords.pm       2015-11-11 15:19:09.000000000 
+0100
+++ new/B-Keywords-1.16/lib/B/Keywords.pm       2017-12-28 12:57:29.000000000 
+0100
@@ -14,7 +14,8 @@
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
 use vars '$VERSION';
-$VERSION = '1.15';
+$VERSION = '1.16';
+my $CPERL = $^V =~ /c$/ ? 1 : 0;
 
 use vars '@Scalars';
 @Scalars = (
@@ -122,14 +123,23 @@
 );
 
 use vars '@Functions';
-@Functions = qw(
+@Functions = (
+  ($] >= 5.015006 ? qw(
     __SUB__
+  ) : ()), qw(
     AUTOLOAD
     BEGIN
     DESTROY
-    END
-    INIT
-    CHECK
+    END ),
+    # STOP was between 5.5.64 - v5.6.0
+  ($] >= 5.005064 && $] < 5.006
+    ? qw(STOP) : qw(CHECK)),
+    # INIT was called RESTART before 5.004_50
+  ($] >= 5.006
+    ? qw(INIT) : qw(RESTART)),
+  ($] < 5.007003 ? qw(
+    EQ GE GT LE LT NE
+  ) : ()), qw(
     UNITCHECK
     abs
     accept
@@ -137,8 +147,10 @@
     atan2
     bind
     binmode
-    bless
+    bless ),
+  ($] >= 5.009003 && ($] < 5.027007 || $CPERL) ? qw(
     break
+  ) : ()), qw(
     caller
     chdir
     chmod
@@ -153,7 +165,10 @@
     cos
     crypt
     dbmclose
-    dbmopen
+    dbmopen ),
+  ($] >= 5.009003 && ($] < 5.027007 || $CPERL) ? qw(
+    default
+  ) : ()), qw(
     defined
     delete
     die
@@ -166,13 +181,17 @@
     endpwent
     endservent
     eof
-    eval
+    eval ),
+  ($] >= 5.015005 ? qw(
     evalbytes
+  ) : ()), qw(
     exec
     exists
     exit
-    exp
+    exp ),
+  ($] >= 5.015008 ? qw(
     fc
+  ) : ()), qw(
     fcntl
     fileno
     flock
@@ -204,7 +223,10 @@
     getservbyport
     getservent
     getsockname
-    getsockopt
+    getsockopt ),
+  ($] >= 5.009003 ? qw(
+    given
+  ) : ()), qw(
     glob
     gmtime
     goto
@@ -224,7 +246,10 @@
     link
     listen
     local
-    localtime
+    localtime ),
+  ($] >= 5.004 ? qw(
+    lock
+  ) : ()), qw(
     log
     lstat
     map
@@ -266,8 +291,10 @@
     reverse
     rewinddir
     rindex
-    rmdir
+    rmdir ),
+  ($] >= 5.009003 ? qw(
     say
+  ) : ()), qw(
     scalar
     seek
     seekdir
@@ -335,7 +362,13 @@
     wait
     waitpid
     wantarray
-    warn
+    warn ),
+  ($] >= 5.009003 && ($] < 5.027007 || $CPERL) ? qw(
+    when
+  ) : qw(
+    whereis
+    whereso
+  )), qw(
     write
 
     -r -w -x -o
@@ -344,10 +377,11 @@
     -u -g -k
     -T -B
     -M -A -C
-);
+));
 
 use vars '@Barewords';
-@Barewords = qw(
+@Barewords = (
+  qw(
     __FILE__
     __LINE__
     __PACKAGE__
@@ -361,14 +395,20 @@
     LT
     NE
     NULL
-    and
+    and ),
+  ($CPERL && $] >= 5.027001 ? qw(
+    class method role multi has
+  ) : ()), qw(
     cmp
     continue
     default
     do
     else
     elsif
-    eq
+    eq ),
+  ($] >= 5.008001 && $] < 5.010 ? qw(
+    err
+  ) : ()), qw(
     for
     foreach
     ge
@@ -384,8 +424,13 @@
     or
     package
     q
-    qq
+    qq ),
+  ($] >= 5.004072 ? qw(
     qr
+  ) : ()),
+  ($] == 5.007003 ? qw(
+    qu
+  ) : ()), qw(
     qw
     qx
     s
@@ -398,7 +443,7 @@
     x
     xor
     y
-);
+));
 
 use vars '@TieIOMethods';
 @TieIOMethods = qw(
@@ -564,7 +609,7 @@
 =head1 COPYRIGHT AND LICENSE
 
 Copyright 2009 Joshua ben Jore, All rights reserved.
-Copyright 2013, 2015 Reini Urban, All rights reserved.
+Copyright 2013, 2015, 2017 Reini Urban, All rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of either:


Reply via email to