Accepting request 847115 from devel:languages:perl:autoupdate

- updated to 0.92
   see /usr/share/doc/packages/perl-Math-Matrix/Changes
  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.

OBS-URL: https://build.opensuse.org/request/show/847115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-Matrix?expand=0&rev=6
This commit is contained in:
2020-11-09 11:14:35 +00:00
committed by Git OBS Bridge
parent 878d8be3dc
commit 6933849e84
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bed4cffe0ccde78571ff41b8313db51844c0e34e98d431fb59d294111ce9c231
size 27895

3
Math-Matrix-0.92.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5010c25615bfd0e82ce2428ddd3c8cf7a66f726d72a5719eb28946e4c045d17f
size 112195

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 9 03:10:08 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.92
see /usr/share/doc/packages/perl-Math-Matrix/Changes
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.
-------------------------------------------------------------------
Tue Aug 11 03:11:00 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-Math-Matrix
Version: 0.91
Version: 0.92
Release: 0
%define cpan_name Math-Matrix
Summary: Multiply and invert matrices
@@ -30,7 +30,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::More) >= 0.82
%{perl_requires}
%description