Hello community,

here is the log from the commit of package perl-autobox for openSUSE:Factory 
checked in at 2016-09-26 12:35:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2015-04-16 14:13:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-autobox.new/perl-autobox.changes   
2016-09-26 12:35:56.000000000 +0200
@@ -1,0 +2,12 @@
+Sat Aug 27 06:16:19 UTC 2016 - [email protected]
+
+- updated to 2.84
+   see /usr/share/doc/packages/perl-autobox/Changes
+
+  2.84 Fri 26 Aug 20:35:48 2016
+  
+      - compatibility fix for perl >= 5.25 (thanks, mat813, karenetheridge and 
eserte)
+      - update ppport.h from 3.20 to 3.35
+      - add .travis.yml
+
+-------------------------------------------------------------------

Old:
----
  autobox-2.83.tar.gz

New:
----
  autobox-2.84.tar.gz

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

Other differences:
------------------
++++++ perl-autobox.spec ++++++
--- /var/tmp/diff_new_pack.tbpNH2/_old  2016-09-26 12:35:57.000000000 +0200
+++ /var/tmp/diff_new_pack.tbpNH2/_new  2016-09-26 12:35:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-autobox
 #
-# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:           perl-autobox
-Version:        2.83
+Version:        2.84
 Release:        0
 %define cpan_name autobox
 Summary:        Call Methods On Native Types
@@ -29,18 +29,18 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Scope::Guard) >= 0.20
-Requires:       perl(Scope::Guard) >= 0.20
+BuildRequires:  perl(Scope::Guard) >= 0.21
+Requires:       perl(Scope::Guard) >= 0.21
 %{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.
 
-The autoboxing is transparent: boxed values are not blessed into their
-(user-defined) implementation class (unless the method elects to bestow
-such a blessing) - they simply use its methods as though they are.
+Autoboxing is transparent: values are not blessed into their (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 value is assumed

++++++ autobox-2.83.tar.gz -> autobox-2.84.tar.gz ++++++
++++ 3806 lines of diff (skipped)


Reply via email to