Hello community, here is the log from the commit of package gcc for openSUSE:Factory checked in at 2013-12-05 06:59:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc (Old) and /work/SRC/openSUSE:Factory/.gcc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc" Changes: -------- --- /work/SRC/openSUSE:Factory/gcc/gcc.changes 2013-07-05 15:51:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gcc.new/gcc.changes 2013-12-05 06:59:18.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Dec 2 15:34:27 UTC 2013 - [email protected] + +- Move gcc-ar, gcc-nm and gcc-ranlib to the gcc package instead + of packaging them separately. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcc.spec ++++++ --- /var/tmp/diff_new_pack.ysQjYI/_old 2013-12-05 06:59:18.000000000 +0100 +++ /var/tmp/diff_new_pack.ysQjYI/_new 2013-12-05 06:59:18.000000000 +0100 @@ -43,7 +43,10 @@ License: GPL-3.0+ Group: Development/Languages/C and C++ Provides: c_compiler +Obsoletes: gcc-ar Obsoletes: gcc-mudflap +Obsoletes: gcc-nm +Obsoletes: gcc-ranlib Requires: cpp Requires: gcc%{gcc_version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -341,36 +344,6 @@ The system GNU C Compiler. -%package -n gcc-ar -Summary: Plugin aware AR utility -License: GPL-3.0+ -Group: Development/Languages/C and C++ -Requires: gcc - -%description -n gcc-ar -Linker plugin aware AR utility. - - -%package -n gcc-nm -Summary: Plugin aware NM utility -License: GPL-3.0+ -Group: Development/Languages/C and C++ -Requires: gcc - -%description -n gcc-nm -Linker plugin aware NM utility. - - -%package -n gcc-ranlib -Summary: Plugin aware RANLIB utility -License: GPL-3.0+ -Group: Development/Languages/C and C++ -Requires: gcc - -%description -n gcc-ranlib -Linker plugin aware RANLIB utility. - - %prep %build @@ -451,6 +424,9 @@ %{_prefix}/bin/gcc %{_prefix}/bin/cc %{_prefix}/bin/gcov +%{_prefix}/bin/gcc-ar +%{_prefix}/bin/gcc-nm +%{_prefix}/bin/gcc-ranlib %doc %{_mandir}/man1/gcc.1.gz %doc %{_mandir}/man1/cc.1.gz %doc %{_mandir}/man1/gcov.1.gz @@ -632,16 +608,4 @@ /usr/lib*/gcc/*-suse-linux/*/defaults.spec %endif -%files -n gcc-ar -%defattr(-,root,root) -%{_prefix}/bin/gcc-ar - -%files -n gcc-nm -%defattr(-,root,root) -%{_prefix}/bin/gcc-nm - -%files -n gcc-ranlib -%defattr(-,root,root) -%{_prefix}/bin/gcc-ranlib - %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
