pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/p5-Math-Matrix



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jan 27 04:12:37 UTC 2023

Modified Files:
        pkgsrc/math/p5-Math-Matrix: Makefile distinfo

Log Message:
Update to 0.94

Upstream changes:
0.94 2021-01-13

 * Fix broken test in t/mldiv.t The rounding performed for values that are very
   close to an integer was performed on the wrong matrix.

0.93 2021-01-12

 * The test is_deeply() does string comparison, so avoid negative zeros in test
   data and output from tests. Also round test output where the output may be
   slightly off from an integer.

 * Require Math::Trig version 1.06 so Math::Trig::Inf() is available.

 * Update the SUPPORT section to reflect that CPAN RT will be closing down on
   1st March 2021.

 * Add support for negative integer powers in mpow().

0.92 2020-11-02

 * Add a larged amount of new methods. Improve existing methods. Fix
   overloading. This will close most of the remaining CPAN RT tickets.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/p5-Math-Matrix/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/p5-Math-Matrix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/p5-Math-Matrix/Makefile
diff -u pkgsrc/math/p5-Math-Matrix/Makefile:1.7 pkgsrc/math/p5-Math-Matrix/Makefile:1.8
--- pkgsrc/math/p5-Math-Matrix/Makefile:1.7     Tue Jun 28 11:34:40 2022
+++ pkgsrc/math/p5-Math-Matrix/Makefile Fri Jan 27 04:12:37 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/06/28 11:34:40 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/27 04:12:37 wen Exp $
 
-DISTNAME=      Math-Matrix-0.91
+DISTNAME=      Math-Matrix-0.94
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PJ/PJACKLAM/}
 

Index: pkgsrc/math/p5-Math-Matrix/distinfo
diff -u pkgsrc/math/p5-Math-Matrix/distinfo:1.4 pkgsrc/math/p5-Math-Matrix/distinfo:1.5
--- pkgsrc/math/p5-Math-Matrix/distinfo:1.4     Tue Oct 26 10:55:53 2021
+++ pkgsrc/math/p5-Math-Matrix/distinfo Fri Jan 27 04:12:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:53 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/01/27 04:12:37 wen Exp $
 
-BLAKE2s (Math-Matrix-0.91.tar.gz) = 3038cd4e36fc7a3d128f0dec0ce0b8179f872b7286247d5850b8c8254f820f3f
-SHA512 (Math-Matrix-0.91.tar.gz) = dcaf4cf1f6925ad67ff707c359dd2985577ed5cd788eb649638e63ff31f11af6145676b603cf0280cc9375745fca967b785615fa73c793065f6fe52df3d1ae03
-Size (Math-Matrix-0.91.tar.gz) = 27895 bytes
+BLAKE2s (Math-Matrix-0.94.tar.gz) = 41831477bb7aac24affcf58d0198dfb145ee73389d2ebf10c17793e83e2dc22d
+SHA512 (Math-Matrix-0.94.tar.gz) = 2810d3d44f11c29683b3a33a073522f1bfff423e6a64bf34a6f15e611053c351a5d2380f5fc4356f4b6b262d36c29bc6f4c10240719808d83a7a334c0bcc2731
+Size (Math-Matrix-0.94.tar.gz) = 112797 bytes



Home | Main Index | Thread Index | Old Index