commit perl-Safe-Isa for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-Safe-Isa for openSUSE:Factory 
checked in at 2018-05-03 12:33:51

Comparing /work/SRC/openSUSE:Factory/perl-Safe-Isa (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new (New)


Package is "perl-Safe-Isa"

Thu May  3 12:33:51 2018 rev:8 rq:603050 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/perl-Safe-Isa/perl-Safe-Isa.changes  
2018-04-26 13:38:01.200105167 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new/perl-Safe-Isa.changes 
2018-05-03 12:33:53.009072012 +0200
@@ -1,0 +2,9 @@
+Thu Apr 26 05:56:49 UTC 2018 - co...@suse.com
+
+- updated to 1.10
+   see /usr/share/doc/packages/perl-Safe-Isa/Changes
+
+  1.10 - 2018-04-25
+- fix DOES tests on 5.8.x
+
+---

Old:

  Safe-Isa-1.09.tar.gz

New:

  Safe-Isa-1.10.tar.gz



Other differences:
--
++ perl-Safe-Isa.spec ++
--- /var/tmp/diff_new_pack.Hk5eno/_old  2018-05-03 12:33:53.993036962 +0200
+++ /var/tmp/diff_new_pack.Hk5eno/_new  2018-05-03 12:33:53.997036820 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Safe-Isa
-Version:1.09
+Version:1.10
 Release:0
 %define cpan_name Safe-Isa
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects

++ Safe-Isa-1.09.tar.gz -> Safe-Isa-1.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/Changes 
new/Safe-Isa-1.10/Changes
--- old/Safe-Isa-1.09/Changes   2018-04-21 19:13:44.0 +0200
+++ new/Safe-Isa-1.10/Changes   2018-04-26 01:12:43.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Safe-Isa
 
+1.10 - 2018-04-25
+  - fix DOES tests on 5.8.x
+
 1.09 - 2018-04-21
   - Fix handling of DOES and does (they no longer fall back to isa in most
 situations outside of Moo/Moose)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/META.json 
new/Safe-Isa-1.10/META.json
--- old/Safe-Isa-1.09/META.json 2018-04-21 19:13:55.0 +0200
+++ new/Safe-Isa-1.10/META.json 2018-04-26 01:12:52.0 +0200
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.3501, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -50,7 +50,7 @@
  "web" : "https://github.com/p5sagit/Safe-Isa;
   }
},
-   "version" : "1.09",
+   "version" : "1.10",
"x_contributors" : [
   "Karen Etheridge ",
   "Matt S Trout ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/META.yml 
new/Safe-Isa-1.10/META.yml
--- old/Safe-Isa-1.09/META.yml  2018-04-21 19:13:54.0 +0200
+++ new/Safe-Isa-1.10/META.yml  2018-04-26 01:12:52.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.3501, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,7 +24,7 @@
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Safe-Isa
   repository: https://github.com/p5sagit/Safe-Isa.git
-version: '1.09'
+version: '1.10'
 x_contributors:
   - 'Karen Etheridge '
   - 'Matt S Trout '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/Makefile.PL 
new/Safe-Isa-1.10/Makefile.PL
--- old/Safe-Isa-1.09/Makefile.PL   2018-04-21 17:40:34.0 +0200
+++ new/Safe-Isa-1.10/Makefile.PL   2018-04-26 00:58:19.0 +0200
@@ -1,6 +1,5 @@
 use strict;
 use warnings FATAL => 'all';
-use 5.008001;
 use ExtUtils::MakeMaker;
 (do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/lib/Safe/Isa.pm 
new/Safe-Isa-1.10/lib/Safe/Isa.pm
--- old/Safe-Isa-1.09/lib/Safe/Isa.pm   2018-04-21 19:13:19.0 
+0200
+++ new/Safe-Isa-1.10/lib/Safe/Isa.pm   2018-04-21 19:14:06.0 
+0200
@@ -5,7 +5,7 @@
 use Scalar::Util ();
 use Exporter 5.57 qw(import);
 
-our 

commit perl-Safe-Isa for openSUSE:Factory

2018-04-26 Thread root
Hello community,

here is the log from the commit of package perl-Safe-Isa for openSUSE:Factory 
checked in at 2018-04-26 13:37:59

Comparing /work/SRC/openSUSE:Factory/perl-Safe-Isa (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new (New)


Package is "perl-Safe-Isa"

Thu Apr 26 13:37:59 2018 rev:7 rq:599890 version:1.09

Changes:

--- /work/SRC/openSUSE:Factory/perl-Safe-Isa/perl-Safe-Isa.changes  
2017-10-09 19:48:11.38703 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new/perl-Safe-Isa.changes 
2018-04-26 13:38:01.200105167 +0200
@@ -1,0 +2,10 @@
+Sun Apr 22 05:56:36 UTC 2018 - co...@suse.com
+
+- updated to 1.09
+   see /usr/share/doc/packages/perl-Safe-Isa/Changes
+
+  1.09 - 2018-04-21
+- Fix handling of DOES and does (they no longer fall back to isa in most
+  situations outside of Moo/Moose)
+
+---

Old:

  Safe-Isa-1.08.tar.gz

New:

  Safe-Isa-1.09.tar.gz



Other differences:
--
++ perl-Safe-Isa.spec ++
--- /var/tmp/diff_new_pack.vn19P8/_old  2018-04-26 13:38:01.740085376 +0200
+++ /var/tmp/diff_new_pack.vn19P8/_new  2018-04-26 13:38:01.740085376 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Safe-Isa
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,11 +17,11 @@
 
 
 Name:   perl-Safe-Isa
-Version:1.08
+Version:1.09
 Release:0
 %define cpan_name Safe-Isa
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Safe-Isa/
 Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz

++ Safe-Isa-1.08.tar.gz -> Safe-Isa-1.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.08/Changes 
new/Safe-Isa-1.09/Changes
--- old/Safe-Isa-1.08/Changes   2017-10-03 03:12:06.0 +0200
+++ new/Safe-Isa-1.09/Changes   2018-04-21 19:13:44.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Safe-Isa
 
+1.09 - 2018-04-21
+  - Fix handling of DOES and does (they no longer fall back to isa in most
+situations outside of Moo/Moose)
+
 1.08 - 2017-10-03
   - fix scalar/list context handling for $_call_if_can
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.08/META.json 
new/Safe-Isa-1.09/META.json
--- old/Safe-Isa-1.08/META.json 2017-10-03 03:12:18.0 +0200
+++ new/Safe-Isa-1.09/META.json 2018-04-21 19:13:55.0 +0200
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.3103, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3501, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -46,10 +46,16 @@
   },
   "repository" : {
  "type" : "git",
- "url" : "git://git.shadowcat.co.uk/p5sagit/Safe-Isa.git",
- "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git;
+ "url" : "https://github.com/p5sagit/Safe-Isa.git;,
+ "web" : "https://github.com/p5sagit/Safe-Isa;
   }
},
-   "version" : "1.08",
-   "x_serialization_backend" : "JSON::MaybeXS version 1.003009"
+   "version" : "1.09",
+   "x_contributors" : [
+  "Karen Etheridge ",
+  "Matt S Trout ",
+  "Graham Knop ",
+  "David Steinbrunner "
+   ],
+   "x_serialization_backend" : "JSON::MaybeXS version 1.004"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.08/META.yml 
new/Safe-Isa-1.09/META.yml
--- old/Safe-Isa-1.08/META.yml  2017-10-03 03:12:18.0 +0200
+++ new/Safe-Isa-1.09/META.yml  2018-04-21 19:13:54.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.3103, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.3501, CPAN::Meta::Converter 
version 2.150010'
 license: perl
 meta-spec:
   

commit perl-Safe-Isa for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package perl-Safe-Isa for openSUSE:Factory 
checked in at 2017-10-09 19:45:56

Comparing /work/SRC/openSUSE:Factory/perl-Safe-Isa (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new (New)


Package is "perl-Safe-Isa"

Mon Oct  9 19:45:56 2017 rev:6 rq:532532 version:1.08

Changes:

--- /work/SRC/openSUSE:Factory/perl-Safe-Isa/perl-Safe-Isa.changes  
2017-10-03 23:17:42.730811647 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new/perl-Safe-Isa.changes 
2017-10-09 19:48:11.38703 +0200
@@ -1,0 +2,9 @@
+Sun Oct  8 08:07:04 UTC 2017 - co...@suse.com
+
+- updated to 1.08
+   see /usr/share/doc/packages/perl-Safe-Isa/Changes
+
+  1.08 - 2017-10-03
+- fix scalar/list context handling for $_call_if_can
+
+---

Old:

  Safe-Isa-1.07.tar.gz

New:

  Safe-Isa-1.08.tar.gz



Other differences:
--
++ perl-Safe-Isa.spec ++
--- /var/tmp/diff_new_pack.9YkFXy/_old  2017-10-09 19:48:12.583614041 +0200
+++ /var/tmp/diff_new_pack.9YkFXy/_new  2017-10-09 19:48:12.607612986 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Safe-Isa
-Version:1.07
+Version:1.08
 Release:0
 %define cpan_name Safe-Isa
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects
@@ -66,6 +66,9 @@
 'is_module_name' function from Module::Runtime is a good way to check for
 something you might be able to call methods on if you want to do that.
 
+We are careful to make sure that scalar/list context is preserved for the
+method that is eventually called.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ Safe-Isa-1.07.tar.gz -> Safe-Isa-1.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.07/Changes 
new/Safe-Isa-1.08/Changes
--- old/Safe-Isa-1.07/Changes   2017-09-22 04:23:38.0 +0200
+++ new/Safe-Isa-1.08/Changes   2017-10-03 03:12:06.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Safe-Isa
 
+1.08 - 2017-10-03
+  - fix scalar/list context handling for $_call_if_can
+
 1.07 - 2017-09-22
   - added new interface: $obj->$_call_if_can
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.07/META.json 
new/Safe-Isa-1.08/META.json
--- old/Safe-Isa-1.07/META.json 2017-09-22 04:24:11.0 +0200
+++ new/Safe-Isa-1.08/META.json 2017-10-03 03:12:18.0 +0200
@@ -50,6 +50,6 @@
  "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git;
   }
},
-   "version" : "1.07",
+   "version" : "1.08",
"x_serialization_backend" : "JSON::MaybeXS version 1.003009"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.07/META.yml 
new/Safe-Isa-1.08/META.yml
--- old/Safe-Isa-1.07/META.yml  2017-09-22 04:24:11.0 +0200
+++ new/Safe-Isa-1.08/META.yml  2017-10-03 03:12:18.0 +0200
@@ -24,5 +24,5 @@
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Safe-Isa
   repository: git://git.shadowcat.co.uk/p5sagit/Safe-Isa.git
-version: '1.07'
+version: '1.08'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.07/README new/Safe-Isa-1.08/README
--- old/Safe-Isa-1.07/README2017-09-22 04:24:11.0 +0200
+++ new/Safe-Isa-1.08/README2017-10-03 03:12:18.0 +0200
@@ -86,6 +86,9 @@
 way to check for something you might be able to call methods on if you
 want to do that.
 
+We are careful to make sure that scalar/list context is preserved for
+the method that is eventually called.
+
 EXPORTS
   $_isa
   $maybe_an_object->$_isa('Foo');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.07/lib/Safe/Isa.pm 
new/Safe-Isa-1.08/lib/Safe/Isa.pm
--- old/Safe-Isa-1.07/lib/Safe/Isa.pm   2017-09-22 04:21:32.0 
+0200
+++ new/Safe-Isa-1.08/lib/Safe/Isa.pm   2017-10-03 03:11:43.0 
+0200
@@ -5,7 +5,7 @@
 use Scalar::Util ();
 use Exporter 5.57 qw(import);
 
-our $VERSION = '1.07';
+our $VERSION = '1.08';
 
 our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES $_call_if_can);
 
@@ -26,7 +26,8 @@
 
 our $_call_if_can = sub {
   my ($obj, $method) = (shift, shift);
-  $obj->$_call_if_object(can => $method) && $obj->$_call_if_object($method => 
@_);
+  return unless 

commit perl-Safe-Isa for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-Safe-Isa for openSUSE:Factory 
checked in at 2017-10-03 23:17:41

Comparing /work/SRC/openSUSE:Factory/perl-Safe-Isa (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new (New)


Package is "perl-Safe-Isa"

Tue Oct  3 23:17:41 2017 rev:5 rq:530067 version:1.07

Changes:

--- /work/SRC/openSUSE:Factory/perl-Safe-Isa/perl-Safe-Isa.changes  
2016-11-10 13:27:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new/perl-Safe-Isa.changes 
2017-10-03 23:17:42.730811647 +0200
@@ -1,0 +2,9 @@
+Fri Sep 22 06:02:44 UTC 2017 - co...@suse.com
+
+- updated to 1.07
+   see /usr/share/doc/packages/perl-Safe-Isa/Changes
+
+  1.07 - 2017-09-22
+- added new interface: $obj->$_call_if_can
+
+---

Old:

  Safe-Isa-1.06.tar.gz

New:

  Safe-Isa-1.07.tar.gz



Other differences:
--
++ perl-Safe-Isa.spec ++
--- /var/tmp/diff_new_pack.uMCbCX/_old  2017-10-03 23:17:43.274735099 +0200
+++ /var/tmp/diff_new_pack.uMCbCX/_new  2017-10-03 23:17:43.278734535 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Safe-Isa
 #
-# 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-Safe-Isa
-Version:1.06
+Version:1.07
 Release:0
 %define cpan_name Safe-Isa
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Safe-Isa/
-Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Safe-Isa-1.06.tar.gz -> Safe-Isa-1.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.06/Changes 
new/Safe-Isa-1.07/Changes
--- old/Safe-Isa-1.06/Changes   2016-10-31 23:08:01.0 +0100
+++ new/Safe-Isa-1.07/Changes   2017-09-22 04:23:38.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Safe-Isa
 
+1.07 - 2017-09-22
+  - added new interface: $obj->$_call_if_can
+
 1.06 - 2016-10-31
   - now falling back to $obj->isa if DOES/does is not implemented on the
 object, to avoid fatal errors on perls too old to have their own DOES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.06/META.json 
new/Safe-Isa-1.07/META.json
--- old/Safe-Isa-1.06/META.json 2016-10-31 23:08:10.0 +0100
+++ new/Safe-Isa-1.07/META.json 2017-09-22 04:24:11.0 +0200
@@ -4,13 +4,13 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3103, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "Safe-Isa",
"no_index" : {
@@ -20,9 +20,6 @@
   ]
},
"prereqs" : {
-  "build" : {
- "requires" : {}
-  },
   "configure" : {
  "requires" : {
 "ExtUtils::MakeMaker" : "0"
@@ -53,6 +50,6 @@
  "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git;
   }
},
-   "version" : "1.06",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "1.07",
+   "x_serialization_backend" : "JSON::MaybeXS version 1.003009"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.06/META.yml 
new/Safe-Isa-1.07/META.yml
--- old/Safe-Isa-1.06/META.yml  2016-10-31 23:08:10.0 +0100
+++ new/Safe-Isa-1.07/META.yml  2017-09-22 04:24:11.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.3103, CPAN::Meta::Converter 
version 2.150010'
 license: perl
 

commit perl-Safe-Isa for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Safe-Isa for openSUSE:Factory 
checked in at 2016-11-10 13:27:37

Comparing /work/SRC/openSUSE:Factory/perl-Safe-Isa (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new (New)


Package is "perl-Safe-Isa"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Safe-Isa/perl-Safe-Isa.changes  
2014-09-22 09:23:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new/perl-Safe-Isa.changes 
2016-11-10 13:27:38.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov  1 07:13:35 UTC 2016 - co...@suse.com
+
+- updated to 1.06
+   see /usr/share/doc/packages/perl-Safe-Isa/Changes
+
+  1.06 - 2016-10-31
+- now falling back to $obj->isa if DOES/does is not implemented on the
+  object, to avoid fatal errors on perls too old to have their own DOES
+  (RT#100866)
+
+---

Old:

  Safe-Isa-1.05.tar.gz

New:

  Safe-Isa-1.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Safe-Isa.spec ++
--- /var/tmp/diff_new_pack.tMq0kh/_old  2016-11-10 13:27:39.0 +0100
+++ /var/tmp/diff_new_pack.tMq0kh/_new  2016-11-10 13:27:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Safe-Isa
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,15 @@
 
 
 Name:   perl-Safe-Isa
-Version:1.05
+Version:1.06
 Release:0
 %define cpan_name Safe-Isa
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Safe-Isa/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -62,13 +63,11 @@
 
 Note that we don't handle trying class names, because many things are valid
 class names that you might not want to treat as one (like say "Matt") - the
-'is_module_name' function from the Module::Runtime manpage is a good way to
-check for something you might be able to call methods on if you want to do
-that.
+'is_module_name' function from Module::Runtime is a good way to check for
+something you might be able to call methods on if you want to do that.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Safe-Isa-1.05.tar.gz -> Safe-Isa-1.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.05/Changes 
new/Safe-Isa-1.06/Changes
--- old/Safe-Isa-1.05/Changes   2014-08-17 00:15:44.0 +0200
+++ new/Safe-Isa-1.06/Changes   2016-10-31 23:08:01.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Safe-Isa
 
+1.06 - 2016-10-31
+  - now falling back to $obj->isa if DOES/does is not implemented on the
+object, to avoid fatal errors on perls too old to have their own DOES
+(RT#100866)
+
 1.05 - 2014-08-16
   - comment blessed use so people who don't know perl stop trying to break it
   - add link to lightning talk given at YAPC::NA 2013
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.05/MANIFEST 
new/Safe-Isa-1.06/MANIFEST
--- old/Safe-Isa-1.05/MANIFEST  2014-08-17 00:15:55.0 +0200
+++ new/Safe-Isa-1.06/MANIFEST  2016-10-31 23:08:10.0 +0100
@@ -1,10 +1,9 @@
 Changes
 lib/Safe/Isa.pm
-maint/bump-version
-maint/Makefile.include
 maint/Makefile.PL.include
 Makefile.PL
 MANIFEST   This list of files
+t/safe_does.t
 t/safe_isa.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.05/META.json 
new/Safe-Isa-1.06/META.json
--- old/Safe-Isa-1.05/META.json 2014-08-17 00:15:55.0 +0200
+++ new/Safe-Isa-1.06/META.json 2016-10-31 23:08:10.0 +0100
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 

commit perl-Safe-Isa for openSUSE:Factory

2014-09-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Safe-Isa for openSUSE:Factory 
checked in at 2014-09-22 09:23:39

Comparing /work/SRC/openSUSE:Factory/perl-Safe-Isa (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new (New)


Package is perl-Safe-Isa

Changes:

--- /work/SRC/openSUSE:Factory/perl-Safe-Isa/perl-Safe-Isa.changes  
2014-03-18 13:59:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new/perl-Safe-Isa.changes 
2014-09-22 09:23:40.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep 19 12:15:44 UTC 2014 - co...@suse.com
+
+- updated to 1.05
+  - comment blessed use so people who don't know perl stop trying to break it
+  - add link to lightning talk given at YAPC::NA 2013
+
+---

Old:

  Safe-Isa-1.04.tar.gz

New:

  Safe-Isa-1.05.tar.gz



Other differences:
--
++ perl-Safe-Isa.spec ++
--- /var/tmp/diff_new_pack.QZkEzT/_old  2014-09-22 09:23:41.0 +0200
+++ /var/tmp/diff_new_pack.QZkEzT/_new  2014-09-22 09:23:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Safe-Isa
-Version:1.04
+Version:1.05
 Release:0
 %define cpan_name Safe-Isa
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects
@@ -68,6 +68,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Safe-Isa-1.04.tar.gz - Safe-Isa-1.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.04/Changes 
new/Safe-Isa-1.05/Changes
--- old/Safe-Isa-1.04/Changes   2013-09-19 06:30:46.0 +0200
+++ new/Safe-Isa-1.05/Changes   2014-08-17 00:15:44.0 +0200
@@ -1,17 +1,21 @@
 Revision history for Safe-Isa
 
-1.04   2013-09-18
+1.05 - 2014-08-16
+  - comment blessed use so people who don't know perl stop trying to break it
+  - add link to lightning talk given at YAPC::NA 2013
+
+1.04 - 2013-09-18
   - fixed slightly mangled metadata from last release
 
-1.03   2013-03-25
+1.03 - 2013-03-25
   - fix NAME in Makefile.PL (RT#84212)
 
-1.02   2012-07-19
-  - Document why we don't try and handle class namesZ
+1.02 - 2012-07-19
+  - Document why we don't try and handle class names
   - Missed another stupid doc typo (thanks MJD)
 
-1.01   2012-07-18
+1.01 - 2012-07-18
   - Fix stupid doc typo (thanks miyagawa)
 
-1.00   2012-07-18
+1.00 - 2012-07-18
   - Initial release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.04/MANIFEST 
new/Safe-Isa-1.05/MANIFEST
--- old/Safe-Isa-1.04/MANIFEST  2013-09-19 06:31:51.0 +0200
+++ new/Safe-Isa-1.05/MANIFEST  2014-08-17 00:15:55.0 +0200
@@ -1,5 +1,7 @@
 Changes
 lib/Safe/Isa.pm
+maint/bump-version
+maint/Makefile.include
 maint/Makefile.PL.include
 Makefile.PL
 MANIFEST   This list of files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.04/META.json 
new/Safe-Isa-1.05/META.json
--- old/Safe-Isa-1.04/META.json 2013-09-19 06:31:50.0 +0200
+++ new/Safe-Isa-1.05/META.json 2014-08-17 00:15:55.0 +0200
@@ -4,7 +4,7 @@
   mst - Matt S. Trout (cpan:MSTROUT) m...@shadowcat.co.uk
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.76, CPAN::Meta::Converter 
version 2.132510,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060,
license : [
   perl_5
],
@@ -20,7 +20,7 @@
   ]
},
prereqs : {
-  build : {
+  configure : {
  requires : {
 ExtUtils::MakeMaker : 0
  }
@@ -28,7 +28,13 @@
   runtime : {
  requires : {
 Exporter : 5.57,
-Scalar::Util : 0
+Scalar::Util : 0,
+perl : 5.006
+ }
+  },
+  test : {
+ requires : {
+Test::More : 0
  }
   }
},
@@ -44,5 +50,5 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git;
   }
},
-   version : 1.04
+   version : 1.05
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.04/META.yml 
new/Safe-Isa-1.05/META.yml
--- old/Safe-Isa-1.04/META.yml  2013-09-19 06:31:50.0 +0200
+++ new/Safe-Isa-1.05/META.yml  2014-08-17 00:15:55.0 +0200
@@ -3,22 +3,25 @@
 author:
   - 'mst - Matt S. Trout (cpan:MSTROUT)