XML catalogue of packages which are available for installation, using the mingw-get installer.
Revisión | b2b5636825cff47c5b1c11e60d4175de924db9ce (tree) |
---|---|
Tiempo | 2020-03-06 22:48:27 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Update GCC dependencies on LIBISL.DLL
@@ -1,3 +1,11 @@ | ||
1 | +2020-03-06 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Update GCC dependencies on LIBISL.DLL | |
4 | + | |
5 | + * mingw32/mingw32-gcc4.xml (gcc-core-bin): Explicitly identify all | |
6 | + LIBISL.DLL version dependencies, specific to individual GCC releases. | |
7 | + * common/issue.log mingw32/issue.log: Update accordingly. | |
8 | + | |
1 | 9 | 2020-03-05 Keith Marshall <keith@users.osdn.me> |
2 | 10 | |
3 | 11 | Update ISL package set to version 0.21 |
@@ -23,6 +23,6 @@ | ||
23 | 23 | # MinGW Project, accept liability for any damages, however caused, |
24 | 24 | # arising from the use of this software. |
25 | 25 | # |
26 | - c6a9068e183254c0b930ac6e1a70fd81743dc212 2020030503 package-list.xml | |
26 | + c6a9068e183254c0b930ac6e1a70fd81743dc212 2020030600 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -35,7 +35,7 @@ | ||
35 | 35 | 4dab2d86ca2203a8ac0233824c687504fda4601e 2013091000 mingw32-expat.xml |
36 | 36 | bc4b331f9bdfbf72a11a310fbc17a027396d09d5 2012073100 mingw32-gcc-tools.xml |
37 | 37 | 9d1d9deeccee4fb04f2944e3cd5e7b85757308ce 2011050500 mingw32-gcc3.xml |
38 | - 32f4bc7a4ad8c48e9af2e84aa2b929618798b883 2020030500 mingw32-gcc4.xml | |
38 | + 0aed7cdb70d8e2a4f2550050f3d0a515c82903a7 2020030600 mingw32-gcc4.xml | |
39 | 39 | 21031079d59268339bfd7c6dc8239df214588bca 2013091501 mingw32-gdb.xml |
40 | 40 | 14dd10ab97b27430bdb688f4e85993cd821f7a05 2012073100 mingw32-gendef.xml |
41 | 41 | 4646d328c5586fac8d11efa98334c0e4f9aac629 2018122800 mingw32-gettext.xml |
@@ -51,7 +51,7 @@ | ||
51 | 51 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
52 | 52 | a3afe3d47e212a58f7d854d8badbc28db851aa34 2020030500 mingw32-mpc.xml |
53 | 53 | 21f6c9d72c41d551cb3c6310146c23414bd601c1 2020030500 mingw32-mpfr.xml |
54 | - 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2020030503 mingw32-package-list.xml | |
54 | + 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2020030600 mingw32-package-list.xml | |
55 | 55 | 0b8b7868e93c4fbaab57da8ca1fcb7700905fa92 2020013100 mingw32-pexports.xml |
56 | 56 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
57 | 57 | 6032af6ff68aa4821cf51938781fd9e75f05de5f 2016082200 mingw32-pthreads-w32.xml |
@@ -36,7 +36,6 @@ | ||
36 | 36 | |
37 | 37 | <component class="bin"> |
38 | 38 | <requires ge="binutils-2.31.1-2-mingw32-bin.tar" /> |
39 | - <requires eq="mingw32-libisl-*-mingw32-dll-15.tar" /> | |
40 | 39 | <requires eq="mingw32-libmpc-*-mingw32-dll-3.tar" /> |
41 | 40 | <requires eq="mingwrt-*-mingw32-dev.tar" /> |
42 | 41 | <requires eq="w32api-*-mingw32-dev.tar" /> |
@@ -48,13 +47,27 @@ | ||
48 | 47 | <requires eq="mingw32-libgcc-%-mingw32-dll-1.tar" /> |
49 | 48 | <requires eq="libatomic-%-mingw32-dll-1.tar" /> |
50 | 49 | |
51 | - <release tarname="gcc-core-9.2.0-1-mingw32-bin.tar.xz" /> | |
52 | - <release tarname="gcc-core-8.2.0-5-mingw32-bin.tar.xz" /> | |
53 | - <release tarname="gcc-core-8.2.0-4-mingw32-bin.tar.xz" /> | |
54 | - <release tarname="gcc-core-8.2.0-3-mingw32-bin.tar.xz" /> | |
55 | - <release tarname="gcc-core-8.2.0-2-mingw32-bin.tar.xz" /> | |
56 | - <release tarname="gcc-core-8.2.0-1-mingw32-bin.tar.xz" /> | |
57 | - <release tarname="gcc-core-7.3.0-1-mingw32-bin.tar.xz" /> | |
50 | + <release tarname="gcc-core-9.2.0-1-mingw32-bin.tar.xz"> | |
51 | + <requires eq="mingw32-libisl-*-mingw32-dll-21.tar" /> | |
52 | + </release> | |
53 | + <release tarname="gcc-core-8.2.0-5-mingw32-bin.tar.xz"> | |
54 | + <requires eq="mingw32-libisl-*-mingw32-dll-15.tar" /> | |
55 | + </release> | |
56 | + <release tarname="gcc-core-8.2.0-4-mingw32-bin.tar.xz"> | |
57 | + <requires eq="mingw32-libisl-*-mingw32-dll-15.tar" /> | |
58 | + </release> | |
59 | + <release tarname="gcc-core-8.2.0-3-mingw32-bin.tar.xz"> | |
60 | + <requires eq="mingw32-libisl-*-mingw32-dll-15.tar" /> | |
61 | + </release> | |
62 | + <release tarname="gcc-core-8.2.0-2-mingw32-bin.tar.xz"> | |
63 | + <requires eq="mingw32-libisl-*-mingw32-dll-15.tar" /> | |
64 | + </release> | |
65 | + <release tarname="gcc-core-8.2.0-1-mingw32-bin.tar.xz"> | |
66 | + <requires eq="mingw32-libisl-*-mingw32-dll-15.tar" /> | |
67 | + </release> | |
68 | + <release tarname="gcc-core-7.3.0-1-mingw32-bin.tar.xz"> | |
69 | + <requires eq="mingw32-libisl-*-mingw32-dll-15.tar" /> | |
70 | + </release> | |
58 | 71 | </component> |
59 | 72 | |
60 | 73 | <component class="dev"> |