- updated to 0.91 see /usr/share/doc/packages/perl-Math-Matrix/Changes 0.91 2020-08-09 * Ensure a recent version of Math::Complex in the test files that use that module. Math::Complex didn't support any way of cloning/copying Math::Complex objects before version 1.57. 0.9 2020-08-07 * Fix typos in POD and add more documentation and examples. * Extended new() to handle empty matrices and allow the matrix to be specified as a single argument. * Improve code so subclassing works better. * Add many new tests to confirm existing and new behaviour. * Misellaneous modernizations. * This release closes CPAN RT ##104334 and #109353. OBS-URL: https://build.opensuse.org/request/show/825764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-Matrix?expand=0&rev=5
29 lines
669 B
YAML
29 lines
669 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
#preamble: |-
|
|
# BuildRequires: gcc-c++
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_build: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|