Hello community,

here is the log from the commit of package gcc46 for openSUSE:Factory checked 
in at 2012-03-29 07:42:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc46 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc46.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc46", Maintainer is "rguent...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc46/cross-armv5el-gcc-icecream-backend.changes 
2012-03-20 16:33:12.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gcc46.new/cross-armv5el-gcc-icecream-backend.changes
    2012-03-29 07:42:16.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Mar 27 07:03:36 UTC 2012 - rguent...@suse.com
+
+- Fix build of cross targets with canonicalized name.
+
+-------------------------------------------------------------------
cross-armv7l-gcc-icecream-backend.changes: same change
cross-hppa-gcc-icecream-backend.changes: same change
cross-i386-gcc-icecream-backend.changes: same change
cross-ia64-gcc-icecream-backend.changes: same change
cross-ppc-gcc-icecream-backend.changes: same change
cross-ppc64-gcc-icecream-backend.changes: same change
cross-s390-gcc-icecream-backend.changes: same change
cross-s390x-gcc-icecream-backend.changes: same change
cross-x86_64-gcc-icecream-backend.changes: same change
gcc46-testresults.changes: same change
gcc46.changes: same change
libffi46.changes: same change
libgcj46.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cross-armv5el-gcc-icecream-backend.spec ++++++
--- /var/tmp/diff_new_pack.F9nfJw/_old  2012-03-29 07:42:25.000000000 +0200
+++ /var/tmp/diff_new_pack.F9nfJw/_new  2012-03-29 07:42:25.000000000 +0200
@@ -35,6 +35,7 @@
 %if %{binutils_target} == "arm5el"
 %define binutils_target arm
 %endif
+%define canonical_target %(echo %{binutils_target} | sed -e 
"s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
 
 Name:           cross-armv5el-gcc-icecream-backend
 BuildRequires:  bison
@@ -452,7 +453,7 @@
 
 # But the assembler comes from the cross-binutils, and hence is _not_
 # named funnily, not even on ppc, so there we need the original target
-install -s -D %{_prefix}/bin/%{binutils_target}-linux-as \
+install -s -D %{_prefix}/bin/%{canonical_target}-linux-as \
        $RPM_BUILD_ROOT/env/usr/bin/as
 install -s $RPM_BUILD_ROOT/inst%{_prefix}/bin/%{CONFIGURE_TARGET}-g++ \
        $RPM_BUILD_ROOT/env/usr/bin/g++

cross-armv7l-gcc-icecream-backend.spec: same change
cross-hppa-gcc-icecream-backend.spec: same change
cross-i386-gcc-icecream-backend.spec: same change
cross-ia64-gcc-icecream-backend.spec: same change
cross-ppc-gcc-icecream-backend.spec: same change
cross-ppc64-gcc-icecream-backend.spec: same change
cross-s390-gcc-icecream-backend.spec: same change
cross-s390x-gcc-icecream-backend.spec: same change
cross-x86_64-gcc-icecream-backend.spec: same change
gcc46.spec: same change
libffi46.spec: same change
libgcj46.spec: same change
++++++ cross-icecream.spec.in ++++++
--- /var/tmp/diff_new_pack.F9nfJw/_old  2012-03-29 07:42:25.000000000 +0200
+++ /var/tmp/diff_new_pack.F9nfJw/_new  2012-03-29 07:42:25.000000000 +0200
@@ -29,6 +29,7 @@
 %if %{binutils_target} == "arm5el"
 %define binutils_target arm
 %endif
+%define canonical_target %(echo %{binutils_target} | sed -e 
"s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
 
 Name:         cross-@cross_arch@-gcc-icecream-backend
 BuildRequires: bison flex gettext-devel glibc-devel-32bit mpfr-devel perl 
texinfo zlib-devel mpc-devel
@@ -55,7 +56,7 @@
 
 # But the assembler comes from the cross-binutils, and hence is _not_
 # named funnily, not even on ppc, so there we need the original target
-install -s -D %{_prefix}/bin/%{binutils_target}-linux-as \
+install -s -D %{_prefix}/bin/%{canonical_target}-linux-as \
        $RPM_BUILD_ROOT/env/usr/bin/as
 install -s $RPM_BUILD_ROOT/inst%{_prefix}/bin/%{CONFIGURE_TARGET}-g++ \
        $RPM_BUILD_ROOT/env/usr/bin/g++


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to