• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-dist: コミット

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


コミットメタ情報

リビジョン1421acbe59c8a47707ecc0c2cdd5c010a562a014 (tree)
日時2016-02-22 07:15:31
作者Keith Marshall <keithmarshall@user...>
コミッターKeith Marshall

ログメッセージ

Remove bogus GCC-4.9.3 dependencies.

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
1+2016-02-21 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Remove bogus GCC-4.9.3 dependencies.
4+
5+ * mingw32/mingw32-gcc4.xml (gcc-core-dev): Make dependencies on...
6+ (libgomp-dll-1, libssp-dll-0): ...these specific to each GCC version.
7+ (libgcc-dll-1): Remove unnecessary dependency on...
8+ (libmpc-dll-3): ...this; reassign it where it is needed...
9+ (gcc-core-bin): ...here.
10+
11+ * common/issue.log mingw32/issue.log: Update accordingly.
12+
113 2016-02-20 Keith Marshall <keithmarshall@users.sourceforge.net>
214
315 Upgrade GCC; make version 4.9.3 the preferred release.
--- 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 2016022000 package-list.xml
26+ c6a9068e183254c0b930ac6e1a70fd81743dc212 2016022101 package-list.xml
2727 #
2828 # $RCSfile$: end of file
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -35,7 +35,7 @@
3535 4dab2d86ca2203a8ac0233824c687504fda4601e 2013091000 mingw32-expat.xml
3636 bc4b331f9bdfbf72a11a310fbc17a027396d09d5 2012073100 mingw32-gcc-tools.xml
3737 9d1d9deeccee4fb04f2944e3cd5e7b85757308ce 2011050500 mingw32-gcc3.xml
38- b76fad61980b5e3235ad57a416a13ce8d1516ea6 2016022000 mingw32-gcc4.xml
38+ 4381a44abfa691a3bda174a06cf84801c88d597a 2016022100 mingw32-gcc4.xml
3939 21031079d59268339bfd7c6dc8239df214588bca 2013091501 mingw32-gdb.xml
4040 14dd10ab97b27430bdb688f4e85993cd821f7a05 2012073100 mingw32-gendef.xml
4141 7b16c690a8b02106e7cc7abc6c6310fe30390683 2015090600 mingw32-gettext.xml
@@ -50,7 +50,7 @@
5050 cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml
5151 8d3a7125499a85916b53efb4c897ac907e2490ab 2015082000 mingw32-mpc.xml
5252 8a11de23e7a89fd11436bdf162ef90712f30101b 2013102300 mingw32-mpfr.xml
53- 56f4032058328cacfabe64fa46706d72c2fa931e 2016022000 mingw32-package-list.xml
53+ 56f4032058328cacfabe64fa46706d72c2fa931e 2016022100 mingw32-package-list.xml
5454 1f15439ee5f66ec22321c7aa853559b6f8f7172f 2015090800 mingw32-pexports.xml
5555 cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml
5656 0a5d210a13d073104fb74b4f9c081674c9745cd1 2013090900 mingw32-pthreads-w32.xml
--- a/mingw32/mingw32-gcc4.xml
+++ b/mingw32/mingw32-gcc4.xml
@@ -42,8 +42,9 @@
4242 <requires eq="mingwrt-*-mingw32-dev.tar" />
4343 <requires eq="w32api-*-mingw32-dev.tar" />
4444 <release tarname="gcc-core-4.9.3-1-mingw32-bin.tar.xz">
45- <requires eq="libquadmath-%-mingw32-dll-0.tar" />
4645 <requires eq="libgcc-%-mingw32-dll-1.tar" />
46+ <requires eq="libquadmath-%-mingw32-dll-0.tar" />
47+ <requires eq="libmpc-*-mingw32-dll-3.tar" />
4748 </release>
4849 <release tarname="gcc-core-4.8.1-4-mingw32-bin.tar.lzma">
4950 <requires eq="gcc-core-%-mingw32-dev.tar" />
@@ -100,17 +101,29 @@
100101
101102 <component class="dev">
102103 <requires eq="mingw32-libgcc-%-mingw32-dll-1.tar" />
103- <requires eq="mingw32-libssp-%-mingw32-dll-0.tar" />
104- <requires eq="mingw32-libgomp-%-mingw32-dll-1.tar" />
105104 <requires eq="mingw32-libquadmath-%-mingw32-dll-0.tar" />
106105 <release tarname="gcc-4.9.3-1-mingw32-dev.tar.xz">
107106 <download tarname="none" />
108107 </release>
109- <release tarname="gcc-core-4.8.1-4-mingw32-dev.tar.lzma" />
110- <release tarname="gcc-core-4.8.1-3-mingw32-dev.tar.lzma" />
111- <release tarname="gcc-core-4.8.1-2-mingw32-dev.tar.lzma" />
112- <release tarname="gcc-core-4.8.1-1-mingw32-dev.tar.lzma" />
108+ <release tarname="gcc-core-4.8.1-4-mingw32-dev.tar.lzma">
109+ <requires eq="mingw32-libssp-%-mingw32-dll-0.tar" />
110+ <requires eq="mingw32-libgomp-%-mingw32-dll-1.tar" />
111+ </release>
112+ <release tarname="gcc-core-4.8.1-3-mingw32-dev.tar.lzma">
113+ <requires eq="mingw32-libssp-%-mingw32-dll-0.tar" />
114+ <requires eq="mingw32-libgomp-%-mingw32-dll-1.tar" />
115+ </release>
116+ <release tarname="gcc-core-4.8.1-2-mingw32-dev.tar.lzma">
117+ <requires eq="mingw32-libssp-%-mingw32-dll-0.tar" />
118+ <requires eq="mingw32-libgomp-%-mingw32-dll-1.tar" />
119+ </release>
120+ <release tarname="gcc-core-4.8.1-1-mingw32-dev.tar.lzma">
121+ <requires eq="mingw32-libssp-%-mingw32-dll-0.tar" />
122+ <requires eq="mingw32-libgomp-%-mingw32-dll-1.tar" />
123+ </release>
113124 <release tarname="gcc-core-4.7.2-1-mingw32-dev.tar">
125+ <requires eq="mingw32-libssp-%-mingw32-dll-0.tar" />
126+ <requires eq="mingw32-libgomp-%-mingw32-dll-1.tar" />
114127 <download tarname="none" />
115128 </release>
116129 </component>
@@ -187,9 +200,7 @@
187200 <licence tarname="gcc-%-mingw32-lic.tar.*" />
188201
189202 <component class="dll">
190- <release tarname="libgcc-4.9.3-1-mingw32-dll-1.tar.xz">
191- <requires eq="mingw32-libmpc-*-mingw32-dll-3.tar" />
192- </release>
203+ <release tarname="libgcc-4.9.3-1-mingw32-dll-1.tar.xz" />
193204 <release tarname="libgcc-4.8.1-4-mingw32-dll-1.tar">
194205 <download tarname="gcc-core-4.8.1-4-mingw32-dll.tar.lzma"/>
195206 <requires eq="mingw32-libmpc-*-mingw32-dll-3.tar" />
@@ -814,3 +825,4 @@
814825 </package-collection>
815826 </software-distribution>
816827 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
828+
旧リポジトリブラウザで表示