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:
Stephan Kulow
2015-04-15 07:31:58 +00:00
committed by Git OBS Bridge
parent 692d8e1024
commit 28d20ac2a8
4 changed files with 52 additions and 34 deletions

View File

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

View File

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

View File

@@ -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 Thu Apr 21 10:37:23 UTC 2011 - coolo@opensuse.org

View File

@@ -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 # 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
@@ -15,30 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Math-Symbolic Name: perl-Math-Symbolic
Version: 0.606 Version: 0.612
Release: 1 Release: 0
License: CHECK(GPL+ or Artistic)
%define cpan_name Math-Symbolic %define cpan_name Math-Symbolic
Summary: Math::Symbolic Perl module Summary: Symbolic calculations
Url: http://search.cpan.org/dist/Math-Symbolic/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl 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 Source: http://www.cpan.org/authors/id/S/SM/SMUELLER/%{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(Module::Build)
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Module::Build) >= 0.40
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Memoize) >= 1.01
BuildRequires: perl(Module::Build)
BuildRequires: perl(Parse::RecDescent) BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(Test::More)
Requires: perl(Data::Dumper)
Requires: perl(Memoize) >= 1.01
Requires: perl(Parse::RecDescent) Requires: perl(Parse::RecDescent)
Requires: perl(Test::More)
%{perl_requires} %{perl_requires}
%description %description
@@ -65,11 +58,11 @@ existing Math::Symbolic trees and standard Perl expressions.
Possibly the most convenient way of constructing Math::Symbolic trees is Possibly the most convenient way of constructing Math::Symbolic trees is
using the builtin parser to generate trees from expressions such as '2 * 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 x^5'. You may use the 'Math::Symbolic->parse_from_string()' class method
this. for this.
Of course, you may combine the overloaded interface with the parser to 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 which will create a tree of the existing tree $term times 5 times the sine
of the vars omega times t plus phi. 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 CPAN as separate distributions. Please refer to the SEE ALSO manpage for an
incomplete list of these. incomplete list of these.
For example, Math::Symbolic::MiscCalculus come with Math::Symbolic and For example, the Math::Symbolic::MiscCalculus manpage come with
contains routines to compute Taylor Polynomials and the associated errors. '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 Routines related to vector calculus such as grad, div, rot, and Jacobi- and
Hesse matrices are available through the Math::Symbolic::VectorCalculus Hesse matrices are available through the the Math::Symbolic::VectorCalculus
module. This module is also able to compute Taylor Polynomials of functions manpage module. This module is also able to compute Taylor Polynomials of
of two variables, directional derivatives, total differentials, and functions of two variables, directional derivatives, total differentials,
Wronskian Determinants. and Wronskian Determinants.
Some basic support for linear algebra can be found in Some basic support for linear algebra can be found in the
Math::Symbolic::MiscAlgebra. This includes a routine to compute the Math::Symbolic::MiscAlgebra manpage. This includes a routine to compute the
determinant of a matrix of Math::Symbolic trees. determinant of a matrix of 'Math::Symbolic' trees.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %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 ./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes examples README TODO Yapp.yp %doc Changes examples README TODO Yapp.yp