Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gcc for openSUSE:Factory checked in at 2021-10-04 18:39:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc (Old) and /work/SRC/openSUSE:Factory/.gcc.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc" Mon Oct 4 18:39:14 2021 rev:70 rq:922193 version:11 Changes: -------- --- /work/SRC/openSUSE:Factory/gcc/gcc.changes 2021-09-11 22:24:10.919365996 +0200 +++ /work/SRC/openSUSE:Factory/.gcc.new.2443/gcc.changes 2021-10-04 18:40:18.722091350 +0200 @@ -1,0 +2,5 @@ +Wed Sep 29 13:02:30 UTC 2021 - Richard Biener <rguent...@suse.com> + +- Move /lib/cpp to /usr/lib/cpp for the usr merge. [bsc#1191060] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcc.spec ++++++ --- /var/tmp/diff_new_pack.gMcB7P/_old 2021-10-04 18:40:19.178092091 +0200 +++ /var/tmp/diff_new_pack.gMcB7P/_new 2021-10-04 18:40:19.186092104 +0200 @@ -446,9 +446,16 @@ for info in cpp gcc gfortran ; do ln -sf $info-%{gcc_suffix}.info.gz $RPM_BUILD_ROOT%{_infodir}/$info.info.gz done -# Provide the traditional /lib/cpp that only handles C +# Provide the traditional /lib/cpp (as /usr/lib/cpp on usrmerged systems) +# that only handles C +%if 0%{?suse_version} < 1550 cp $RPM_SOURCE_DIR/cpp $RPM_BUILD_ROOT/lib/ chmod 755 $RPM_BUILD_ROOT/lib/cpp +%else +mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib +cp $RPM_SOURCE_DIR/cpp $RPM_BUILD_ROOT%{_prefix}/lib/ +chmod 755 $RPM_BUILD_ROOT%{_prefix}/lib/cpp +%endif # Provide extra symlinks ln -sf g++-%{gcc_suffix} $RPM_BUILD_ROOT%{_prefix}/bin/c++ ln -sf gcc-%{gcc_suffix} $RPM_BUILD_ROOT%{_prefix}/bin/cc @@ -500,7 +507,11 @@ %files -n cpp %defattr(-,root,root) +%if 0%{?suse_version} < 1550 /lib/cpp +%else +%{_prefix}/lib/cpp +%endif %{_prefix}/bin/cpp %doc %{_mandir}/man1/cpp.1.gz