Hello community, here is the log from the commit of package perl-autobox for openSUSE:Factory checked in at 2013-06-21 13:10:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-autobox (Old) and /work/SRC/openSUSE:Factory/.perl-autobox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-autobox" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-autobox/perl-autobox.changes 2011-11-18 15:46:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-autobox.new/perl-autobox.changes 2013-06-21 13:10:57.000000000 +0200 @@ -1,0 +2,17 @@ +Sat Jun 15 06:16:59 UTC 2013 - [email protected] + +- updated to 2.79 + - allow import arguments to be passed as a hashref + - add t/import_hashref.t + - doc tweaks + + - fix RT #80400 (thanks, Tokuhiro Matsuno) + - added t/rt_80400.t + + - doc tweaks + - add multiple-arg autoref tests + + - fix breaking tests in perl >= 5.17.5: update error message pattern (thanks, rjbs) + - update ppport.h from 3.19 to 3.20 + +------------------------------------------------------------------- Old: ---- autobox-2.75.tar.gz New: ---- autobox-2.79.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-autobox.spec ++++++ --- /var/tmp/diff_new_pack.FBJliu/_old 2013-06-21 13:10:57.000000000 +0200 +++ /var/tmp/diff_new_pack.FBJliu/_new 2013-06-21 13:10:57.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-autobox # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,24 @@ # - Name: perl-autobox -Version: 2.75 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 2.79 +Release: 0 %define cpan_name autobox Summary: call methods on native types -Url: http://search.cpan.org/dist/autobox/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/autobox/ Source: http://www.cpan.org/authors/id/C/CH/CHOCOLATE/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scope::Guard) >= 0.20 +#BuildRequires: perl(autobox) +#BuildRequires: perl(autobox_scope_1) +#BuildRequires: perl(autobox_scope_2) +#BuildRequires: perl(autobox::universal) +#BuildRequires: perl(Versioned) Requires: perl(Scope::Guard) >= 0.20 %{perl_requires} @@ -43,11 +46,6 @@ (user-defined) implementation class (unless the method elects to bestow such a blessing) - they simply use its methods as though they are. -The classes (packages) into which the native types are boxed are fully -configurable. By default, a method invoked on a non-object is assumed to be -defined in a class whose name corresponds to the 'ref()' type of that value -- or SCALAR if the value is a non-reference. - %prep %setup -q -n %{cpan_name}-%{version} @@ -63,11 +61,8 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc %attr(644,-,-) Changes README +%doc Changes README %changelog ++++++ autobox-2.75.tar.gz -> autobox-2.79.tar.gz ++++++ ++++ 2316 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
