r41436 - in /trunk/libmath-random-mt-perl: Changes META.yml MT.pm debian/changelog debian/control debian/copyright mt.h

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Aug 6 23:21:56 UTC 2009


Author: jawnsy-guest
Date: Thu Aug  6 23:21:50 2009
New Revision: 41436

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41436
Log:
* New upstream release
  + Apply kFreeBSD patches upstream (RT#48423)
  + Fixes compilation with MSVC++ 7.0 (RT#48483)
* Bump dependency to perl (>= 5.6.0-16) per Perl Policy

Modified:
    trunk/libmath-random-mt-perl/Changes
    trunk/libmath-random-mt-perl/META.yml
    trunk/libmath-random-mt-perl/MT.pm
    trunk/libmath-random-mt-perl/debian/changelog
    trunk/libmath-random-mt-perl/debian/control
    trunk/libmath-random-mt-perl/debian/copyright
    trunk/libmath-random-mt-perl/mt.h

Modified: trunk/libmath-random-mt-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/Changes?rev=41436&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/Changes (original)
+++ trunk/libmath-random-mt-perl/Changes Thu Aug  6 23:21:50 2009
@@ -1,3 +1,11 @@
+1.10    2009-08-06      Abhijit Menon-Sen <ams at toroid.org>
+
+    * Compile fix for MSVC, which has no stdint.h.
+      (Thanks to Taro Nishino for the report and patch.)
+
+    (I made a mistake releasing 1.09.)
+
+
 1.08    2009-08-06      Abhijit Menon-Sen <ams at toroid.org>
 
     * BSD license

Modified: trunk/libmath-random-mt-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/META.yml?rev=41436&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/META.yml (original)
+++ trunk/libmath-random-mt-perl/META.yml Thu Aug  6 23:21:50 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Math-Random-MT
-version:             1.08
+version:             1.10
 abstract:            The Mersenne Twister PRNG
 license:             ~
 author:              ~

Modified: trunk/libmath-random-mt-perl/MT.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/MT.pm?rev=41436&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/MT.pm (original)
+++ trunk/libmath-random-mt-perl/MT.pm Thu Aug  6 23:21:50 2009
@@ -7,7 +7,7 @@
 
 my $gen = undef;
 @ISA = qw( DynaLoader );
-$VERSION = '1.08';
+$VERSION = '1.10';
 
 bootstrap Math::Random::MT $VERSION;
 

Modified: trunk/libmath-random-mt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/changelog?rev=41436&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/changelog (original)
+++ trunk/libmath-random-mt-perl/debian/changelog Thu Aug  6 23:21:50 2009
@@ -1,3 +1,12 @@
+libmath-random-mt-perl (1.10-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    + Apply kFreeBSD patches upstream (RT#48423)
+    + Fixes compilation with MSVC++ 7.0 (RT#48483)
+  * Bump dependency to perl (>= 5.6.0-16) per Perl Policy
+
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 06 Aug 2009 15:17:48 -0400
+
 libmath-random-mt-perl (1.08-1) unstable; urgency=low
 
   [ Nathan Handler ]

Modified: trunk/libmath-random-mt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/control?rev=41436&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/control (original)
+++ trunk/libmath-random-mt-perl/debian/control Thu Aug  6 23:21:50 2009
@@ -1,10 +1,10 @@
 Source: libmath-random-mt-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-16)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <frequency at cpan.org>, 
- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>,
+ Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Math-Random-MT/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-random-mt-perl/

Modified: trunk/libmath-random-mt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/copyright?rev=41436&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/copyright (original)
+++ trunk/libmath-random-mt-perl/debian/copyright Thu Aug  6 23:21:50 2009
@@ -6,8 +6,9 @@
 
 Files: *
 Copyright: 2001, Abhijit Menon-Sen <ams at wiw.org>
-License-Alias: Perl
-License: Artistic
+ 1997-2002, Makoto Matsumoto <m-mat at math.sci.hiroshima-u.ac.jp>
+ 1997-2002, Takuji Nishimura
+License: BSD-3
 
 Files: ppport.h
 Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
@@ -16,12 +17,33 @@
 License-Alias: Perl
 License: Artistic | GPL-1+
 
+Files: _mt.c, mt.h
+Copyright: 1997-2002, Makoto Matsumoto <m-mat at math.sci.hiroshima-u.ac.jp>
+ and Takuji Nishimura
 X-Comment: There is no license text in the included files, however, the
  M. Matsumoto has a copy of the code released under the new BSD License.
  See: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c
-Files: _mt.c, mt.h
-Copyright: 1997-2002, Makoto Matsumoto <m-mat at math.sci.hiroshima-u.ac.jp>
- and Takuji Nishimura
+License: BSD-3
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+License: Artistic | GPL-1+ | BSD-3
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
+
 License: BSD-3
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
@@ -41,30 +63,11 @@
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-   A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
-   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+   A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
+   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+   TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: debian/*
-Copyright: 2009, Jonathan Yu <frequency at cpan.org>
-           2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-License: Artistic | GPL-1+
-
-License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
-
-License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libmath-random-mt-perl/mt.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/mt.h?rev=41436&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/mt.h (original)
+++ trunk/libmath-random-mt-perl/mt.h Thu Aug  6 23:21:50 2009
@@ -1,7 +1,9 @@
 #ifndef _MATH_MT_H_
 #define _MATH_MT_H_
 
-#if defined(__linux__) || defined(__WIN32__) || defined(__GLIBC__)
+#if defined(_MSC_VER) && (_MSC_VER <= 1300)
+typedef unsigned __int32 uint32_t;
+#elif defined(__linux__) || defined(__GLIBC__) || defined(__WIN32__)
 #include <stdint.h>
 #elif defined(__osf__)
 #include <inttypes.h>




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