Accepting request 295915 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295915 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-MatrixReal?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
c6a3a57303
commit
eed1ccedf8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9377c6f37a860edd32d6028741ad525b73fe7a848f3c9d71b4f6526b2251f7fc
|
|
||||||
size 80582
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19dcf2025766fb21620386d240bb4d4259e4db1f6ee034763ed91bde03ca57bb
|
|
||||||
size 80169
|
|
3
Math-MatrixReal-2.12.tar.gz
Normal file
3
Math-MatrixReal-2.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:648d633efa08decea5aced493c8d9b74b6f2959e20f45875d7524bfc2c497196
|
||||||
|
size 82731
|
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 18:36:51 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.12
|
||||||
|
see /usr/share/doc/packages/perl-Math-MatrixReal/CHANGES
|
||||||
|
|
||||||
|
Changes in v2.12 - Jonathan "Duke" Leto
|
||||||
|
December 2014
|
||||||
|
--------------------------
|
||||||
|
* Added as_list() function. (Ivan Baidakou (basiliscos))
|
||||||
|
|
||||||
|
Changes in v2.11 - Jonathan "Duke" Leto
|
||||||
|
January 2014
|
||||||
|
--------------------------
|
||||||
|
* Add maximum/minimum functions. (Alberto Simões)
|
||||||
|
* Add reshape constructor. (Alberto Simões)
|
||||||
|
|
||||||
|
Changes in v2.10 - Jonathan "Duke" Leto
|
||||||
|
November 2013
|
||||||
|
--------------------------
|
||||||
|
* Fix tests on Windows, thanks to Russell Jenkins <veryrusty@gmail.com>
|
||||||
|
|
||||||
|
Changes in v2.09 - Jonathan "Duke" Leto
|
||||||
|
November 2011
|
||||||
|
--------------------------
|
||||||
|
* as_latex() now works and is tested properly
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 18:36:48 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.09
|
||||||
|
see /usr/share/doc/packages/perl-Math-MatrixReal/CHANGES
|
||||||
|
|
||||||
|
Changes in v2.09 - Jonathan "Duke" Leto
|
||||||
|
November 2011
|
||||||
|
--------------------------
|
||||||
|
* as_latex() now works and is tested properly
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 2 09:32:30 UTC 2011 - coolo@suse.com
|
Wed Nov 2 09:32:30 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Math-MatrixReal
|
# spec file for package perl-Math-MatrixReal
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,22 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Math-MatrixReal
|
Name: perl-Math-MatrixReal
|
||||||
Version: 2.08
|
Version: 2.12
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Math-MatrixReal
|
%define cpan_name Math-MatrixReal
|
||||||
Summary: Matrix of Reals
|
Summary: Matrix of Reals
|
||||||
Url: http://search.cpan.org/dist/Math-MatrixReal/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/dist/Math-MatrixReal/
|
||||||
Source: http://www.cpan.org/authors/id/L/LE/LETO/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/L/LE/LETO/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build) >= 0.38
|
||||||
#BuildRequires: perl(Math::MatrixReal)
|
BuildRequires: perl(Test::Most)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -53,6 +52,6 @@ Matrix of Reals
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc CHANGES CREDITS example GOALS README TODO
|
%doc CHANGES CREDITS example GOALS OLD_README README.mkd TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user