Accepting request 296481 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296481 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-Symbolic?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
692d8e1024
commit
28d20ac2a8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d32ecc947dcbb77c6bea679df2049f58c20cd0db5d0ebd410afdec93aca9d874
|
||||
size 104161
|
3
Math-Symbolic-0.612.tar.gz
Normal file
3
Math-Symbolic-0.612.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9af979956c4c28683c535b5e5da3cde198c0cac2a11b3c9a129da218b3b9c08
|
||||
size 137357
|
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 20:24:23 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.612
|
||||
see /usr/share/doc/packages/perl-Math-Symbolic/Changes
|
||||
|
||||
0.612 Mon Jun 17 08:10 2013
|
||||
- Attempt to fix versioning issues, take two.
|
||||
|
||||
0.611 Wed Jun 05 08:10 2013
|
||||
- Attempt to fix versioning issues.
|
||||
|
||||
0.610 Wed Jun 05 07:10 2013
|
||||
- More POD/encoding fixes (Gregor Herrmann).
|
||||
- POD spelling fixes (Jonathan Yu).
|
||||
|
||||
0.609 Wed May 14 07:20 2013
|
||||
- Move POD tests to xt/
|
||||
- POD/encoding fixes.
|
||||
|
||||
0.608 Tue May 14 19:00 2013
|
||||
- Move POD tests to xt/
|
||||
|
||||
0.607 Mon Sep 19 09:03 2011
|
||||
- Documentation change: Add warning about confusing ^ and **
|
||||
for overloaded operations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 10:37:23 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Math-Symbolic (Version 0.606)
|
||||
# spec file for package perl-Math-Symbolic
|
||||
#
|
||||
# Copyright (c) 2010 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
|
||||
@@ -15,30 +15,23 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Math-Symbolic
|
||||
Version: 0.606
|
||||
Release: 1
|
||||
License: CHECK(GPL+ or Artistic)
|
||||
Version: 0.612
|
||||
Release: 0
|
||||
%define cpan_name Math-Symbolic
|
||||
Summary: Math::Symbolic Perl module
|
||||
Url: http://search.cpan.org/dist/Math-Symbolic/
|
||||
Summary: Symbolic calculations
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Math-Symbolic/
|
||||
Source: http://www.cpan.org/authors/id/S/SM/SMUELLER/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Memoize) >= 1.01
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build) >= 0.40
|
||||
BuildRequires: perl(Parse::RecDescent)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(Memoize) >= 1.01
|
||||
Requires: perl(Parse::RecDescent)
|
||||
Requires: perl(Test::More)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -65,11 +58,11 @@ existing Math::Symbolic trees and standard Perl expressions.
|
||||
|
||||
Possibly the most convenient way of constructing Math::Symbolic trees is
|
||||
using the builtin parser to generate trees from expressions such as '2 *
|
||||
x^5'. You may use the Math::Symbolic->parse_from_string() class method for
|
||||
this.
|
||||
x^5'. You may use the 'Math::Symbolic->parse_from_string()' class method
|
||||
for this.
|
||||
|
||||
Of course, you may combine the overloaded interface with the parser to
|
||||
generate trees with Perl code such as "$term * 5 * 'sin(omega*t+phi)'"
|
||||
generate trees with Perl code such as '$term * 5 * 'sin(omega*t+phi)''
|
||||
which will create a tree of the existing tree $term times 5 times the sine
|
||||
of the vars omega times t plus phi.
|
||||
|
||||
@@ -79,18 +72,19 @@ Furthermore, there are several extensions to Math::Symbolic available from
|
||||
CPAN as separate distributions. Please refer to the SEE ALSO manpage for an
|
||||
incomplete list of these.
|
||||
|
||||
For example, Math::Symbolic::MiscCalculus come with Math::Symbolic and
|
||||
contains routines to compute Taylor Polynomials and the associated errors.
|
||||
For example, the Math::Symbolic::MiscCalculus manpage come with
|
||||
'Math::Symbolic' and contains routines to compute Taylor Polynomials and
|
||||
the associated errors.
|
||||
|
||||
Routines related to vector calculus such as grad, div, rot, and Jacobi- and
|
||||
Hesse matrices are available through the Math::Symbolic::VectorCalculus
|
||||
module. This module is also able to compute Taylor Polynomials of functions
|
||||
of two variables, directional derivatives, total differentials, and
|
||||
Wronskian Determinants.
|
||||
Hesse matrices are available through the the Math::Symbolic::VectorCalculus
|
||||
manpage module. This module is also able to compute Taylor Polynomials of
|
||||
functions of two variables, directional derivatives, total differentials,
|
||||
and Wronskian Determinants.
|
||||
|
||||
Some basic support for linear algebra can be found in
|
||||
Math::Symbolic::MiscAlgebra. This includes a routine to compute the
|
||||
determinant of a matrix of Math::Symbolic trees.
|
||||
Some basic support for linear algebra can be found in the
|
||||
Math::Symbolic::MiscAlgebra manpage. This includes a routine to compute the
|
||||
determinant of a matrix of 'Math::Symbolic' trees.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@@ -106,9 +100,6 @@ determinant of a matrix of Math::Symbolic trees.
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README TODO Yapp.yp
|
||||
|
Reference in New Issue
Block a user