r69048 - in /branches/upstream/libmath-random-isaac-xs-perl/current: Build.PL Changes META.yml README dist.ini lib/Math/Random/ISAAC/XS.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 03:23:51 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 03:23:38 2011
New Revision: 69048

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

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

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL?rev=69048&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL Sat Feb 19 03:23:38 2011
@@ -45,10 +45,6 @@
   license               => 'unrestricted',
   dist_version_from     => 'lib/Math/Random/ISAAC/XS.pm',
   dynamic_config        => 1,
-  create_readme         => 0,
-  recursive_test_files  => 1,
-  sign                  => 1,
-  create_packlist       => 1,
 
   # Location of our special C and XS source files
   c_source => 'src',
@@ -62,20 +58,21 @@
   'build_requires' => {
     'ExtUtils::CBuilder' => '0',
     'ExtUtils::ParseXS' => '0',
-    'Module::Build' => '0.3601',
+    'Module::Build' => '0.2808_01',
+    'Test::More' => '0.62',
     'Test::NoWarnings' => '0.084'
   },
   'configure_requires' => {
-    'Module::Build' => '0.3601'
+    'Module::Build' => '0.2808_01'
+  },
+  'recommends' => {
+    'Math::Random::ISAAC' => '0'
   },
   'requires' => {
-    'Math::Random::ISAAC' => '0',
-    'Test::More' => '0.62',
     'perl' => '5.006'
   },
 
   add_to_cleanup => [ 'Math-Random-ISAAC-XS-*' ],
-  script_files => [],
 );
 
 $builder->create_build_script();

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/Changes?rev=69048&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/Changes (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/Changes Sat Feb 19 03:23:38 2011
@@ -1,3 +1,11 @@
+1.004     2011-02-17 22:04:28 America/Toronto
+
+          Correct dependencies to indicate Math::Random::ISAAC
+          is a runtime dependency (thanks rjbs)
+
+          Lower Module::Build requirement to 0.2808_01, we successfully
+          built with this version for 1.001.
+
 1.003     2011-02-13 14:54:07 America/Toronto
 
           Migrate package to Dist::Zilla format

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/META.yml?rev=69048&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/META.yml (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/META.yml Sat Feb 19 03:23:38 2011
@@ -5,10 +5,11 @@
 build_requires:
   ExtUtils::CBuilder: 0
   ExtUtils::ParseXS: 0
-  Module::Build: 0.3601
+  Module::Build: 0.2808_01
+  Test::More: 0.62
   Test::NoWarnings: 0.084
 configure_requires:
-  Module::Build: 0.3601
+  Module::Build: 0.2808_01
 dynamic_config: 0
 generated_by: 'Dist::Zilla version 4.200003, CPAN::Meta::Converter version 2.102400'
 license: unrestricted
@@ -16,12 +17,12 @@
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Math-Random-ISAAC-XS
+recommends:
+  Math::Random::ISAAC: 0
 requires:
-  Math::Random::ISAAC: 0
-  Test::More: 0.62
   perl: 5.006
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math-Random-ISAAC-XS
   homepage: http://search.cpan.org/dist/Math-Random-ISAAC-XS
   repository: git://github.com/jawnsy/Math-Random-ISAAC-XS.git
-version: 1.003
+version: 1.004

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/README?rev=69048&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/README (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/README Sat Feb 19 03:23:38 2011
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Math-Random-ISAAC-XS,
-version 1.003:
+version 1.004:
 
   C implementation of the ISAAC PRNG algorithm
 

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/dist.ini?rev=69048&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/dist.ini (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/dist.ini Sat Feb 19 03:23:38 2011
@@ -10,10 +10,9 @@
 [ManifestSkip]          ; custom stuff to skip
 
 [Prereqs]
-Test::More        = 0.62
 perl              = 5.006
 
-[Prereqs / Recommends]
+[Prereqs / RuntimeRecommends]
 Math::Random::ISAAC = 0
 
 [Prereqs / BuildRequires]
@@ -21,6 +20,7 @@
 ExtUtils::ParseXS  = 0
 
 [Prereqs / TestRequires]
+Test::More        = 0.62
 Test::NoWarnings  = 0.084
 
 ; manage Git repository
@@ -58,6 +58,7 @@
 [ExecDir]               ; include `bin/' as executables
 [ShareDir]              ; include `share/' for File::ShareDir
 [ModuleBuild::Custom]   ; create Build.PL from template
+mb_version = 0.2808_01  ; version available in 5.10.0
 [Manifest]              ; build MANIFEST file (do this last)
 
 ; verify and release the distribution

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm?rev=69048&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm Sat Feb 19 03:23:38 2011
@@ -1,6 +1,6 @@
 package Math::Random::ISAAC::XS;
 BEGIN {
-  $Math::Random::ISAAC::XS::VERSION = '1.003';
+  $Math::Random::ISAAC::XS::VERSION = '1.004';
 }
 # ABSTRACT: C implementation of the ISAAC PRNG algorithm
 
@@ -24,7 +24,7 @@
 
 =head1 VERSION
 
-version 1.003
+version 1.004
 
 =head1 SYNOPSIS
 




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