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:
Stephan Kulow
2015-04-14 05:58:11 +00:00
committed by Git OBS Bridge
parent c6a3a57303
commit eed1ccedf8
5 changed files with 49 additions and 15 deletions

View File

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

View File

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

View File

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

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,21 @@
#
Name: perl-Math-MatrixReal
Version: 2.08
Release: 1
License: GPL+ or Artistic
Version: 2.12
Release: 0
%define cpan_name Math-MatrixReal
Summary: Matrix of Reals
Url: http://search.cpan.org/dist/Math-MatrixReal/
License: Artistic-1.0 or GPL-1.0+
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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
#BuildRequires: perl(Math::MatrixReal)
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Test::Most)
%{perl_requires}
%description
@@ -53,6 +52,6 @@ Matrix of Reals
%files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES CREDITS example GOALS README TODO
%doc CHANGES CREDITS example GOALS OLD_README README.mkd TODO
%changelog