diff --git a/Math-Matrix-0.92.tar.gz b/Math-Matrix-0.92.tar.gz deleted file mode 100644 index cea4609..0000000 --- a/Math-Matrix-0.92.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5010c25615bfd0e82ce2428ddd3c8cf7a66f726d72a5719eb28946e4c045d17f -size 112195 diff --git a/Math-Matrix-0.94.tar.gz b/Math-Matrix-0.94.tar.gz new file mode 100644 index 0000000..05a17ef --- /dev/null +++ b/Math-Matrix-0.94.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e00640248b8fefc8ac969256a904db822ccca73e7edb45071edbeca6c74196 +size 112797 diff --git a/perl-Math-Matrix.changes b/perl-Math-Matrix.changes index 300b2a9..ea9e5c9 100644 --- a/perl-Math-Matrix.changes +++ b/perl-Math-Matrix.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jan 14 03:08:11 UTC 2021 - Tina Müller + +- updated to 0.94 + see /usr/share/doc/packages/perl-Math-Matrix/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(). + ------------------------------------------------------------------- Mon Nov 9 03:10:08 UTC 2020 - Tina Müller diff --git a/perl-Math-Matrix.spec b/perl-Math-Matrix.spec index 7186fa7..58e9992 100644 --- a/perl-Math-Matrix.spec +++ b/perl-Math-Matrix.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Math-Matrix # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,21 @@ # -Name: perl-Math-Matrix -Version: 0.92 -Release: 0 %define cpan_name Math-Matrix +Name: perl-Math-Matrix +Version: 0.94 +Release: 0 Summary: Multiply and invert matrices License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Math::Trig) >= 1.06 BuildRequires: perl(Test::More) >= 0.82 +Requires: perl(Math::Trig) >= 1.06 %{perl_requires} %description @@ -50,12 +50,12 @@ modified directly. $X += $Y; # so does this %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -66,7 +66,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README README.md %changelog