Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2012-06-26 15:14:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/binutils (Old)
 and      /work/SRC/openSUSE:Factory/.binutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "binutils", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/binutils/binutils.changes        2012-06-18 
21:24:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.binutils.new/binutils.changes   2012-06-26 
15:14:57.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Jun 21 08:43:29 UTC 2012 - adr...@suse.de
+
+- fix default elf format for arm cross tools
+
+-------------------------------------------------------------------
+Tue Jun 19 05:09:40 UTC 2012 - factory-maintai...@kulow.org
+
+- fix stupid typo
+
+-------------------------------------------------------------------
cross-alpha-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

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

Other differences:
------------------
++++++ binutils.spec ++++++
--- /var/tmp/diff_new_pack.c5TwHS/_old  2012-06-26 15:15:02.000000000 +0200
+++ /var/tmp/diff_new_pack.c5TwHS/_new  2012-06-26 15:15:02.000000000 +0200
@@ -254,8 +254,12 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
+%if "%{TARGET}" == "arm"
+TARGET_OS=%{TARGET}-suse-linux-gnueabi
+%else
 TARGET_OS=%{TARGET}-suse-linux
 %endif
+%endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \
   --with-bugurl=http://bugs.opensuse.org/ \

cross-alpha-binutils.spec: same change
cross-arm-binutils.spec: same change
cross-avr-binutils.spec: same change
cross-hppa-binutils.spec: same change
cross-hppa64-binutils.spec: same change
++++++ cross-i386-binutils.spec ++++++
--- /var/tmp/diff_new_pack.c5TwHS/_old  2012-06-26 15:15:02.000000000 +0200
+++ /var/tmp/diff_new_pack.c5TwHS/_new  2012-06-26 15:15:02.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cross-i386-binutils
-ExcludeArch:    i%86
+ExcludeArch:    %ix86
 %define cross 1
 %define TARGET i586
 BuildRequires:  bison
@@ -257,8 +257,12 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
+%if "%{TARGET}" == "arm"
+TARGET_OS=%{TARGET}-suse-linux-gnueabi
+%else
 TARGET_OS=%{TARGET}-suse-linux
 %endif
+%endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \
   --with-bugurl=http://bugs.opensuse.org/ \

++++++ cross-ia64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.c5TwHS/_old  2012-06-26 15:15:02.000000000 +0200
+++ /var/tmp/diff_new_pack.c5TwHS/_new  2012-06-26 15:15:02.000000000 +0200
@@ -257,8 +257,12 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
+%if "%{TARGET}" == "arm"
+TARGET_OS=%{TARGET}-suse-linux-gnueabi
+%else
 TARGET_OS=%{TARGET}-suse-linux
 %endif
+%endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \
   --with-bugurl=http://bugs.opensuse.org/ \

cross-mips-binutils.spec: same change
cross-ppc-binutils.spec: same change
cross-ppc64-binutils.spec: same change
cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
cross-sparc-binutils.spec: same change
cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.c5TwHS/_old  2012-06-26 15:15:02.000000000 +0200
+++ /var/tmp/diff_new_pack.c5TwHS/_new  2012-06-26 15:15:02.000000000 +0200
@@ -8,7 +8,7 @@
 
    ln -f binutils.changes cross-$arch-binutils.changes
    targetarch=`echo $arch | sed -e 
"s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/"`
-   exclarch=`echo $arch | sed -e 's/parisc/hppa/;s/i.86/i%86/;s/arm/%arm/'`
+   exclarch=`echo $arch | sed -e 's/parisc/hppa/;s/i.86/%ix86/;s/arm/%arm/'`
    sed -e "s/^Name:.*binutils\$/Name:         
cross-$arch-binutils\nExcludeArch: $exclarch\n%define cross 1\n%define TARGET 
$targetarch/;" \
        < binutils.spec > cross-$arch-binutils.spec
 

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

Reply via email to