#2 1.999825 bump
Merged 2 years ago by jplesnik. Opened 2 years ago by mspacek.
rpms/ mspacek/perl-Math-BigInt rawhide  into  rawhide

file modified
+1
@@ -35,3 +35,4 @@ 

  /Math-BigInt-1.999822.tar.gz

  /Math-BigInt-1.999823.tar.gz

  /Math-BigInt-1.999824.tar.gz

+ /Math-BigInt-1.999825.tar.gz

file modified
+4 -1
@@ -1,6 +1,6 @@ 

  Name:           perl-Math-BigInt

  Epoch:          1

- %global cpan_version 1.999824

+ %global cpan_version 1.999825

  # Keep 4-digit version to compete with perl.spec

  Version:        %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')

  Release:        1%{?dist}
@@ -101,6 +101,9 @@ 

  %{_libexecdir}/%{name}

  

  %changelog

+ * Wed Sep 29 2021 Michal Josef Špaček <mspacek@redhat.com> - 1:1.9998.25-1

+ - 1.999825 bump

+ 

  * Wed Sep 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.9998.24-1

  - 1.999824 bump

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (Math-BigInt-1.999824.tar.gz) = a37d7f00e61dafb3c3bb0641158ed559288b83c17ef1e16549e4a47d31123e0b703b4f20951b5bec81608dd73d8995e41c01b9ac87d4ea3e45f59d166cc5f86e

+ SHA512 (Math-BigInt-1.999825.tar.gz) = d87886c3583ad768ee15c13bcd139689edca10ef3ce4bc9a6730de509a712c83d15a506dab12bb3265fbbe11eab34c80e5b225848426b010ab9d5b49f117aa9a

Changes for version 1.999825 - 2021-09-28

  • Make Math::BigInt accept integers regardless of whether they are written as decimal, binary, octal, or hexadecimal integers or decimal, binary, octal, or hexadecimal floating point number.

  • When numeric constants are overloaded (with the ":constant" option) in Math::BigInt, every numeric constant that represent an integer is converted to an object regardless of how it is written. All finite non-integers are converted to a NaN.

  • When numeric constants are overloaded (with the ":constant" option) in Math::BigFloat, every numeric constant is converted to an object regardless of how it is written.

  • Add method from_dec() (cf. from_bin(), from_oct(), and from_hex()). It is like new() except that it does not accept anything but a string representing a finite decimal number.

Thanks for the update. There is only missing new BR perl(Scalar::Util). I'll add it.

Pull-Request has been merged by jplesnik

2 years ago