• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revisionf91f4ccdb1dd194758668bca1c5f100c34a314f6 (tree)
Zeit2013-11-02 05:17:21
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Correct MPC requirements references to nonexistent MPFR package.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
1+2013-11-01 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Correct MPC requirements references to nonexistent MPFR package.
4+
5+ * mingw32/mingw32-mpc.xml (mingw32-mpc-dev): Do not require...
6+ (mpfr-3.1.2-1-mingw32-dev): ...this, as an explicit 'eq' reference;
7+ use a 'ge' specification instead.
8+
9+ * mingw32/mingw32-mpc.xml.lzma: Regenerate and republish.
10+ * mingw32/mingw32-package-list.xml.lzma: Likewise.
11+ * common/package-list.xml.lzma: Likewise.
12+
13+ * mingw32/issue.log common/issue.log: Update accordingly.
14+
115 2013-10-28 Keith Marshall <keithmarshall@users.sourceforge.net>
216
317 Provide both GCC-3.4.5 and GCC-4.7.2 builds of Xerces-C++.
--- 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- 75fc52dde8d408d798c0be51070d5d02f4c63085 2013102802 package-list.xml
26+ 75fc52dde8d408d798c0be51070d5d02f4c63085 2013110100 package-list.xml
2727 #
2828 # $RCSfile$: end of file
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -48,9 +48,9 @@
4848 71b5ce19cd3f6da57625e75d0e3d7f1bfb4e698c 2012073100 mingw32-mgwport.xml
4949 00d41b72d8329a00a7018b7bf936dafda3618ef1 2013100400 mingw32-mingw-get.xml
5050 cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml
51- 73523a0f0956ea9d118c7d58f41d0d8b173ab895 2013101500 mingw32-mpc.xml
51+ 3b9dfae51f73761e69811f402c6374c63aeec552 2013110100 mingw32-mpc.xml
5252 8a11de23e7a89fd11436bdf162ef90712f30101b 2013102300 mingw32-mpfr.xml
53- 1413ad59660ad963082e7de10c31bbb725116aee 2013102801 mingw32-package-list.xml
53+ 1413ad59660ad963082e7de10c31bbb725116aee 2013110100 mingw32-package-list.xml
5454 bad22da9b9ec9bcea1d539e29ee2976cc88d9fc2 2013053000 mingw32-pexports.xml
5555 cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml
5656 0a5d210a13d073104fb74b4f9c081674c9745cd1 2013090900 mingw32-pthreads-w32.xml
--- a/mingw32/mingw32-mpc.xml
+++ b/mingw32/mingw32-mpc.xml
@@ -24,17 +24,17 @@
2424 </paragraph>
2525 </description>
2626
27- <source tarname="mpc-%-mingw32-src.tar.lzma" />
28- <licence tarname="mpc-%-mingw32-lic.tar.lzma" />
27+ <source tarname="mpc-%-mingw32-src.tar.%" />
28+ <licence tarname="mpc-%-mingw32-lic.tar.%" />
2929
3030 <component class="dev">
3131 <release tarname="mpc-1.0.1-2-mingw32-dev.tar.lzma" >
3232 <requires eq="mingw32-libmpc-%-mingw32-dll-3.tar" />
33- <requires eq="mpfr-3.1.2-1-mingw32-dev.tar.lzma" />
33+ <requires ge="mpfr-3.1.2-1-mingw32-dev.tar" />
3434 </release>
3535 <release tarname="mpc-1.0.1-1-mingw32-dev.tar.lzma" >
3636 <requires eq="mingw32-libmpc-%-mingw32-dll-2.tar" />
37- <requires eq="mpfr-3.1.2-1-mingw32-dev.tar.lzma" />
37+ <requires ge="mpfr-3.1.2-1-mingw32-dev.tar" />
3838 </release>
3939 <release tarname="mpc-0.8.1-1-mingw32-dev.tar.lzma" >
4040 <requires eq="mingw32-libmpc-%-mingw32-dll-2.tar" />
@@ -97,4 +97,6 @@
9797
9898 </package-collection>
9999 </software-distribution>
100-<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
100+
101+<!-- vim: set textwidth=80 tabstop=2 shiftwidth=2 expandtab: -->
102+<!-- vim: set fileformat=unix nocompatible: -->