• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

修订版b36d7fb9c9e4135bbe14d3fba82b1d90b045f46d (tree)
时间2020-01-10 22:30:18
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Address MinGW-Issue #39902; correct minizip dependencies.

更改概述

差异

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
111 2019-10-13 Keith Marshall <keith@users.osdn.me>
212
313 GCC update to address MinGW-Issue #39639; link with libiconv.
--- a/common/issue.log
+++ b/common/issue.log
@@ -23,6 +23,6 @@
2323 # MinGW Project, accept liability for any damages, however caused,
2424 # arising from the use of this software.
2525 #
26- c6a9068e183254c0b930ac6e1a70fd81743dc212 2019101300 package-list.xml
26+ c6a9068e183254c0b930ac6e1a70fd81743dc212 2020011000 package-list.xml
2727 #
2828 # $RCSfile$: end of file
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -51,13 +51,13 @@
5151 cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml
5252 2d0fee36823579871e8d747ae4d4676da6071654 2018122800 mingw32-mpc.xml
5353 1b5e1e0c486dad8396884033777e13357365ad76 2018122800 mingw32-mpfr.xml
54- 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2019101300 mingw32-package-list.xml
54+ 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2020011000 mingw32-package-list.xml
5555 1f15439ee5f66ec22321c7aa853559b6f8f7172f 2015090800 mingw32-pexports.xml
5656 cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml
5757 6032af6ff68aa4821cf51938781fd9e75f05de5f 2016082200 mingw32-pthreads-w32.xml
5858 ae1249b53c9c18194467fbcaa4845ea49bb43e43 2019070600 mingw32-runtime.xml
5959 12acb32f80e49c893167cfae82e448dd766d49bb 2013070100 mingw32-wsl-candidate.xml
6060 247a02890f109a5fe4996fde4af9d576dca3cd1e 2012073100 mingw32-xz.xml
61- a96bd18deeb11a9f5828a5757e8962faac2f3217 2018123101 mingw32-zlib.xml
61+ 37fcda0392acfcc2194357b6bd35a3feff44d3a9 2020011000 mingw32-zlib.xml
6262 #
6363 # $RCSfile$: end of file
--- a/mingw32/mingw32-zlib.xml
+++ b/mingw32/mingw32-zlib.xml
@@ -113,8 +113,9 @@
113113 <source tarname="zlib-%-mingw32-%-src.tar.%" />
114114
115115 <component class="dll">
116+ <requires eq="mingw32-libz-*-mingw32-dll-1.tar" />
117+ <requires eq="mingw32-libbz2-*-mingw32-dll-2.tar" />
116118 <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
117- <requires eq="mingw32-libz-%-mingw32-dll-1.tar" />
118119 <release tarname="libminizip-1.2.7-1-mingw32-dll-1.tar.lzma" />
119120 </component>
120121