forked from pool/perl-Math-PlanePath
Accepting request 838263 from devel:languages:perl:autoupdate
- updated to 128 see /usr/share/doc/packages/perl-Math-PlanePath/Changes OBS-URL: https://build.opensuse.org/request/show/838263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-PlanePath?expand=0&rev=24
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40f0c38007de46b4b1a7f27b6ae20e62ced98ff5c4a5bfd1c89ebfd8fce5feb7
|
|
||||||
size 1370275
|
|
3
Math-PlanePath-128.tar.gz
Normal file
3
Math-PlanePath-128.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8836e6cb10f89348b182fe75c544f07749a9a933f8e16eed2a5fb95d2422d6b
|
||||||
|
size 1482459
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 28 03:12:31 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 128
|
||||||
|
see /usr/share/doc/packages/perl-Math-PlanePath/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 05:16:02 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Sun Aug 18 05:16:02 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Math-PlanePath
|
# spec file for package perl-Math-PlanePath
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Math-PlanePath
|
Name: perl-Math-PlanePath
|
||||||
Version: 127
|
Version: 128
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: GPL-1.0-or-later
|
#Upstream: GPL-1.0-or-later
|
||||||
%define cpan_name Math-PlanePath
|
%define cpan_name Math-PlanePath
|
||||||
Summary: Points on a path through the 2-D plane
|
Summary: Points on a path through the 2-D plane
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -79,9 +79,10 @@ related things are further down like 'Math::PlanePath::Base::Xyzzy'.
|
|||||||
PythagoreanTree X^2+Y^2=Z^2 by trees
|
PythagoreanTree X^2+Y^2=Z^2 by trees
|
||||||
|
|
||||||
PeanoCurve 3x3 self-similar quadrant
|
PeanoCurve 3x3 self-similar quadrant
|
||||||
|
PeanoDiagonals across unit squares
|
||||||
WunderlichSerpentine transpose parts of PeanoCurve
|
WunderlichSerpentine transpose parts of PeanoCurve
|
||||||
HilbertCurve 2x2 self-similar quadrant
|
HilbertCurve 2x2 self-similar quadrant
|
||||||
HilbertSides 2x2 self-similar quadrant segments
|
HilbertSides along sides of unit squares
|
||||||
HilbertSpiral 2x2 self-similar whole-plane
|
HilbertSpiral 2x2 self-similar whole-plane
|
||||||
ZOrderCurve replicating Z shapes
|
ZOrderCurve replicating Z shapes
|
||||||
GrayCode Gray code splits
|
GrayCode Gray code splits
|
||||||
@@ -98,7 +99,7 @@ related things are further down like 'Math::PlanePath::Base::Xyzzy'.
|
|||||||
CubicBase replicate in three directions
|
CubicBase replicate in three directions
|
||||||
SquareReplicate 3x3 replicating squares
|
SquareReplicate 3x3 replicating squares
|
||||||
CornerReplicate 2x2 replicating "U"
|
CornerReplicate 2x2 replicating "U"
|
||||||
LTiling self-simlar L shapes
|
LTiling self-similar L shapes
|
||||||
DigitGroups digits grouped by zeros
|
DigitGroups digits grouped by zeros
|
||||||
FibonacciWordFractal turns by Fibonacci word bits
|
FibonacciWordFractal turns by Fibonacci word bits
|
||||||
|
|
||||||
@@ -191,7 +192,7 @@ printout of numbers from selected paths or all paths.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user