r69047 - in /trunk/libmath-random-isaac-perl: Changes META.yml Makefile.PL README debian/changelog 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 03:23:45 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 03:23:02 2011
New Revision: 69047

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69047
Log:
No significant changes (only a dependency fix that affects installation
via CPAN)
IGNORE-VERSION: 1.004-1
* New upstream release

Modified:
    trunk/libmath-random-isaac-perl/Changes
    trunk/libmath-random-isaac-perl/META.yml
    trunk/libmath-random-isaac-perl/Makefile.PL
    trunk/libmath-random-isaac-perl/README
    trunk/libmath-random-isaac-perl/debian/changelog
    trunk/libmath-random-isaac-perl/dist.ini
    trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC.pm
    trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC/PP.pm

Modified: trunk/libmath-random-isaac-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/Changes?rev=69047&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/Changes (original)
+++ trunk/libmath-random-isaac-perl/Changes Sat Feb 19 03:23:02 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: trunk/libmath-random-isaac-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/META.yml?rev=69047&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/META.yml (original)
+++ trunk/libmath-random-isaac-perl/META.yml Sat Feb 19 03:23:02 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: trunk/libmath-random-isaac-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/Makefile.PL?rev=69047&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/Makefile.PL (original)
+++ trunk/libmath-random-isaac-perl/Makefile.PL Sat Feb 19 03:23:02 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: trunk/libmath-random-isaac-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/README?rev=69047&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/README (original)
+++ trunk/libmath-random-isaac-perl/README Sat Feb 19 03:23:02 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: trunk/libmath-random-isaac-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/debian/changelog?rev=69047&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/debian/changelog (original)
+++ trunk/libmath-random-isaac-perl/debian/changelog Sat Feb 19 03:23:02 2011
@@ -1,3 +1,13 @@
+libmath-random-isaac-perl (1.004-1) UNRELEASED; urgency=low
+
+  No significant changes (only a dependency fix that affects installation
+  via CPAN)
+  IGNORE-VERSION: 1.004-1
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 18 Feb 2011 22:05:57 -0500
+
 libmath-random-isaac-perl (1.003-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libmath-random-isaac-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/dist.ini?rev=69047&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/dist.ini (original)
+++ trunk/libmath-random-isaac-perl/dist.ini Sat Feb 19 03:23:02 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: trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC.pm?rev=69047&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC.pm (original)
+++ trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC.pm Sat Feb 19 03:23:02 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: trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC/PP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC/PP.pm?rev=69047&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC/PP.pm (original)
+++ trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC/PP.pm Sat Feb 19 03:23:02 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