Hello community,

here is the log from the commit of package perl-autobox for openSUSE:Factory 
checked in at 2017-03-28 15:20:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-autobox (Old)
 and      /work/SRC/openSUSE:Factory/.perl-autobox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-autobox"

Tue Mar 28 15:20:56 2017 rev:14 rq:460888 version:2.85

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-autobox/perl-autobox.changes        
2016-09-26 12:35:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-autobox.new/perl-autobox.changes   
2017-03-28 15:20:58.364183623 +0200
@@ -1,0 +2,11 @@
+Tue Feb 28 07:52:23 UTC 2017 - [email protected]
+
+- updated to 2.85
+   see /usr/share/doc/packages/perl-autobox/Changes
+
+  2.85 Mon 27 Feb 18:18:19 2017
+  
+      - fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
+        (thanks, Kent Fredric)
+
+-------------------------------------------------------------------

Old:
----
  autobox-2.84.tar.gz

New:
----
  autobox-2.85.tar.gz

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

Other differences:
------------------
++++++ perl-autobox.spec ++++++
--- /var/tmp/diff_new_pack.xAp2TY/_old  2017-03-28 15:20:59.032089028 +0200
+++ /var/tmp/diff_new_pack.xAp2TY/_new  2017-03-28 15:20:59.032089028 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-autobox
 #
-# Copyright (c) 2016 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,14 +17,14 @@
 
 
 Name:           perl-autobox
-Version:        2.84
+Version:        2.85
 Release:        0
 %define cpan_name autobox
 Summary:        Call Methods On Native Types
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/autobox/
-Source0:        
http://www.cpan.org/authors/id/C/CH/CHOCOLATE/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++++++ autobox-2.84.tar.gz -> autobox-2.85.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/Changes new/autobox-2.85/Changes
--- old/autobox-2.84/Changes    2016-08-27 01:25:02.000000000 +0200
+++ new/autobox-2.85/Changes    2017-02-27 19:18:45.000000000 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension autobox
 
+2.85 Mon 27 Feb 18:18:19 2017
+
+    - fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
+      (thanks, Kent Fredric)
+
 2.84 Fri 26 Aug 20:35:48 2016
 
     - compatibility fix for perl >= 5.25 (thanks, mat813, karenetheridge and 
eserte)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/MANIFEST new/autobox-2.85/MANIFEST
--- old/autobox-2.84/MANIFEST   2016-08-27 01:39:37.000000000 +0200
+++ new/autobox-2.85/MANIFEST   2017-02-27 20:25:38.000000000 +0100
@@ -10,8 +10,6 @@
 ptable.h
 README
 t/all.t
-t/autobox_scope_1.pm
-t/autobox_scope_2.pm
 t/autoref.t
 t/coderef.t
 t/default.t
@@ -19,6 +17,8 @@
 t/hints.t
 t/import_hashref.t
 t/isa.t
+t/lib/autobox_scope_1.pm
+t/lib/autobox_scope_2.pm
 t/lib/Versioned.pm
 t/merge.t
 t/name.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/META.json new/autobox-2.85/META.json
--- old/autobox-2.84/META.json  2016-08-27 01:39:37.000000000 +0200
+++ new/autobox-2.85/META.json  2017-02-27 20:25:38.000000000 +0100
@@ -46,5 +46,5 @@
          "url" : "https://github.com/chocolateboy/autobox";
       }
    },
-   "version" : "2.84"
+   "version" : "2.85"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/META.yml new/autobox-2.85/META.yml
--- old/autobox-2.84/META.yml   2016-08-27 01:39:36.000000000 +0200
+++ new/autobox-2.85/META.yml   2017-02-27 20:25:38.000000000 +0100
@@ -23,4 +23,4 @@
 resources:
   bugtracker: https://github.com/chocolateboy/autobox/issues
   repository: https://github.com/chocolateboy/autobox
-version: '2.84'
+version: '2.85'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/README new/autobox-2.85/README
--- old/autobox-2.84/README     2016-08-27 01:20:35.000000000 +0200
+++ new/autobox-2.85/README     2017-02-27 19:20:31.000000000 +0100
@@ -1,4 +1,4 @@
-autobox version 2.84
+autobox version 2.85
 ====================
 
 The autobox pragma allows methods to be called on integers, floats, strings, 
arrays, hashes, and code references in exactly the same manner as blessed 
references.
@@ -28,4 +28,4 @@
 
 This module is free software; you can redistribute it and/or modify it under 
the same terms as Perl itself.
 
-Copyright (c) 2003-2016 chocolateboy <[email protected]>
+Copyright (c) 2003-2017 chocolateboy <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/lib/autobox.pm 
new/autobox-2.85/lib/autobox.pm
--- old/autobox-2.84/lib/autobox.pm     2016-08-27 01:20:41.000000000 +0200
+++ new/autobox-2.85/lib/autobox.pm     2017-02-27 19:20:38.000000000 +0100
@@ -11,7 +11,7 @@
 use Scope::Guard;
 use Storable;
 
-our $VERSION = '2.84';
+our $VERSION = '2.85';
 
 XSLoader::load 'autobox', $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/lib/autobox.pod 
new/autobox-2.85/lib/autobox.pod
--- old/autobox-2.84/lib/autobox.pod    2016-08-27 01:20:59.000000000 +0200
+++ new/autobox-2.85/lib/autobox.pod    2017-02-27 19:21:06.000000000 +0100
@@ -249,7 +249,7 @@
     use autobox INTEGER => 'MyInt';
 
 This binds the specified native type to the specified class. All methods 
invoked on
-literals or values of type C<key> will be dispatched as methods of the class 
specified in
+values of type C<key> will be dispatched as methods of the class specified in
 the corresponding C<value>.
 
 =item *
@@ -661,7 +661,7 @@
 
 =head1 VERSION
 
-2.84
+2.85
 
 =head1 SEE ALSO
 
@@ -683,7 +683,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (c) 2003-2016, chocolateboy.
+Copyright (c) 2003-2017, chocolateboy.
 
 This module is free software. It may be used, redistributed
 and/or modified under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/t/all.t new/autobox-2.85/t/all.t
--- old/autobox-2.84/t/all.t    2015-03-30 18:32:05.000000000 +0200
+++ new/autobox-2.85/t/all.t    2017-02-27 19:16:59.000000000 +0100
@@ -60,12 +60,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 292;
+use blib;
+
+use FindBin qw($Bin);
+use lib "$Bin/lib";
 
-BEGIN {
-    chdir 't' if -d 't';
-    unshift @INC, '../lib';
-}
+use Test::More tests => 292;
 
 $| = 1;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/t/autobox_scope_1.pm 
new/autobox-2.85/t/autobox_scope_1.pm
--- old/autobox-2.84/t/autobox_scope_1.pm       2015-03-30 18:32:05.000000000 
+0200
+++ new/autobox-2.85/t/autobox_scope_1.pm       1970-01-01 01:00:00.000000000 
+0100
@@ -1,8 +0,0 @@
-package autobox_scope_1;
-
-sub test {
-    my $array = [];
-    $array->test();
-}
-
-1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/t/autobox_scope_2.pm 
new/autobox-2.85/t/autobox_scope_2.pm
--- old/autobox-2.84/t/autobox_scope_2.pm       2015-03-30 18:32:05.000000000 
+0200
+++ new/autobox-2.85/t/autobox_scope_2.pm       1970-01-01 01:00:00.000000000 
+0100
@@ -1,8 +0,0 @@
-package autobox_scope_2;
-
-sub test {
-    my $array = [];
-    $array->test();
-}
-
-1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/t/lib/autobox_scope_1.pm 
new/autobox-2.85/t/lib/autobox_scope_1.pm
--- old/autobox-2.84/t/lib/autobox_scope_1.pm   1970-01-01 01:00:00.000000000 
+0100
+++ new/autobox-2.85/t/lib/autobox_scope_1.pm   2017-02-27 19:16:59.000000000 
+0100
@@ -0,0 +1,8 @@
+package autobox_scope_1;
+
+sub test {
+    my $array = [];
+    $array->test();
+}
+
+1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.84/t/lib/autobox_scope_2.pm 
new/autobox-2.85/t/lib/autobox_scope_2.pm
--- old/autobox-2.84/t/lib/autobox_scope_2.pm   1970-01-01 01:00:00.000000000 
+0100
+++ new/autobox-2.85/t/lib/autobox_scope_2.pm   2017-02-27 19:16:59.000000000 
+0100
@@ -0,0 +1,8 @@
+package autobox_scope_2;
+
+sub test {
+    my $array = [];
+    $array->test();
+}
+
+1;


Reply via email to