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-10-08 00:06:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-gcc (Old) and /work/SRC/openSUSE:Factory/.mingw64-gcc.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-gcc" Fri Oct 8 00:06:18 2021 rev:6 rq:923746 version:9.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-gcc/mingw64-cross-gcc.changes 2021-03-16 15:46:25.865231192 +0100 +++ /work/SRC/openSUSE:Factory/.mingw64-gcc.new.2443/mingw64-cross-gcc.changes 2021-10-08 00:07:14.473874438 +0200 @@ -1,0 +2,5 @@ +Thu Oct 7 10:00:58 UTC 2021 - Ludwig Nussel <[email protected]> + +- UsrMerge: move cpp to %_prefix (boo#1191078) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw64-cross-gcc-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.4Sv7Bk/_old 2021-10-08 00:07:15.305875848 +0200 +++ /var/tmp/diff_new_pack.4Sv7Bk/_new 2021-10-08 00:07:15.309875855 +0200 @@ -16,6 +16,12 @@ # +%if 0%{?suse_version} < 1550 +%define cpplibdir /lib +%else +%define cpplibdir %{_prefix}/lib +%endif + %define __os_install_post %{_prefix}/lib/rpm/brp-compress %{nil} Name: mingw64-cross-gcc-bootstrap Version: 9.2.0 @@ -106,9 +112,9 @@ rm -f %{buildroot}%{_mandir}/man7/* rm -f %{buildroot}%{_bindir}/vxaddr2line -mkdir -p %{buildroot}/lib -ln -sf ..%{_bindir}/%{_mingw64_target}-cpp \ - %{buildroot}/lib/%{_mingw64_target}-cpp +mkdir -p %{buildroot}%{cpplibdir} +ln -sf %{_bindir}/%{_mingw64_target}-cpp \ + %{buildroot}%{cpplibdir}/%{_mingw64_target}-cpp %files %{_bindir}/%{_mingw64_target}-gcc* @@ -135,7 +141,7 @@ %{_libexecdir}/gcc/%{_mingw64_target}/%{version}/liblto_plugin.la %files -n mingw64-cross-cpp-bootstrap -/lib/%{_mingw64_target}-cpp +%{cpplibdir}/%{_mingw64_target}-cpp %{_bindir}/%{_mingw64_target}-cpp %{_mandir}/man1/%{_mingw64_target}-cpp.1* %dir %{_libdir}/gcc/%{_mingw64_target} ++++++ mingw64-cross-gcc.spec ++++++ --- /var/tmp/diff_new_pack.4Sv7Bk/_old 2021-10-08 00:07:15.325875882 +0200 +++ /var/tmp/diff_new_pack.4Sv7Bk/_new 2021-10-08 00:07:15.325875882 +0200 @@ -16,6 +16,12 @@ # +%if 0%{?suse_version} < 1550 +%define cpplibdir /lib +%else +%define cpplibdir %{_prefix}/lib +%endif + %define __os_install_post %{_prefix}/lib/rpm/brp-compress %{nil} %define include_ada 0 Name: mingw64-cross-gcc @@ -168,9 +174,9 @@ rm -f %{buildroot}%{_mandir}/man7/* rm -f %{buildroot}%{_bindir}/vxaddr2line -mkdir -p %{buildroot}/lib -ln -sf ..%{_bindir}/%{_mingw64_target}-cpp \ - %{buildroot}/lib/%{_mingw64_target}-cpp +mkdir -p %{buildroot}%{cpplibdir} +ln -sf %{_bindir}/%{_mingw64_target}-cpp \ + %{buildroot}%{cpplibdir}/%{_mingw64_target}-cpp # The dlls that we will use are from the native build of gcc find %{buildroot} -name \*.dll -exec rm {} + @@ -244,7 +250,7 @@ %{_libdir}/gcc/%{_mingw64_target}/%{version}/liblto_plugin.la %files -n mingw64-cross-cpp -/lib/%{_mingw64_target}-cpp +%{cpplibdir}/%{_mingw64_target}-cpp %{_bindir}/%{_mingw64_target}-cpp %{_mandir}/man1/%{_mingw64_target}-cpp.1* %dir %{_libdir}/gcc/%{_mingw64_target}
