Hello community,

here is the log from the commit of package perl-autobox for openSUSE:Factory 
checked in at 2011-11-18 15:46:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-autobox (Old)
 and      /work/SRC/openSUSE:Factory/.perl-autobox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-autobox", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-autobox/perl-autobox.changes        
2011-09-23 12:39:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-autobox.new/perl-autobox.changes   
2011-11-18 15:46:56.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov 17 12:44:49 UTC 2011 - co...@suse.com
+
+- update to 2.75
+   - POD spelling fixes (thanks, gregor herrmann)
+   - portability fix for perl >= 5.14 (thanks, chorny)
+
+-------------------------------------------------------------------

Old:
----
  autobox-2.73.tar.gz

New:
----
  autobox-2.75.tar.gz

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

Other differences:
------------------
++++++ perl-autobox.spec ++++++
--- /var/tmp/diff_new_pack.g2IyO5/_old  2011-11-18 15:47:00.000000000 +0100
+++ /var/tmp/diff_new_pack.g2IyO5/_new  2011-11-18 15:47:00.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           perl-autobox
-Version:        2.73
+Version:        2.75
 Release:        1
 License:        GPL+ or Artistic
 %define cpan_name autobox

++++++ autobox-2.73.tar.gz -> autobox-2.75.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.73/Changes new/autobox-2.75/Changes
--- old/autobox-2.73/Changes    2011-03-13 17:36:00.000000000 +0100
+++ new/autobox-2.75/Changes    2011-07-21 23:07:57.000000000 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl extension autobox
 
+2.75  Thu Jul 21 22:07:26 2011
+    - POD spelling fixes (thanks, gregor herrmann)
+
+2.74  Wed Jul 20 14:25:52 2011
+    - portability fix for perl >= 5.14 (thanks, chorny)
+
 2.73  Sun Mar 13 16:35:28 2011
     - Makefile.PL fix
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.73/META.yml new/autobox-2.75/META.yml
--- old/autobox-2.73/META.yml   2011-03-13 17:42:35.000000000 +0100
+++ new/autobox-2.75/META.yml   2011-07-21 23:16:28.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               autobox
-version:            2.73
+version:            2.75
 abstract:           call methods on native types
 author:
     - chocolateboy <chocol...@cpan.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.73/Makefile.PL new/autobox-2.75/Makefile.PL
--- old/autobox-2.73/Makefile.PL        2011-03-13 17:12:38.000000000 +0100
+++ new/autobox-2.75/Makefile.PL        2011-07-21 23:06:57.000000000 +0200
@@ -20,7 +20,8 @@
 WriteMakefile(
     NAME            => 'autobox',
     VERSION_FROM    => 'lib/autobox.pm',
-    INSTALLDIRS     => 'perl',
+    # compatibility in case module was previously installed to lib
+    INSTALLDIRS     => ($] >= 5.014 ? 'site' : 'perl'),
     PREREQ_PM       => {
         'Scope::Guard'   => '0.20',
     },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.73/README new/autobox-2.75/README
--- old/autobox-2.73/README     2011-03-13 17:37:17.000000000 +0100
+++ new/autobox-2.75/README     2011-07-21 23:08:11.000000000 +0200
@@ -1,4 +1,4 @@
-autobox version 2.73
+autobox version 2.75
 ====================
 
 The autobox pragma allows methods to be called on integers, floats, strings, 
arrays,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.73/lib/autobox.pm 
new/autobox-2.75/lib/autobox.pm
--- old/autobox-2.73/lib/autobox.pm     2011-03-13 17:37:45.000000000 +0100
+++ new/autobox-2.75/lib/autobox.pm     2011-07-21 23:08:30.000000000 +0200
@@ -11,7 +11,7 @@
 use Scope::Guard;
 use Storable;
 
-our $VERSION = '2.73';
+our $VERSION = '2.75';
 
 XSLoader::load 'autobox', $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.73/lib/autobox.pod 
new/autobox-2.75/lib/autobox.pod
--- old/autobox-2.73/lib/autobox.pod    2011-03-13 17:37:30.000000000 +0100
+++ new/autobox-2.75/lib/autobox.pod    2011-07-21 23:15:03.000000000 +0200
@@ -57,7 +57,7 @@
 defined in a class whose name corresponds to the C<ref()> type of that
 value - or SCALAR if the value is a non-reference.
 
-This mapping can be overriden by passing key/value pairs to the C<use autobox>
+This mapping can be overridden by passing key/value pairs to the C<use autobox>
 statement, in which the keys represent native types, and the values
 their associated classes.
 
@@ -93,7 +93,7 @@
     HASH::values(\%$hash)
 
 Multiple C<use autobox> statements can appear in the same scope. These are 
merged both "horizontally" (i.e.
-mutiple classes can be associated with a particular type) and "vertically" 
(i.e. multiple classes can be associated
+multiple classes can be associated with a particular type) and "vertically" 
(i.e. multiple classes can be associated
 with multiple types).
 
 Thus:
@@ -500,7 +500,7 @@
 
     1;
 
-Note that C<trim> is defined in an auxilliary class rather than in 
C<String::Trim> itself to prevent
+Note that C<trim> is defined in an auxiliary class rather than in 
C<String::Trim> itself to prevent
 C<String::Trim>'s own methods (i.e. the methods it inherits from C<autobox>) 
being exposed to SCALAR types.
 
 This module can now be used without a C<use autobox> statement to enable the 
C<trim> method in the current
@@ -648,7 +648,7 @@
 
 =head1 VERSION
 
-2.73
+2.75
 
 =head1 SEE ALSO
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.73/t/rt_46814.t 
new/autobox-2.75/t/rt_46814.t
--- old/autobox-2.73/t/rt_46814.t       2010-09-23 15:50:00.000000000 +0200
+++ new/autobox-2.75/t/rt_46814.t       2011-07-21 23:12:32.000000000 +0200
@@ -6,8 +6,7 @@
 use strict;
 use warnings;
 
-use Devel::Peek;
-use Test::More tests => 6;
+use Test::More tests => 7;
 
 use autobox::universal 'type';
 
@@ -17,7 +16,7 @@
 is type($f), 'FLOAT', 'Pi is still a FLOAT';
 
 my $i = 42;
-
 is type($i), 'INTEGER', '42 == INTEGER';
-is type(int($i/3)), 'INTEGER', 'int(42/3) == INTEGER';
+is type($i / 3), 'FLOAT', '42 / 3 == FLOAT';
+is type(int($i / 3)), 'INTEGER', 'int(42 / 3) == INTEGER';
 is type($i), 'INTEGER', '42 is still an INTEGER'; # XXX D'oh! This used to 
return FLOAT

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to