Hello community,
here is the log from the commit of package perl-Math-PlanePath for
openSUSE:Factory checked in at 2020-09-29 19:01:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Math-PlanePath (Old)
and /work/SRC/openSUSE:Factory/.perl-Math-PlanePath.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Math-PlanePath"
Tue Sep 29 19:01:51 2020 rev:13 rq:838281 version:128
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Math-PlanePath/perl-Math-PlanePath.changes
2019-08-22 10:51:52.597703878 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Math-PlanePath.new.4249/perl-Math-PlanePath.changes
2020-09-29 19:02:08.769798470 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 03:12:31 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 128
+ see /usr/share/doc/packages/perl-Math-PlanePath/Changes
+
+-------------------------------------------------------------------
Old:
----
Math-PlanePath-127.tar.gz
New:
----
Math-PlanePath-128.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Math-PlanePath.spec ++++++
--- /var/tmp/diff_new_pack.w7kjwR/_old 2020-09-29 19:02:10.861801012 +0200
+++ /var/tmp/diff_new_pack.w7kjwR/_new 2020-09-29 19:02:10.861801012 +0200
@@ -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 @@
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 @@
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 @@
%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}"
++++++ Math-PlanePath-127.tar.gz -> Math-PlanePath-128.tar.gz ++++++
++++ 35162 lines of diff (skipped)