XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | b36d7fb9c9e4135bbe14d3fba82b1d90b045f46d (tree) |
---|---|
Time | 2020-01-10 22:30:18 |
Author | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Address MinGW-Issue #39902; correct minizip dependencies.
@@ -1,3 +1,13 @@ | ||
1 | +2020-01-10 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Address MinGW-Issue #39902; correct minizip dependencies. | |
4 | + | |
5 | + * mingw32/mingw32-zlib.xml (libminizip-mingw32-dll): Remove... | |
6 | + (mingw32-libz-%-mingw32-dll-1.tar): ...this dependency; replace... | |
7 | + (mingw32-libz-*-mingw32-dll-1.tar): ...with version agnostic form. | |
8 | + (mingw32-libbz2-*-mingw32-dll-2.tar): Add missing dependency. | |
9 | + * common/issue.log mingw32/issue.log: Update accordingly. | |
10 | + | |
1 | 11 | 2019-10-13 Keith Marshall <keith@users.osdn.me> |
2 | 12 | |
3 | 13 | GCC update to address MinGW-Issue #39639; link with libiconv. |
@@ -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 2019101300 package-list.xml | |
26 | + c6a9068e183254c0b930ac6e1a70fd81743dc212 2020011000 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -51,13 +51,13 @@ | ||
51 | 51 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
52 | 52 | 2d0fee36823579871e8d747ae4d4676da6071654 2018122800 mingw32-mpc.xml |
53 | 53 | 1b5e1e0c486dad8396884033777e13357365ad76 2018122800 mingw32-mpfr.xml |
54 | - 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2019101300 mingw32-package-list.xml | |
54 | + 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2020011000 mingw32-package-list.xml | |
55 | 55 | 1f15439ee5f66ec22321c7aa853559b6f8f7172f 2015090800 mingw32-pexports.xml |
56 | 56 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
57 | 57 | 6032af6ff68aa4821cf51938781fd9e75f05de5f 2016082200 mingw32-pthreads-w32.xml |
58 | 58 | ae1249b53c9c18194467fbcaa4845ea49bb43e43 2019070600 mingw32-runtime.xml |
59 | 59 | 12acb32f80e49c893167cfae82e448dd766d49bb 2013070100 mingw32-wsl-candidate.xml |
60 | 60 | 247a02890f109a5fe4996fde4af9d576dca3cd1e 2012073100 mingw32-xz.xml |
61 | - a96bd18deeb11a9f5828a5757e8962faac2f3217 2018123101 mingw32-zlib.xml | |
61 | + 37fcda0392acfcc2194357b6bd35a3feff44d3a9 2020011000 mingw32-zlib.xml | |
62 | 62 | # |
63 | 63 | # $RCSfile$: end of file |
@@ -113,8 +113,9 @@ | ||
113 | 113 | <source tarname="zlib-%-mingw32-%-src.tar.%" /> |
114 | 114 | |
115 | 115 | <component class="dll"> |
116 | + <requires eq="mingw32-libz-*-mingw32-dll-1.tar" /> | |
117 | + <requires eq="mingw32-libbz2-*-mingw32-dll-2.tar" /> | |
116 | 118 | <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" /> |
117 | - <requires eq="mingw32-libz-%-mingw32-dll-1.tar" /> | |
118 | 119 | <release tarname="libminizip-1.2.7-1-mingw32-dll-1.tar.lzma" /> |
119 | 120 | </component> |
120 | 121 |