8
0

- update to 1.997

* Document actual behaviour of from_xxx() methods. [perl #85334] (Peter John
     Acklam)
   * Make bmuladd() able to handle third arg properly. [perl #85482] (Peter John
     Acklam)
   * Add sign function bsgn() as a complement to babs(). (Peter John Acklam)
   * Fix objectify()'s handling of "foreign objects". (RT #16221 and #52124)
     (Peter John Acklam)
   * Rewrap some verbatim pod in Math::BigInt. (Father Chrysostomos)
   * Correct links to sections. (Alexandr Ciornii)
   * Remove incorrect formatting inside verbatim paragraphs. (Alexandr Ciornii)
   * Upgrade bundled modules in "inc" to latest version. (Peter John Acklam)
   * Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are
     generated by the distribution author at packaging time, MYMETA.* are
     generated by the end user at configure time after any dynamic dependencies
     are known. (Peter John Acklam)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2011-11-18 12:32:20 +00:00
committed by Git OBS Bridge
parent e4ae64ff9d
commit bb109ead4f
3 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19e21fcd7a3525eb0802b7735be3a83d55d87a232e6ab54ef68368fe80d6f442
size 211670

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Nov 18 12:31:43 UTC 2011 - coolo@suse.com
- update to 1.997
* Document actual behaviour of from_xxx() methods. [perl #85334] (Peter John
Acklam)
* Make bmuladd() able to handle third arg properly. [perl #85482] (Peter John
Acklam)
* Add sign function bsgn() as a complement to babs(). (Peter John Acklam)
* Fix objectify()'s handling of "foreign objects". (RT #16221 and #52124)
(Peter John Acklam)
* Rewrap some verbatim pod in Math::BigInt. (Father Chrysostomos)
* Correct links to sections. (Alexandr Ciornii)
* Remove incorrect formatting inside verbatim paragraphs. (Alexandr Ciornii)
* Upgrade bundled modules in "inc" to latest version. (Peter John Acklam)
* Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are
generated by the distribution author at packaging time, MYMETA.* are
generated by the end user at configure time after any dynamic dependencies
are known. (Peter John Acklam)
-------------------------------------------------------------------
Fri Apr 29 07:35:32 UTC 2011 - coolo@opensuse.org

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-Math-BigInt (Version 1.993)
# spec file for package perl-Math-BigInt
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,8 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Math-BigInt
Version: 1.993
Version: 1.997
Release: 1
License: GPL+ or Artistic
%define cpan_name Math-BigInt