rpms/perl-Math-MatrixReal/devel .cvsignore, 1.2, 1.3 perl-Math-MatrixReal.spec, 1.2, 1.3 sources, 1.2, 1.3

Patrice Dumas pertusus at fedoraproject.org
Sun Jul 20 13:44:47 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/perl-Math-MatrixReal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25605

Modified Files:
	.cvsignore perl-Math-MatrixReal.spec sources 
Log Message:
* Sun Jul 20 2008 Patrice Dumas <pertusus at free.fr> 2.05-1
- update to 2.05



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-MatrixReal/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Feb 2008 22:12:26 -0000	1.2
+++ .cvsignore	20 Jul 2008 13:44:00 -0000	1.3
@@ -1 +1 @@
-Math-MatrixReal-2.03.tar.gz
+Math-MatrixReal-2.05.tar.gz


Index: perl-Math-MatrixReal.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-MatrixReal/devel/perl-Math-MatrixReal.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Math-MatrixReal.spec	10 Mar 2008 17:41:48 -0000	1.2
+++ perl-Math-MatrixReal.spec	20 Jul 2008 13:44:00 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Math-MatrixReal
-Version:        2.03
-Release:        2%{?dist}
+Version:        2.05
+Release:        1%{?dist}
 Summary:        Manipulate matrix of reals
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,13 +9,22 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build) perl(File::Spec) perl(Test::Simple)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-Implements the data type "matrix of reals", which can be used almost like
-any other basic Perl type thanks to OPERATOR OVERLOADING, i.e.,
-  $product = $matrix1 * $matrix2;
-does what you would like it to do (a matrix multiplication).
+Implements the data type "matrix of reals" (and consequently also
+"vector of reals") which can be used almost like any other basic
+Perl type thanks to OPERATOR OVERLOADING, i.e.,
+
+    $A = $matrix1 * $matrix2;
+    $B = $A ** 2;
+    $C = $A + 2*B;
+    $D = $C - $B/2;
+    $inverse = $C ** -1;
+    $inverse = 1/$C;
+    
+does what you would like it to do.
 
 %prep
 %setup -q -n Math-MatrixReal-%{version}
@@ -45,6 +54,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 20 2008 Patrice Dumas <pertusus at free.fr> 2.05-1
+- update to 2.05
+
 * Mon Mar 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.03-2
 - rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-MatrixReal/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Feb 2008 22:12:26 -0000	1.2
+++ sources	20 Jul 2008 13:44:00 -0000	1.3
@@ -1 +1 @@
-ddec2540dfe7a719225d2abd5be3ce52  Math-MatrixReal-2.03.tar.gz
+67f23122424830b5eea044f987b892b9  Math-MatrixReal-2.05.tar.gz




More information about the Fedora-perl-devel-list mailing list