OSDN Git Service

Upgrade mingw32-mpfr package to version 3.1.5.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Sun, 16 Jul 2017 19:01:55 +0000 (20:01 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Sun, 16 Jul 2017 19:01:55 +0000 (20:01 +0100)
ChangeLog
common/issue.log
mingw32/issue.log
mingw32/mingw32-mpfr.xml

index c1da711..c2fcca4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2017-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Upgrade mingw32-mpfr package to version 3.1.5.
+
+       * mingw32/mingw32-mpfr.xml: Add new release specifications.
+       (info): New component package; add reference and specification.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Upgrade mingw32-gmp package to version 6.1.2.
 
        * mingw32/mingw32-gmp.xml: Add new release specifications.
index 43b3139..2c2f377 100644 (file)
@@ -23,6 +23,6 @@
 # MinGW Project, accept liability for any damages, however caused,
 # arising from the use of this software.
 #
-  c6a9068e183254c0b930ac6e1a70fd81743dc212 2017071600 package-list.xml
+  c6a9068e183254c0b930ac6e1a70fd81743dc212 2017071601 package-list.xml
 #
 # $RCSfile$: end of file
index 857e7be..a9349d1 100644 (file)
@@ -50,8 +50,8 @@
   00d41b72d8329a00a7018b7bf936dafda3618ef1 2013100400 mingw32-mingw-get.xml
   cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml
   8d3a7125499a85916b53efb4c897ac907e2490ab 2015082000 mingw32-mpc.xml
-  8a11de23e7a89fd11436bdf162ef90712f30101b 2013102300 mingw32-mpfr.xml
-  5c9570cce1ddd4fe275b83acbc06739a4361c26a 2017071600 mingw32-package-list.xml
+  7744f313f4b203f4fd3f0d73b74ea012c98369db 2017071600 mingw32-mpfr.xml
+  5c9570cce1ddd4fe275b83acbc06739a4361c26a 2017071601 mingw32-package-list.xml
   1f15439ee5f66ec22321c7aa853559b6f8f7172f 2015090800 mingw32-pexports.xml
   cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml
   6032af6ff68aa4821cf51938781fd9e75f05de5f 2016082200 mingw32-pthreads-w32.xml
index 271fecb..b14e65e 100644 (file)
       <description lang="en" title="Arbitrary Precision Floating Point Math Library" >
         <paragraph>
           The MPFR library is a C library for multiple-precision floating-point
-          computations with correct rounding. The main goal of MPFR is to
+          computations with correct rounding.  The main goal of MPFR is to
           provide a library for multiple-precision floating-point computation
-          which is both efficient and has a well-defined semantics. It copies
+          which is both efficient and has a well-defined semantics.  It copies
           the good ideas from the ANSI/IEEE-754 standard for double-precision
-          floating-point arithmetic (53-bit mantissa). MPFR is based on the GMP
-          multiple-precision library.
+          floating-point arithmetic (53-bit mantissa).  MPFR is based on the
+          GMP multiple-precision library.
         </paragraph>
         <paragraph>
           The mingw32-mpfr package provides the documentation for the mpfr
       <licence tarname="mpfr-%-mingw32-lic.tar.lzma" />
 
       <component class="dev">
-        <release tarname="mpfr-3.1.2-2-mingw32-dev.tar.lzma" >
+        <release tarname="mpfr-3.1.5-1-mingw32-dev.tar.xz">
           <requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" />
-          <requires eq="gmp-5.1.2-1-mingw32-dev.tar.lzma" />
         </release>
-        <release tarname="mpfr-2.4.1-1-mingw32-dev.tar.lzma" >
+        <release tarname="mpfr-3.1.2-2-mingw32-dev.tar.lzma">
+          <requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" />
+        </release>
+        <release tarname="mpfr-2.4.1-1-mingw32-dev.tar.lzma">
           <requires eq="mingw32-libmpfr-%-mingw32-dll-1.tar" />
         </release>
+        <requires eq="gmp-*-mingw32-dev.tar" />
       </component>
 
       <component class="doc">
+        <release tarname="mpfr-3.1.5-1-mingw32-doc.tar.xz" />
         <release tarname="mpfr-3.1.2-2-mingw32-doc.tar.lzma" />
         <release tarname="mpfr-2.4.1-1-mingw32-doc.tar.lzma" />
       </component>
 
+      <component class="info">
+        <release tarname="mpfr-3.1.5-1-mingw32-info.tar.xz" />
+      </component>
+
       <component class="lic">
+        <release tarname="mpfr-3.1.5-1-mingw32-lic.tar.xz" />
         <release tarname="mpfr-3.1.2-2-mingw32-lic.tar.lzma" />
         <release tarname="mpfr-2.4.1-1-mingw32-lic.tar.lzma" />
       </component>
-
     </package>
 
     <package name="mingw32-libmpfr" alias="libmpfr">
       <description lang="en" title="Arbitrary Precision Floating Point Math Library" >
         <paragraph>
           The MPFR library is a C library for multiple-precision floating-point
-          computations with correct rounding. The main goal of MPFR is to
+          computations with correct rounding.  The main goal of MPFR is to
           provide a library for multiple-precision floating-point computation
-          which is both efficient and has a well-defined semantics. It copies
+          which is both efficient and has a well-defined semantics.  It copies
           the good ideas from the ANSI/IEEE-754 standard for double-precision
-          floating-point arithmetic (53-bit mantissa). MPFR is based on the GMP
-          multiple-precision library.
+          floating-point arithmetic (53-bit mantissa).  MPFR is based on the
+          GMP multiple-precision library.
         </paragraph>
         <paragraph>
           The mingw32-libmpfr package provides the runtime library.  The
           associated mingw32-mpfr package provides the documentation for the
-          mpfr library, as well as the related development files.
+          MPFR library, as well as the related development files.
         </paragraph>
         <paragraph>
           This is a required component of the MinGW Compiler Suite.
       <licence tarname="mpfr-%-mingw32-lic.tar.lzma" />
 
       <component class="dll">
+        <release tarname="libmpfr-3.1.5-1-mingw32-dll-4.tar.xz" />
         <release tarname="libmpfr-3.1.2-2-mingw32-dll-4.tar" >
           <download tarname="mpfr-3.1.2-2-mingw32-dll.tar.lzma" />
-          <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
-        </release>
-        <release tarname="libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma" >
-          <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
         </release>
+        <release tarname="libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma" />
+        <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
       </component>
     </package>
 
   </package-collection>
 </software-distribution>
-<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
+
+<!-- vim: set textwidth=80 tabstop=2 shiftwidth=2 expandtab: -->
+<!-- vim: set fileformat=unix nocompatible: -->