OSDN Git Service

Add missing package descriptions.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 3 Oct 2016 20:54:05 +0000 (21:54 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 3 Oct 2016 20:54:05 +0000 (21:54 +0100)
ChangeLog
common/issue.log
mingw32/issue.log
mingw32/mingw32-gcc4.xml

index c79fe8e..df6245f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-10-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add missing package descriptions.
+
+       * mingw32/mingw32-gcc4.xml (mingw32-libatomic, mingw32-libgomp)
+       (mingw32-libssp): Add missing package descriptions.  Avoid empty
+       paragraph elements; they crash "mingw-get list".  Republish.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
 2016-09-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Publish mingwrt-3.22.2 and w32api-3.18.2 patch releases.
@@ -11,7 +20,7 @@
 
        Correct underspecified dependency in 2016-09-04 update.
 
-       * mingw32-gcc4.xml (mingw32-gcc-core-bin): Respecify...
+       * mingw32/mingw32-gcc4.xml (mingw32-gcc-core-bin): Respecify...
        (libpthreadgc-*-mingw32-dev) [* >= 2.10.*]: ...this dependency.
        * common/issue.log mingw32/issue.log: Update accordingly.
 
@@ -19,7 +28,7 @@
 
        Add missing "-lpthread" dependency for GCC-5.3.0-2.
 
-       * mingw32-gcc4.xml (mingw32-gcc-core-bin): Require...
+       * mingw32/mingw32-gcc4.xml (mingw32-gcc-core-bin): Require...
        (libpthreadgc-*-mingw32-dev) [* >= 2.10]: ...this package.
        * common/issue.log mingw32/issue.log: Update accordingly.
 
index eb65de7..da42f51 100644 (file)
@@ -23,6 +23,6 @@
 # MinGW Project, accept liability for any damages, however caused,
 # arising from the use of this software.
 #
-  c6a9068e183254c0b930ac6e1a70fd81743dc212 2016092100 package-list.xml
+  c6a9068e183254c0b930ac6e1a70fd81743dc212 2016100300 package-list.xml
 #
 # $RCSfile$: end of file
index 752075e..65591b5 100644 (file)
@@ -35,7 +35,7 @@
   4dab2d86ca2203a8ac0233824c687504fda4601e 2013091000 mingw32-expat.xml
   bc4b331f9bdfbf72a11a310fbc17a027396d09d5 2012073100 mingw32-gcc-tools.xml
   9d1d9deeccee4fb04f2944e3cd5e7b85757308ce 2011050500 mingw32-gcc3.xml
-  fdbe1dff8fb008acaf74214a4222f59e849bc14f 2016090500 mingw32-gcc4.xml
+  073f74694dd97f55bace4ede1c109c33fb7f4265 2016100300 mingw32-gcc4.xml
   21031079d59268339bfd7c6dc8239df214588bca 2013091501 mingw32-gdb.xml
   14dd10ab97b27430bdb688f4e85993cd821f7a05 2012073100 mingw32-gendef.xml
   7b16c690a8b02106e7cc7abc6c6310fe30390683 2015090600 mingw32-gettext.xml
@@ -50,7 +50,7 @@
   cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml
   8d3a7125499a85916b53efb4c897ac907e2490ab 2015082000 mingw32-mpc.xml
   8a11de23e7a89fd11436bdf162ef90712f30101b 2013102300 mingw32-mpfr.xml
-  56f4032058328cacfabe64fa46706d72c2fa931e 2016092100 mingw32-package-list.xml
+  56f4032058328cacfabe64fa46706d72c2fa931e 2016100300 mingw32-package-list.xml
   1f15439ee5f66ec22321c7aa853559b6f8f7172f 2015090800 mingw32-pexports.xml
   cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml
   6032af6ff68aa4821cf51938781fd9e75f05de5f 2016082200 mingw32-pthreads-w32.xml
index cd5e90b..7ffd745 100644 (file)
     <package name="mingw32-libatomic" alias="libatomic">
       <affiliate group="MinGW Compiler Suite" />
       <description lang="en" title="GCC Atomic Function Support Library">
-        <paragraph />
+        <paragraph>
+          This package provides the GCC support library for atomic
+          operations which are not directly supported by hardware;
+          it is a required component of GCC compiler installations,
+          from GCC-5.3 onwards.
+        </paragraph>
       </description>
 
       <source tarname="gcc-%-mingw32-src.tar.*" />
     <package name="mingw32-libgomp" alias="libgomp">
       <affiliate group="MinGW Compiler Suite" />
       <description lang="en" title="GCC MultiProcessor Support Library">
-        <paragraph />
+        <paragraph>
+          This package provides the GNU implementation of the OpenMP API;
+          it is a required component of GCC compiler installations, if it
+          is desired to support multi-processor parallel programming in
+          C, C++, or FORTRAN programming languages.
+        </paragraph>
       </description>
 
       <source tarname="gcc-%-mingw32-src.tar.*" />
     <package name="mingw32-libssp" alias="libssp">
       <affiliate group="MinGW Compiler Suite" />
       <description lang="en" title="GCC Stack Smashing Protection Library">
-        <paragraph />
+        <paragraph>
+          This package provides support against stack smashing attacks,
+          e.g. when compiling with GCC's -fstack-protector option.
+        </paragraph>
       </description>
 
       <source tarname="gcc-%-mingw32-src.tar.*" />