r69045 - in /branches/upstream/libmath-random-isaac-perl/current: Changes META.yml Makefile.PL README dist.ini lib/Math/Random/ISAAC.pm lib/Math/Random/ISAAC/PP.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 02:41:46 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 02:41:38 2011
New Revision: 69045

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69045
Log:
[svn-upgrade] new version libmath-random-isaac-perl (1.004)

Modified:
    branches/upstream/libmath-random-isaac-perl/current/Changes
    branches/upstream/libmath-random-isaac-perl/current/META.yml
    branches/upstream/libmath-random-isaac-perl/current/Makefile.PL
    branches/upstream/libmath-random-isaac-perl/current/README
    branches/upstream/libmath-random-isaac-perl/current/dist.ini
    branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC.pm
    branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC/PP.pm

Modified: branches/upstream/libmath-random-isaac-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-perl/current/Changes?rev=69045&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-perl/current/Changes (original)
+++ branches/upstream/libmath-random-isaac-perl/current/Changes Sat Feb 19 02:41:38 2011
@@ -1,3 +1,8 @@
+1.004     2011-02-17 21:52:18 America/Toronto
+
+          Correct dependencies to indicate Math::Random::ISAAC::XS
+          is a runtime dependency (thanks rjbs)
+
 1.003     2011-01-15 08:47:25 America/Toronto
 
           Update MANIFEST.SKIP according to new defaults provided by

Modified: branches/upstream/libmath-random-isaac-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-perl/current/META.yml?rev=69045&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-perl/current/META.yml (original)
+++ branches/upstream/libmath-random-isaac-perl/current/META.yml Sat Feb 19 02:41:38 2011
@@ -3,22 +3,23 @@
 author:
   - 'Jonathan Yu <jawnsy at cpan.org>'
 build_requires:
+  Test::More: 0.62
   Test::NoWarnings: 0.084
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.101670'
+generated_by: 'Dist::Zilla version 4.200003, CPAN::Meta::Converter version 2.102400'
 license: unrestricted
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Math-Random-ISAAC
+recommends:
+  Math::Random::ISAAC::XS: 0
 requires:
-  Math::Random::ISAAC::XS: 0
-  Test::More: 0.62
   perl: 5.006
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math-Random-ISAAC
   homepage: http://search.cpan.org/dist/Math-Random-ISAAC
   repository: git://github.com/jawnsy/Math-Random-ISAAC.git
-version: 1.003
+version: 1.004

Modified: branches/upstream/libmath-random-isaac-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-perl/current/Makefile.PL?rev=69045&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-perl/current/Makefile.PL (original)
+++ branches/upstream/libmath-random-isaac-perl/current/Makefile.PL Sat Feb 19 02:41:38 2011
@@ -12,6 +12,7 @@
   'ABSTRACT' => 'Perl interface to the ISAAC PRNG algorithm',
   'AUTHOR' => 'Jonathan Yu <jawnsy at cpan.org>',
   'BUILD_REQUIRES' => {
+    'Test::More' => '0.62',
     'Test::NoWarnings' => '0.084'
   },
   'CONFIGURE_REQUIRES' => {
@@ -21,11 +22,8 @@
   'EXE_FILES' => [],
   'LICENSE' => 'unrestricted',
   'NAME' => 'Math::Random::ISAAC',
-  'PREREQ_PM' => {
-    'Math::Random::ISAAC::XS' => '0',
-    'Test::More' => '0.62'
-  },
-  'VERSION' => '1.003',
+  'PREREQ_PM' => {},
+  'VERSION' => '1.004',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libmath-random-isaac-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-perl/current/README?rev=69045&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-perl/current/README (original)
+++ branches/upstream/libmath-random-isaac-perl/current/README Sat Feb 19 02:41:38 2011
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Math-Random-ISAAC,
-version 1.003:
+version 1.004:
 
   Perl interface to the ISAAC PRNG algorithm
 

Modified: branches/upstream/libmath-random-isaac-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-perl/current/dist.ini?rev=69045&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-perl/current/dist.ini (original)
+++ branches/upstream/libmath-random-isaac-perl/current/dist.ini Sat Feb 19 02:41:38 2011
@@ -10,13 +10,13 @@
 [ManifestSkip]          ; custom stuff to skip
 
 [Prereqs]
-Test::More        = 0.62
 perl              = 5.006
 
-[Prereqs / Recommends]
+[Prereqs / RuntimeRecommends]
 Math::Random::ISAAC::XS = 0
 
 [Prereqs / TestRequires]
+Test::More        = 0.62
 Test::NoWarnings  = 0.084
 
 ; manage Git repository
@@ -60,3 +60,4 @@
 [TestRelease]           ; run tests before releasing
 [ConfirmRelease]        ; ask to confirm release/upload
 [UploadToCPAN]          ; push it to CPAN
+[Git::Push]             ; push everything to remote repository

Modified: branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC.pm?rev=69045&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC.pm (original)
+++ branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC.pm Sat Feb 19 02:41:38 2011
@@ -1,6 +1,6 @@
 package Math::Random::ISAAC;
 BEGIN {
-  $Math::Random::ISAAC::VERSION = '1.003';
+  $Math::Random::ISAAC::VERSION = '1.004';
 }
 # ABSTRACT: Perl interface to the ISAAC PRNG algorithm
 
@@ -77,7 +77,7 @@
 
 =head1 VERSION
 
-version 1.003
+version 1.004
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC/PP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC/PP.pm?rev=69045&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC/PP.pm (original)
+++ branches/upstream/libmath-random-isaac-perl/current/lib/Math/Random/ISAAC/PP.pm Sat Feb 19 02:41:38 2011
@@ -1,6 +1,6 @@
 package Math::Random::ISAAC::PP;
 BEGIN {
-  $Math::Random::ISAAC::PP::VERSION = '1.003';
+  $Math::Random::ISAAC::PP::VERSION = '1.004';
 }
 # ABSTRACT: Pure Perl port of the ISAAC PRNG algorithm
 
@@ -98,8 +98,8 @@
     $mm->[$i  ] = $y = ($mm->[($x >> 2) & 0xff] + $aa + $bb) & 0xffffffff;
     $r->[$i  ] = $bb = ($mm->[($y >> 10) & 0xff] + $x) & 0xffffffff;
 
-    # I don't actually know why the "0x03ffffff" stuff is for. It was in Allen
-    # Day's code. If you can explain this please file a bug report.
+    # I don't actually know why the "0x03ffffff" stuff is for. It was in
+    # John L. Allen's code. If you can explain this please file a bug report.
     $x = $mm->[$i+1];
     $aa = (($aa ^ (0x03ffffff & ($aa >> 6))) + $mm->[($i+1+128) & 0xff]);
     $aa &= 0xffffffff;
@@ -297,7 +297,7 @@
 
 =head1 VERSION
 
-version 1.003
+version 1.004
 
 =head1 SYNOPSIS
 




More information about the Pkg-perl-cvs-commits mailing list