Merge branch 'master' into core-updates
authorLudovic Courtès <ludo@gnu.org>
Sat, 15 Dec 2012 14:28:50 +0000 (15:28 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 15 Dec 2012 14:28:50 +0000 (15:28 +0100)
Conflicts:
distro/packages/multiprecision.scm

1  2 
distro/packages/base.scm
distro/packages/bootstrap.scm
distro/packages/multiprecision.scm

Simple merge
Simple merge
@@@ -109,11 -111,7 +110,11 @@@ double-precision floating-point arithme
  with exact rounding")
     (description
      "GNU MPC is a C library for the arithmetic of complex numbers with
 -arbitrarily high precision and correct rounding of the result.  It is built
 -upon and follows the same principles as GNU MPFR.")
 +arbitrarily high precision and correct rounding of the result. It extends
 +the principles of the IEEE-754 standard for fixed precision real floating
 +point numbers to complex numbers, providing well-defined semantics for
 +every operation. At the same time, speed of operation at high precision
 +is a major design goal. The library is built upon and follows the same
 +principles as GNU MPFR.")
-    (license "LGPLv3+")
+    (license lgpl3+)
     (home-page "http://mpc.multiprecision.org/")))