diff --git a/Math-PlanePath-127.tar.gz b/Math-PlanePath-127.tar.gz deleted file mode 100644 index 30427c7..0000000 --- a/Math-PlanePath-127.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40f0c38007de46b4b1a7f27b6ae20e62ced98ff5c4a5bfd1c89ebfd8fce5feb7 -size 1370275 diff --git a/Math-PlanePath-128.tar.gz b/Math-PlanePath-128.tar.gz new file mode 100644 index 0000000..9e87337 --- /dev/null +++ b/Math-PlanePath-128.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8836e6cb10f89348b182fe75c544f07749a9a933f8e16eed2a5fb95d2422d6b +size 1482459 diff --git a/perl-Math-PlanePath.changes b/perl-Math-PlanePath.changes index 9fae722..c3c863a 100644 --- a/perl-Math-PlanePath.changes +++ b/perl-Math-PlanePath.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 28 03:12:31 UTC 2020 - Tina Müller + +- updated to 128 + see /usr/share/doc/packages/perl-Math-PlanePath/Changes + ------------------------------------------------------------------- Sun Aug 18 05:16:02 UTC 2019 - Stephan Kulow diff --git a/perl-Math-PlanePath.spec b/perl-Math-PlanePath.spec index 39f5c44..d451a56 100644 --- a/perl-Math-PlanePath.spec +++ b/perl-Math-PlanePath.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-Math-PlanePath -Version: 127 +Version: 128 Release: 0 #Upstream: GPL-1.0-or-later %define cpan_name Math-PlanePath Summary: Points on a path through the 2-D plane License: GPL-3.0-or-later 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 Source1: cpanspec.yml 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 PeanoCurve 3x3 self-similar quadrant + PeanoDiagonals across unit squares WunderlichSerpentine transpose parts of PeanoCurve HilbertCurve 2x2 self-similar quadrant - HilbertSides 2x2 self-similar quadrant segments + HilbertSides along sides of unit squares HilbertSpiral 2x2 self-similar whole-plane ZOrderCurve replicating Z shapes GrayCode Gray code splits @@ -98,7 +99,7 @@ related things are further down like 'Math::PlanePath::Base::Xyzzy'. CubicBase replicate in three directions SquareReplicate 3x3 replicating squares CornerReplicate 2x2 replicating "U" - LTiling self-simlar L shapes + LTiling self-similar L shapes DigitGroups digits grouped by zeros FibonacciWordFractal turns by Fibonacci word bits @@ -191,7 +192,7 @@ printout of numbers from selected paths or all paths. %prep %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 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"