Hello community, here is the log from the commit of package perl-autobox for openSUSE:Factory checked in at 2018-05-29 10:31:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-autobox (Old) and /work/SRC/openSUSE:Factory/.perl-autobox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-autobox" Tue May 29 10:31:50 2018 rev:16 rq:610500 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-autobox/perl-autobox.changes 2018-04-26 13:38:08.891823252 +0200 +++ /work/SRC/openSUSE:Factory/.perl-autobox.new/perl-autobox.changes 2018-05-29 10:31:57.181216038 +0200 @@ -1,0 +2,23 @@ +Sun May 6 06:08:45 UTC 2018 - [email protected] + +- updated to 3.0.1 + see /usr/share/doc/packages/perl-autobox/Changes + + 3.0.1 Sat 5 May 20:50:14 2018 + + - GH #11: fix version declaration on 5.8 (thanks, Grinnz) + + 3.0.0 Sat 5 May 18:10:16 2018 + + - breaking change: + - the behaviour of UNIVERSAL methods like $native->can and + $native->isa is now defined as being the same as when autobox + is not enabled rather than "undefined". (technically, this + still falls under the rubric of "undefined", but the switch + from "don't know" to "don't" could break buggy code, so bump + for safety) + - add DOES to the list of non-autoboxed methods + - switch to SemVer i.e. 2.86 (v2.860.0) -> 3.0.0 (v3.0.0) + - upgrade ppport.h from 3.35 -> 3.42 + +------------------------------------------------------------------- Old: ---- autobox-2.86.tar.gz New: ---- autobox-v3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-autobox.spec ++++++ --- /var/tmp/diff_new_pack.R9OV2X/_old 2018-05-29 10:31:58.661161375 +0200 +++ /var/tmp/diff_new_pack.R9OV2X/_new 2018-05-29 10:31:58.665161227 +0200 @@ -17,25 +17,28 @@ Name: perl-autobox -Version: 2.86 +Version: 3.0.1 Release: 0 %define cpan_name autobox Summary: Call Methods On Native Types License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/autobox/ -Source0: https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/%{cpan_name}-v%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(IPC::System::Simple) >= 1.25 BuildRequires: perl(Scope::Guard) >= 0.21 +BuildRequires: perl(Test::Fatal) >= 0.014 +BuildRequires: perl(version) >= 0.77 Requires: perl(Scope::Guard) >= 0.21 +Requires: perl(version) >= 0.77 %{perl_requires} %description -The 'autobox' pragma allows methods to be called on integers, floats, +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. @@ -49,7 +52,7 @@ value - or SCALAR if the value is a non-reference. %prep -%setup -q -n %{cpan_name}-%{version} +%setup -q -n %{cpan_name}-v%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
