Hello community,

here is the log from the commit of package perl-Math-BigInt for 
openSUSE:Factory checked in at 2016-11-18 22:02:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Math-BigInt (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Math-BigInt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Math-BigInt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Math-BigInt/perl-Math-BigInt.changes        
2016-11-10 13:28:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Math-BigInt.new/perl-Math-BigInt.changes   
2016-11-18 22:02:48.000000000 +0100
@@ -1,0 +2,39 @@
+Thu Nov 17 06:43:33 UTC 2016 - [email protected]
+
+- updated to 1.999800
+   see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
+
+  2016-11-15 v1.999800 pjacklam
+  
+   * Upgrade bundled Module::Install from version 1.16 to version 1.17.
+  
+   * Add Math::BigInt::Lib (lib/Math/BigInt/Lib.pm), a parent class for
+     Math::BigInt backend libraries.
+  
+   * Use objects in Math::BigInt::Calc, not just array refs. Also use OO-style,
+     i.e., use $class->_add($x, $y) rather than _add($class, $x, $y).
+  
+   * Not all library methods modify the invocand, so call library methods as,
+     e.g, $x = $LIB->method($x, $y) rather than just $LIB->method($x, $y).
+  
+   * Math::BigInt::Calc is now a subclass of Math::BigInt::Lib.
+  
+   * Add Math::BigInt::Lib::Minimal (t/Math/BigInt/Lib/Minimal.pm) for testing
+     inheritance from Math::BigInt::Lib.
+  
+   * Minor simplification in Math::BigInt::Calc->_str().
+  
+   * Speed up Math::BigInt::Calc->_root().
+  
+   * Remove test files that were included in the previous release by accident.
+  
+   * Add more tests and use more verbose output in some tests.
+  
+   * Fix typo in lib/Math/BigFloat.pm 
+  
+   * Fix documentation error in lib/Math/Calc.pm
+  
+   * Use Config::Tiny and an .ini file to handle the library specific
+     configuration for the author-lib*.t test files.
+
+-------------------------------------------------------------------

Old:
----
  Math-BigInt-1.999727.tar.gz

New:
----
  Math-BigInt-1.999800.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Math-BigInt.spec ++++++
--- /var/tmp/diff_new_pack.8girU2/_old  2016-11-18 22:02:49.000000000 +0100
+++ /var/tmp/diff_new_pack.8girU2/_new  2016-11-18 22:02:49.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Math-BigInt
-Version:        1.999727
+Version:        1.999800
 Release:        0
 %define cpan_name Math-BigInt
 Summary:        Arbitrary size integer/float math package
@@ -31,9 +31,9 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Math::Complex) >= 1.39
-BuildRequires:  perl(Test::More) >= 0.9301
+BuildRequires:  perl(Test::More) >= 0.94
 Requires:       perl(Math::Complex) >= 1.39
-Requires:       perl(Test::More) >= 0.9301
+Requires:       perl(Test::More) >= 0.94
 %{perl_requires}
 # MANUAL BEGIN
 Recommends:     perl(bignum) >= 0.22

++++++ Math-BigInt-1.999727.tar.gz -> Math-BigInt-1.999800.tar.gz ++++++
++++ 109297 lines of diff (skipped)


Reply via email to