2009
mpfr (2.4.1-2) unstable; urgency=low
* Apply patch by Nobuhiro Iwamatsu for sh4 support (closes: #459598).
-- Laurent Fousse <laurent@komite.net> Sat, 30 May 2009 13:58:38 +0200
mpfr (2.4.1-1) unstable; urgency=low
* New upstream release.
* Apply patch01 and patch02:
+ fix incorrect rounding in remainder functions
+ explicit assert message.
-- Laurent Fousse <laurent@komite.net> Fri, 06 Mar 2009 11:50:58 +0100
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.
-- Laurent Fousse <laurent@komite.net> Wed, 25 Feb 2009 17:38:23 +0100
mpfr (2.4.0-4) unstable; urgency=low
* Upload to unstable.
-- Laurent Fousse <laurent@komite.net> Mon, 16 Feb 2009 19:06:21 +0100
mpfr (2.4.0-3) experimental; urgency=low
* Build-depend on texlive-latex-base (closes: #514340).
-- Laurent Fousse <laurent@komite.net> Thu, 12 Feb 2009 15:34:11 +0100
mpfr (2.4.0-2) experimental; urgency=low
* Build-depend on texinfo (closes: #514340).
-- Laurent Fousse <laurent@komite.net> Sun, 08 Feb 2009 11:11:11 +0100
mpfr (2.4.0-1) experimental; urgency=low
* New upstream release. * Documentation is now free, in new libmpfr-doc package.
-- Laurent Fousse <laurent@komite.net> Sun, 01 Feb 2009 14:15:48 +0100
2008
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.
-- Laurent Fousse <laurent@komite.net> Sun, 12 Oct 2008 11:51:30 +0200
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.
-- Laurent Fousse <laurent@komite.net> Tue, 29 Jan 2008 15:08:44 +0100
mpfr (2.3.1.dfsg.1-1) unstable; urgency=low
* New upstream release.
-- Laurent Fousse <laurent@komite.net> Tue, 29 Jan 2008 14:51:30 +0100
2007
mpfr (2.3.0.dfsg.1-2) unstable; urgency=low
* Fixed libmpfr1ldbl's Conflicts/Replaces control fields (closes: #440125).
-- Laurent Fousse <laurent@komite.net> Thu, 30 Aug 2007 10:13:54 +0200
mpfr (2.3.0.dfsg.1-1) unstable; urgency=low
* New upstream release.
-- Laurent Fousse <laurent@komite.net> Wed, 29 Aug 2007 15:12:31 +0200
mpfr (2.3.0~rc1.dfsg.1-2) unstable; urgency=low
* Import mpfr_cos fix from upstream's r4630 (closes: #433773).
-- Laurent Fousse <laurent@komite.net> Wed, 18 Jul 2007 23:46:16 +0200
mpfr (2.3.0~rc1.dfsg.1-1) unstable; urgency=low
* New upstream release candidate.
-- Laurent Fousse <laurent@komite.net> Wed, 18 Jul 2007 15:05:11 +0200
mpfr (2.2.1.dfsg.1-3) unstable; urgency=low
* Rename libmpfr1 to libmpfr1ldbl (closes: #430273).
-- Laurent Fousse <laurent@komite.net> Tue, 17 Jul 2007 15:34:00 +0200
mpfr (2.2.1.dfsg.1-2) unstable; urgency=low
* Now that etch is released, upload to unstable.
-- Laurent Fousse <laurent@komite.net> Wed, 11 Apr 2007 13:57:29 +0200
2006
mpfr (2.2.1.dfsg.1-1) experimental; urgency=low
* New upstream release (closes: #401946).
-- Laurent Fousse <laurent@komite.net> Sun, 17 Dec 2006 22:01:14 +0100
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.
-- Laurent Fousse <laurent@komite.net> Tue, 18 Jul 2006 15:35:53 +0200
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).
-- Laurent Fousse <laurent@komite.net> Sat, 17 Jun 2006 21:53:07 +0200
mpfr (2.2.0.dfsg.1-6) unstable; urgency=low
* Don't use buggy longlong.h on s390 (closes: #363287).
-- Laurent Fousse <laurent@komite.net> Tue, 18 Apr 2006 14:49:05 +0200
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).
-- Laurent Fousse <laurent@komite.net> Mon, 17 Apr 2006 23:23:22 +0200
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.
-- Laurent Fousse <laurent@komite.net> Sat, 18 Feb 2006 10:57:08 +0100
2005
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).
-- Laurent Fousse <laurent@komite.net> Wed, 30 Nov 2005 15:06:41 +0100
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.
-- Laurent Fousse <laurent@komite.net> Tue, 1 Nov 2005 09:55:32 +0100
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.
-- Laurent Fousse <laurent@komite.net> Thu, 29 Sep 2005 17:12:54 +0200
mpfr (2.1.2-1) unstable; urgency=low
* New upstream release. * Updated copyright file to include current year too.
-- Laurent Fousse <laurent@komite.net> Sun, 14 Aug 2005 21:51:06 +0200
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.
-- Laurent Fousse <laurent@komite.net> Tue, 12 Jul 2005 08:55:30 +0200
mpfr (2.1.1-10) unstable; urgency=low
* Applied upstream patch 10, fixes zero sign error in mpfr_atan.
-- Laurent Fousse <laurent@komite.net> Tue, 5 Jul 2005 15:52:03 +0200
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.
-- Laurent Fousse <laurent@komite.net> Thu, 9 Jun 2005 10:41:41 +0200
mpfr (2.1.1-8) unstable; urgency=low
* Added C++ interface header.
-- Laurent Fousse <laurent@komite.net> Fri, 20 May 2005 11:21:22 +0200
mpfr (2.1.1-7) unstable; urgency=low
* Applied upstream patch 08, fixes infinite loop in mpfr_hypot.
-- Laurent Fousse <laurent@komite.net> Thu, 12 May 2005 20:33:09 +0200
mpfr (2.1.1-6) unstable; urgency=low
* Applied upstream patch 07, fixes computation error in mpfr_div_ui.
-- Laurent Fousse <laurent@komite.net> Fri, 6 May 2005 13:30:09 +0200
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.
-- Laurent Fousse <laurent@komite.net> Fri, 22 Apr 2005 17:03:52 +0200
mpfr (2.1.1-4) unstable; urgency=low
* Applied upstream patch 04, fixes computation error in mpfr_pow_ui.
-- Laurent Fousse <laurent@komite.net> Wed, 6 Apr 2005 09:40:35 +0200
mpfr (2.1.1-3) unstable; urgency=low
* Applied upstream patch 03, fixes computation error in mpfr_atanh.
-- Laurent Fousse <laurent@komite.net> Mon, 21 Mar 2005 09:44:53 +0100
mpfr (2.1.1-2) unstable; urgency=low
* Applied upstream patches 01 and 02, fixes computation error.
-- Laurent Fousse <laurent@komite.net> Wed, 9 Mar 2005 16:55:47 +0100
mpfr (2.1.1-1) unstable; urgency=low
* New upstream release.
-- Laurent Fousse <laurent@komite.net> Wed, 23 Feb 2005 17:26:32 +0100
mpfr (2.1.0-7) unstable; urgency=low
* Applied upstream patch #15 and #16, fixes infinite loop for some
computations.
-- Laurent Fousse <laurent@komite.net> Wed, 16 Feb 2005 13:25:42 +0100
mpfr (2.1.0-6) unstable; urgency=low
* Applied upstream patch #14, fixes possible computation error.
-- Laurent Fousse <laurent@komite.net> Tue, 15 Feb 2005 10:33:40 +0100
mpfr (2.1.0-5) unstable; urgency=low
* Applied upstream patch #13, fixes bug introduced in patch #12. * Tests are now randomized.
-- Laurent Fousse <laurent@komite.net> Thu, 3 Feb 2005 10:50:46 +0100
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.
-- Laurent Fousse <laurent@komite.net> Sat, 29 Jan 2005 13:15:14 +0100
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.
-- Laurent Fousse <laurent@komite.net> Fri, 28 Jan 2005 16:58:00 +0100
2004
mpfr (2.1.0-2) unstable; urgency=low
* Added conflict with libgmp3-doc (<< 4.1.4-3), needed for
mpfr.info. Closes: #279589.
-- Laurent Fousse <laurent@komite.net> Fri, 5 Nov 2004 09:42:30 +0100
mpfr (2.1.0-1) unstable; urgency=low
* New upstream release
-- Laurent Fousse <laurent@komite.net> Wed, 3 Nov 2004 17:42:49 +0100
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.
-- Steve M. Robbins <smr@debian.org> Mon, 25 Oct 2004 22:52:07 -0400
mpfr (2.0.3-1) unstable; urgency=low
* First debian packaging. Closes: #276085.
-- Steve M. Robbins <smr@debian.org> Thu, 14 Oct 2004 00:07:27 -0400