Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw64-gcc for openSUSE:Factory checked in at 2021-03-29 18:21:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-gcc (Old) and /work/SRC/openSUSE:Factory/.mingw64-gcc.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-gcc" Mon Mar 29 18:21:45 2021 rev:5 rq:881630 version:9.2.0 Changes: -------- mingw64-cross-gcc.changes: same change --- /work/SRC/openSUSE:Factory/mingw64-gcc/mingw64-gcc.changes 2021-03-16 15:46:25.901231249 +0100 +++ /work/SRC/openSUSE:Factory/.mingw64-gcc.new.2401/mingw64-gcc.changes 2021-03-29 18:21:46.710262299 +0200 @@ -1,0 +2,5 @@ +Sat Mar 27 00:31:10 UTC 2021 - Jan Engelhardt <[email protected]> + +- Add BuildIgnores to break a cycle between gmp, mpfr, mpc, gcc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ mingw64-cross-gcc.spec: same change ++++++ mingw64-gcc.spec ++++++ --- /var/tmp/diff_new_pack.YrHoAT/_old 2021-03-29 18:21:47.686263299 +0200 +++ /var/tmp/diff_new_pack.YrHoAT/_new 2021-03-29 18:21:47.690263303 +0200 @@ -61,11 +61,13 @@ BuildRequires: gcc-ada BuildRequires: mingw64-cross-gcc-ada >= %{version} %endif +# bugzilla.opensuse.org/1184052 +#!BuildIgnore: mingw64(libstdc++-6.dll) +#!BuildIgnore: mingw64(libgcc_s_seh-1.dll) %description MinGW Windows compiler (GCC) for C -%if "%{_mingw64_cpu}" == "x86_64" %package -n mingw64-libgcc_s_seh1 Summary: MinGW Windows compiler for C shared libraries Group: System/Libraries @@ -79,7 +81,7 @@ is the native exception handling mechanism for Windows. [SEH support is currently only implemented for the x86_64 target, which is why the 32bit mingw package set does not contain it.] -%else + %package -n mingw32-libgcc_s_sjlj1 Summary: MinGW Windows compiler for C shared libraries Group: System/Libraries @@ -103,7 +105,6 @@ with Visual Studio. DWARF-2 unwinding code in GCC inspects the x86 unwinding assembly and is unable to proceed without other DWARF-2 unwind information.] -%endif %package -n mingw64-libssp0 Summary: MinGW Windows compiler for C shared libraries @@ -334,6 +335,7 @@ %files -n mingw64-libgcc_s_seh1 %{_mingw64_bindir}/libgcc_s_seh-1.dll %else + %files -n mingw32-libgcc_s_sjlj1 %{_mingw32_bindir}/libgcc_s_sjlj-1.dll %endif
