Hello community,
here is the log from the commit of package perl-Math-BigInt-GMP for
openSUSE:Factory checked in at 2015-12-16 17:43:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Math-BigInt-GMP (Old)
and /work/SRC/openSUSE:Factory/.perl-Math-BigInt-GMP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Math-BigInt-GMP"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.changes
2015-08-27 08:56:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Math-BigInt-GMP.new/perl-Math-BigInt-GMP.changes
2015-12-16 17:45:06.000000000 +0100
@@ -1,0 +2,62 @@
+Tue Dec 15 10:06:02 UTC 2015 - [email protected]
+
+- updated to 1.47
+ see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES
+
+ 2015-12-14 v1.47 pjacklam
+ * Add patch from Gregor Herrmann (GREGOA) based on code by Dana Jacobsen
+ (DANAJ) to fix problems with the new() method when Perl is compiled with
+ support for 64-bit integers, but on platforms when the underlying OS is
+ 32-bit (CPAN RT #71548).
+
+-------------------------------------------------------------------
+Thu Dec 10 20:12:59 UTC 2015 - [email protected]
+
+- updated to 1.46
+
+-------------------------------------------------------------------
+Thu Dec 3 18:24:17 UTC 2015 - [email protected]
+
+- update to 1.45
+
+ 2015-11-09 v1.45 pjacklam
+ * Sync test files with Math-BigInt-1.999709.
+ * Required version of Test::More is 0.47.
+
+ 2015-10-29 v1.44 pjacklam
+ * Sync test files with Math-BigInt-1.999707.
+ * Update the README file.
+ * Remove the files INSTALL and LICENSE as this information is already covered
+ in the file README.
+ * Replace 'use vars ...' with 'our ...'. We require a Perl newer than 5.6.0
+ anyway.
+ * Required version of Math-BigInt is now 1.999706.
+ * Add 'Test::More' to TEST_REQUIRES in Makefile.PL.
+ * Enable 'use warnings'. We require a Perl newer than 5.6.0 anyway.
+ * Add 'assertlib.*\.exe' to MANIFEST.SKIP, since make generates temporary
+ files like 'assertlibzxjE4WfG.exe' on Cygwin.
+
+ 2015-09-21 v1.43 pjacklam
+ * Sync test files with Math-BigInt-1.999703.
+ * Required version of Math-BigInt is now 1.999703.
+ * Update author information.
+
+ 2015-09-17 v1.42 pjacklam
+ * Sync test files with Math-BigInt-1.999702.
+ * Required version of Math-BigInt is now 1.999702.
+
+ 2015-09-11 v1.41 pjacklam
+ lib/Math/BigInt/GMP.pm
+ * Updated version number.
+ Makefile.PL
+ * Updated required version of Math::BigInt.
+ t/bigfltpm.inc
+ * Synced tests with the Math-BigInt distribution.
+ t/bigfltpm.t
+ * Updated number of tests.
+ t/bigintpm.inc
+ * Synced tests with the Math-BigInt distribution.
+ t/bigintpm.t
+ * Updated number of tests.
+
+-------------------------------------------------------------------
Old:
----
Math-BigInt-GMP-1.40.tar.gz
New:
----
Math-BigInt-GMP-1.47.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Math-BigInt-GMP.spec ++++++
--- /var/tmp/diff_new_pack.c8tbGd/_old 2015-12-16 17:45:07.000000000 +0100
+++ /var/tmp/diff_new_pack.c8tbGd/_new 2015-12-16 17:45:07.000000000 +0100
@@ -17,7 +17,7 @@
Name: perl-Math-BigInt-GMP
-Version: 1.40
+Version: 1.47
Release: 0
%define cpan_name Math-BigInt-GMP
Summary: Use the GMP library for Math::BigInt routines
@@ -29,15 +29,32 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Math::BigInt) >= 1.9994
-Requires: perl(Math::BigInt) >= 1.9994
+BuildRequires: perl(Math::BigInt) >= 1.999709
+Requires: perl(Math::BigInt) >= 1.999709
%{perl_requires}
# MANUAL BEGIN
BuildRequires: gmp-devel
+BuildRequires: perl(Test::Pod) >= 1.22
+BuildRequires: perl(Test::Pod::Coverage) >= 1.08
+# Version check does not work for perl packages before 5.22
+%if 0%{?suse_version} <= 1320
+BuildRequires: perl-Math-BigInt >= 1.999709
+Requires: perl-Math-BigInt >= 1.999709
+%else
+BuildRequires: perl(Math::BigInt) >= 1.999709
+Requires: perl(Math::BigInt) >= 1.999709
+%endif
# MANUAL END
%description
-Use the GMP library for Math::BigInt routines
+Math::BigInt::GMP is a replacement library for Math::BigInt::Calc that
+reimplements some of the Math::BigInt::Calc functions in XS. It can be used
+via:
+
+ use Math::BigInt lib => 'GMP';
+
+This package contains a replacement (drop-in) module for Math::BigInt's core,
+Math::BigInt::Calc.pm.
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ Math-BigInt-GMP-1.40.tar.gz -> Math-BigInt-GMP-1.47.tar.gz ++++++
++++ 2419 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.c8tbGd/_old 2015-12-16 17:45:07.000000000 +0100
+++ /var/tmp/diff_new_pack.c8tbGd/_new 2015-12-16 17:45:07.000000000 +0100
@@ -9,6 +9,25 @@
# bar.patch:
preamble: |-
BuildRequires: gmp-devel
+ BuildRequires: perl(Test::Pod) >= 1.22
+ BuildRequires: perl(Test::Pod::Coverage) >= 1.08
+ # Version check does not work for perl packages before 5.22
+ %if 0%{?suse_version} <= 1320
+ BuildRequires: perl-Math-BigInt >= 1.999709
+ Requires: perl-Math-BigInt >= 1.999709
+ %else
+ BuildRequires: perl(Math::BigInt) >= 1.999709
+ Requires: perl(Math::BigInt) >= 1.999709
+ %endif
+description: |-
+ Math::BigInt::GMP is a replacement library for Math::BigInt::Calc that
+ reimplements some of the Math::BigInt::Calc functions in XS. It can be used
+ via:
+
+ use Math::BigInt lib => 'GMP';
+
+ This package contains a replacement (drop-in) module for Math::BigInt's core,
+ Math::BigInt::Calc.pm.
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL