mpfr4 3.0.0-2 source package in Ubuntu

Changelog

mpfr4 (3.0.0-2) unstable; urgency=low

  * Apply 3 upstream patches, fixing:
    + incorrect return value of `mpfr_out_str' (patch01)
    + problem with `alloca' on some plateform (patch02)
    + underflow management in `mpfr_gamma' (patch03).
  * Upload to unstable.

mpfr4 (3.0.0-1) experimental; urgency=low

  * New upstream release.

mpfr4 (3.0.0~rc2-2) experimental; urgency=low

  * Fix almost empty doc package.
  * Include code samples in libmpfr-doc.

mpfr4 (3.0.0~rc2-1) experimental; urgency=low

  * New release candidate.

mpfr4 (3.0.0~rc1-4) experimental; urgency=low

  * Rename libmpfr4-doc to libmpfr-doc.

mpfr4 (3.0.0~rc1-3) experimental; urgency=low

  * Rename libmpfr4-dev to libmpfr-dev, it makes more sense
    for the upgrade.
  * Correct old lib name in description.

mpfr4 (3.0.0~rc1-2) experimental; urgency=low

  * Update debian/copyright to reflect the change to LGPL3+,
    thanks Torsten Werner.

mpfr4 (3.0.0~rc1-1) experimental; urgency=low

  * Switch to dpkg-source 3.0 (quilt) format
  * New release candidate (closes: #583205).
  * New source package because:
    + soversion has changed
    + gcc build-depends on mpfr.

mpfr (2.4.2-3) unstable; urgency=low

  * Apply patch by Aurélien Jarno, fixing compilation problem
    on mips(el) with gcc-4.4 (closes: #560221).

mpfr (2.4.2-2) unstable; urgency=low

  * Apply patch `sin_cos_underflow', fixes underflow problems in
    mpfr_sin_cos.

mpfr (2.4.2-1) unstable; urgency=low

  * New upstream release.

mpfr (2.4.2~rc3-1) experimental; urgency=low

  * New upstream release candidate.

mpfr (2.4.2~rc2-1) experimental; urgency=low

  * New upstream release candidate.

mpfr (2.4.2~rc1-1) experimental; urgency=low

  * New upstream release candidate.
  * Add missing ${misc:Depends}.
  * Add missing dependency on install-info.
  * DH_COMPAT upgraded to 7.
  * Upgraded Standards-Version to 3.8.3.

mpfr (2.4.1-2) unstable; urgency=low

  * Apply patch by Nobuhiro Iwamatsu for sh4 support (closes: #459598).

mpfr (2.4.1-1) unstable; urgency=low

  * New upstream release.
  * Apply patch01 and patch02:
    + fix incorrect rounding in remainder functions
    + explicit assert message.

mpfr (2.4.0-5) unstable; urgency=low

  * Apply patches 01 and 02:
    + check for printf length modifiers hh and ll at configure
    + fix potential buffer overflow problem in mpfr_snprintf and
      mpfr_vsnprintf.

mpfr (2.4.0-4) unstable; urgency=low

  * Upload to unstable.

mpfr (2.4.0-3) experimental; urgency=low

  * Build-depend on texlive-latex-base (closes: #514340).

mpfr (2.4.0-2) experimental; urgency=low

  * Build-depend on texinfo (closes: #514340).

mpfr (2.4.0-1) experimental; urgency=low

  * New upstream release.
  * Documentation is now free, in new libmpfr-doc package.

mpfr (2.3.2.dfsg.1-1) unstable; urgency=low

  * New upstream release (closes: #501967).
  * Removed C++ interface.
  * Upgraded Standards-Version to 3.8.0, no change needed.

mpfr (2.3.1.dfsg.1-2) unstable; urgency=low

  * Partially import diff from Ubuntu, thanks to Matthias Klose:
    + Run dh_install with -s -i.
    + Build 64bit packages for powerpc.
    + Build with srcdir != builddir.
    + Support `parallel' and `nocheck' in DEB_BUILD_OPTIONS.
    + Use debian/*.install files, as --autodest doesn't work with biarch.
    Note that the 64bit package is currently disabled for powerpc
    since GMP is not yet available.
  * Added missing ${shlibs:Depends}, found by Niko Tyni.

mpfr (2.3.1.dfsg.1-1) unstable; urgency=low

  * New upstream release.

mpfr (2.3.0.dfsg.1-2) unstable; urgency=low

  * Fixed libmpfr1ldbl's Conflicts/Replaces control fields (closes: #440125).

mpfr (2.3.0.dfsg.1-1) unstable; urgency=low

  * New upstream release.

mpfr (2.3.0~rc1.dfsg.1-2) unstable; urgency=low

  * Import mpfr_cos fix from upstream's r4630 (closes: #433773).

mpfr (2.3.0~rc1.dfsg.1-1) unstable; urgency=low

  * New upstream release candidate.

mpfr (2.2.1.dfsg.1-3) unstable; urgency=low

  * Rename libmpfr1 to libmpfr1ldbl (closes: #430273).

mpfr (2.2.1.dfsg.1-2) unstable; urgency=low

  * Now that etch is released, upload to unstable.

mpfr (2.2.1.dfsg.1-1) experimental; urgency=low

  * New upstream release (closes: #401946).

mpfr (2.2.0.dfsg.1-8) unstable; urgency=low

  * Newer gcc should be able to compile mpfr on m68k, so drop the
    dependancy on gcc-3.4 (closes: #378356). Thanks Stephen R Marenka
    for testing.
  * Don't try to use GMP's internal header files anymore: we didn't
    have them all anyway, and they're not strictly needed.
  * Upgraded Standards-Version to 3.7.2, no change needed.

mpfr (2.2.0.dfsg.1-7) unstable; urgency=low

  * Apply upstream patches 09 to 12:
    + small bugfix in random2 (patch09)
    + more C99-compliant macros (patch10)
    + potential miscomputation bug in division (patch11)
    + another bug in mpfr_get_f (patch12)
  * Don't use longlong.h on hppa, seems buggy as well
    (closes: #373761).

mpfr (2.2.0.dfsg.1-6) unstable; urgency=low

  * Don't use buggy longlong.h on s390 (closes: #363287).

mpfr (2.2.0.dfsg.1-5) unstable; urgency=low

  * Tighten dependancy to libgmp3c2 because of the __gmp_rand symbol
    in recent GMP (closes: #362837).

mpfr (2.2.0.dfsg.1-4) unstable; urgency=low

  * Restrict Build-Depends on gcc-3.4 for m68k only (closes: #353137).
  * Applied upstream patches 04 to 08 (03 is not relevant):
    + patch04 removes call to fabs,
    + patch05 fixes several problems including an incorrect rounding bug,
    + patch06 fixes a poor efficiency issue in the division,
    + patch07 fixes rounding errors in mpfr_sin,
    + patch08 fixes incorrect value error in some cases for mpfr_set_f
      and mpfr_get_f.

mpfr (2.2.0.dfsg.1-3) unstable; urgency=low

  * Build with gcc-3.4 and -O0 on m68k as is was tested to produce
    something that at least passes the tests (closes: #338087).

mpfr (2.2.0.dfsg.1-2) unstable; urgency=low

  * Add support for shared library:
    + shared library is in new package libmpfr1.
  * Change "exact rounding" to "correct rounfing" in package description,
    following upstream decision.

mpfr (2.2.0.dfsg.1-1) unstable; urgency=low

  * New upstream release
  * Repackaged source tarball to remove GFDL doc mpfr.texi (closes: #328227).
    Removed fdl.texi as well, it is no longer relevant to the package.
    One run of `autoreconf' was needed, hence the huge debian diff.
  * Applied upstream patch 01 and 02, fixes bugs in lngamma and mpfr_set_ui.

mpfr (2.1.2-1) unstable; urgency=low

  * New upstream release.
  * Updated copyright file to include current year too.

mpfr (2.1.1-11) unstable; urgency=low

  * Applied upstream patch 11, fixes locale-dependant parsing error.
  * Upgraded Standards-Version to 3.6.2, no change needed.

mpfr (2.1.1-10) unstable; urgency=low

  * Applied upstream patch 10, fixes zero sign error in mpfr_atan.

mpfr (2.1.1-9) unstable; urgency=low

  * Applied upstream patch 09, fixes miscomputation errors in some special
    cases.
  * Switch places (Maintainer <--> Uploader) with Steve as discussed privately
    with him.

mpfr (2.1.1-8) unstable; urgency=low

  * Added C++ interface header.

mpfr (2.1.1-7) unstable; urgency=low

  * Applied upstream patch 08, fixes infinite loop in mpfr_hypot.

mpfr (2.1.1-6) unstable; urgency=low

  * Applied upstream patch 07, fixes computation error in mpfr_div_ui.

mpfr (2.1.1-5) unstable; urgency=low

  * Applied upstream patch 05 and 06, fixes computation error in mpfr_get_ld
    and mpfr_set_ld.

mpfr (2.1.1-4) unstable; urgency=low

  * Applied upstream patch 04, fixes computation error in mpfr_pow_ui.

mpfr (2.1.1-3) unstable; urgency=low

  * Applied upstream patch 03, fixes computation error in mpfr_atanh.

mpfr (2.1.1-2) unstable; urgency=low

  * Applied upstream patches 01 and 02, fixes computation error.

mpfr (2.1.1-1) unstable; urgency=low

  * New upstream release.

mpfr (2.1.0-7) unstable; urgency=low

  * Applied upstream patch #15 and #16, fixes infinite loop for some
    computations.

mpfr (2.1.0-6) unstable; urgency=low

  * Applied upstream patch #14, fixes possible computation error.

mpfr (2.1.0-5) unstable; urgency=low

  * Applied upstream patch #13, fixes bug introduced in patch #12.
  * Tests are now randomized.

mpfr (2.1.0-4) unstable; urgency=low

  * Upstream issued a new bugfix patch. This build includes patch 01
    through 12 from http://mpfr.org/mpfr-current/#bugs.

mpfr (2.1.0-3) unstable; urgency=low

  * Apply bugfix patches found on http://www.mpfr.org/mpfr-2.1.0/#bugs,
    thanks Vincent Lefevre. Closes: #292649.

mpfr (2.1.0-2) unstable; urgency=low

  * Added conflict with libgmp3-doc (<< 4.1.4-3), needed for
    mpfr.info. Closes: #279589.

mpfr (2.1.0-1) unstable; urgency=low

  * New upstream release

mpfr (2.0.3-2) unstable; urgency=low

  * sqrt.c: Replace with fixed version from
    http://www.mpfr.org/mpfr-current/sqrt.c.

  * acinclude.m4: Add test for "union fpc_csr".  Re-run autoconf and automake.
  * tests/test.c: Change "#ifdef __mips" to "#if HAVE_FPC_CSR".  Closes: #278202.
  

mpfr (2.0.3-1) unstable; urgency=low

  * First debian packaging.  Closes: #276085.
 -- Matthias Klose <email address hidden>   Fri,  16 Jul 2010 15:26:33 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Maverick
Original maintainer:
Laurent Fousse
Architectures:
any
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mpfr4_3.0.0.orig.tar.gz 1.4 MiB 71333528c0e7f0e86383a618151edc28e745a9fb5dd64e4893aa6e925601d540
mpfr4_3.0.0-2.debian.tar.gz 12.3 KiB efe674bf95ef4b4b006ae24f767183d40ea8d7cbc0df4b970d3f52c35b3ec0cb
mpfr4_3.0.0-2.dsc 1.3 KiB 36418e4cdffe9b5e1f03e0086ae87fdd6e641cae503722ec1df4184da37f7cb8

View changes file

Binary packages built by this source

libmpfr-dev: No summary available for libmpfr-dev in ubuntu maverick.

No description available for libmpfr-dev in ubuntu maverick.

libmpfr-doc: No summary available for libmpfr-doc in ubuntu maverick.

No description available for libmpfr-doc in ubuntu maverick.

libmpfr4: No summary available for libmpfr4 in ubuntu maverick.

No description available for libmpfr4 in ubuntu maverick.