Hello community, here is the log from the commit of package gcc43 for openSUSE:Factory checked in at 2012-07-22 15:10:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc43 (Old) and /work/SRC/openSUSE:Factory/.gcc43.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc43", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gcc43/gcc43.changes 2012-05-07 22:47:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gcc43.new/gcc43.changes 2012-07-22 15:10:25.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Jul 20 11:40:02 UTC 2012 - [email protected] + +- BuildRequire makeinfo only where appropriate. + +------------------------------------------------------------------- +Fri Jun 1 11:08:49 UTC 2012 - [email protected] + +- Exclude arm plattform from building + +------------------------------------------------------------------- libffi43.changes: same change libgcj43.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcc43.spec ++++++ --- /var/tmp/diff_new_pack.muxPBE/_old 2012-07-22 15:10:29.000000000 +0200 +++ /var/tmp/diff_new_pack.muxPBE/_new 2012-07-22 15:10:29.000000000 +0200 @@ -57,14 +57,19 @@ %endif Name: gcc43 +ExcludeArch: %arm BuildRequires: bison BuildRequires: flex BuildRequires: gettext-devel BuildRequires: glibc-devel-32bit BuildRequires: mpfr-devel BuildRequires: perl -BuildRequires: texinfo BuildRequires: zlib-devel +%if %{suse_version} > 1220 +BuildRequires: makeinfo +%else +BuildRequires: texinfo +%endif %if %{build_ada} %if %{suse_version} > 1110 %define hostsuffix -4.3 libffi43.spec: same change libgcj43.spec: same change ++++++ cross.spec.in ++++++ --- /var/tmp/diff_new_pack.muxPBE/_old 2012-07-22 15:10:30.000000000 +0200 +++ /var/tmp/diff_new_pack.muxPBE/_new 2012-07-22 15:10:30.000000000 +0200 @@ -43,6 +43,7 @@ %endif Name: cross-$cross_arch-gcc$name_suffix +ExcludeArch: %arm BuildRequires: bison flex mpfr-devel BuildRequires: cross-$cross_arch_cpu-binutils %if "$cross_arch$name_suffix" == "spu-static" ++++++ gcc.spec.in ++++++ --- /var/tmp/diff_new_pack.muxPBE/_old 2012-07-22 15:10:30.000000000 +0200 +++ /var/tmp/diff_new_pack.muxPBE/_new 2012-07-22 15:10:30.000000000 +0200 @@ -59,7 +59,13 @@ Name: gcc@base_ver@ -BuildRequires: bison flex gettext-devel glibc-devel-32bit mpfr-devel perl texinfo zlib-devel +ExcludeArch: %arm +BuildRequires: bison flex gettext-devel glibc-devel-32bit mpfr-devel perl zlib-devel +%if %{suse_version} > 1220 +BuildRequires: makeinfo +%else +BuildRequires: texinfo +%endif %if %{build_ada} %if %{suse_version} > 1110 %define hostsuffix -4.3 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
