Hello community, here is the log from the commit of package gcc for openSUSE:Factory checked in at 2016-09-23 11:27:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-06-14 23:04:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gcc.new/gcc.changes 2016-09-23 11:27:41.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Aug 18 07:32:25 UTC 2016 - [email protected] + +- Add gcc-devel package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcc.spec ++++++ --- /var/tmp/diff_new_pack.tS9RHv/_old 2016-09-23 11:27:42.000000000 +0200 +++ /var/tmp/diff_new_pack.tS9RHv/_new 2016-09-23 11:27:42.000000000 +0200 @@ -93,6 +93,16 @@ The system GNU Preprocessor. +%package -n gcc-devel +Summary: The system GNU C Compiler Plugin development files +License: GPL-3.0+ +Group: Development/Languages/C and C++ +Requires: gcc = %{version} +Requires: gcc%{gcc_version}-devel + +%description -n gcc-devel +The system GNU C Compiler Plugin development files. + %package -n gcc-locale Summary: The system GNU Compiler locale files @@ -515,6 +525,11 @@ %{_prefix}/bin/cpp %doc %{_mandir}/man1/cpp.1.gz +%files -n gcc-devel +%defattr(-,root,root) +# empty - only for the dependency +%doc README + %files -n gcc-c++ %defattr(-,root,root) %{_prefix}/bin/g++
