Hello community, here is the log from the commit of package gcc41 for openSUSE:Factory checked in at 2012-07-22 15:10:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc41 (Old) and /work/SRC/openSUSE:Factory/.gcc41.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc41", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes 2012-05-03 10:55:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2012-07-22 15:10:09.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Jul 20 11:42:11 UTC 2012 - [email protected] + +- BuildRequire makeinfo only where appropriate. + +------------------------------------------------------------------- +Fri Jun 1 11:05:19 UTC 2012 - [email protected] + +- do not build this compiler on arm plattform + +------------------------------------------------------------------- libgcj41.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcc41.spec ++++++ --- /var/tmp/diff_new_pack.CTlqjt/_old 2012-07-22 15:10:12.000000000 +0200 +++ /var/tmp/diff_new_pack.CTlqjt/_new 2012-07-22 15:10:12.000000000 +0200 @@ -62,8 +62,13 @@ BuildRequires: gettext-devel BuildRequires: glibc-devel-32bit BuildRequires: perl -BuildRequires: texinfo BuildRequires: zlib-devel +%if %{suse_version} > 1220 +BuildRequires: makeinfo +%else +BuildRequires: texinfo +%endif +ExcludeArch: %arm %if %{build_ada} %if %{suse_version} > 1010 %define hostsuffix -4.1 libgcj41.spec: same change ++++++ gcc.spec.in ++++++ --- /var/tmp/diff_new_pack.CTlqjt/_old 2012-07-22 15:10:12.000000000 +0200 +++ /var/tmp/diff_new_pack.CTlqjt/_new 2012-07-22 15:10:12.000000000 +0200 @@ -55,7 +55,13 @@ %endif Name: gcc@base_ver@@gcc_suffix@ -BuildRequires: bison flex gettext-devel glibc-devel-32bit perl texinfo zlib-devel +BuildRequires: bison flex gettext-devel glibc-devel-32bit perl zlib-devel +%if %{suse_version} > 1220 +BuildRequires: makeinfo +%else +BuildRequires: texinfo +%endif +ExcludeArch: %arm %if %{build_ada} %if %{suse_version} > 1010 %define hostsuffix -4.1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
