Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit binutils
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 12 Nov 2007 18:39:43 +0100
  • Message-id: <20071112173943.90FEB678338@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package binutils
checked in at Mon Nov 12 18:39:43 CET 2007.

--------
--- binutils/binutils.changes 2007-10-02 12:55:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/binutils/binutils.changes 2007-11-12
16:21:15.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 12 16:21:08 CET 2007 - schwab@xxxxxxx
+
+- Update to head to trunk.
+
+-------------------------------------------------------------------
cross-alpha-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sh4-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.wD6352/_old 2007-11-12 18:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.wD6352/_new 2007-11-12 18:38:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package binutils (Version 2.18.50.20071002)
+# spec file for package binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
#
# handle test suite failures
#
-%ifarch alpha armv4l hppa mips sh4 sparc sparc64
+%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@@ -41,11 +41,11 @@
#
#
Url: http://www.gnu.org/software/binutils/
-License: GPL v2 or later; LGPL v2 or later
+License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
-Version: 2.18.50.20071002
+Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU Binutils
@@ -209,9 +209,10 @@
Ulf Carlsson <ulfc@xxxxxxxxxxxxxxxxxxxx>

%if "%{name}" != "binutils"
-%define TARGET %(echo %{name}|sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
+%define TARGET %(echo %{name} | sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
-%define HOST %(echo %{_target_cpu}|sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite
failures."
%setup -q -n binutils-%{binutils_version}
@@ -242,7 +243,6 @@
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
-sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@@ -283,6 +283,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@@ -332,6 +333,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@@ -433,6 +435,8 @@
%{_prefix}/include/*.h
%{_libdir}/lib*.a
%changelog
+* Mon Nov 12 2007 - schwab@xxxxxxx
+- Update to head to trunk.
* Tue Oct 02 2007 - schwab@xxxxxxx
- Update to head to trunk.
- Add hppa64 target.

++++++ cross-alpha-binutils.spec ++++++
--- /var/tmp/diff_new_pack.wD6352/_old 2007-11-12 18:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.wD6352/_new 2007-11-12 18:38:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package cross-alpha-binutils (Version 2.18.50.20071002)
+# spec file for package cross-alpha-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
#
# handle test suite failures
#
-%ifarch alpha armv4l hppa mips sh4 sparc sparc64
+%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@@ -41,11 +41,11 @@
#
#
Url: http://www.gnu.org/software/binutils/
-License: GPL v2 or later; LGPL v2 or later; X11/MIT
+License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
-Version: 2.18.50.20071002
+Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to ALPHA Processors
@@ -143,9 +143,10 @@
Ulf Carlsson <ulfc@xxxxxxxxxxxxxxxxxxxx>

%if "%{name}" != "binutils"
-%define TARGET %(echo %{name}|sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
+%define TARGET %(echo %{name} | sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
-%define HOST %(echo %{_target_cpu}|sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite
failures."
%setup -q -n binutils-%{binutils_version}
@@ -176,7 +177,6 @@
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
-sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@@ -217,6 +217,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@@ -266,6 +267,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@@ -362,6 +364,8 @@
%{_prefix}
%endif
%changelog
+* Mon Nov 12 2007 - schwab@xxxxxxx
+- Update to head to trunk.
* Tue Oct 02 2007 - schwab@xxxxxxx
- Update to head to trunk.
- Add hppa64 target.

cross-arm-binutils.spec: same change
++++++ cross-avr-binutils.spec ++++++
--- /var/tmp/diff_new_pack.wD6352/_old 2007-11-12 18:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.wD6352/_new 2007-11-12 18:38:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package cross-avr-binutils (Version 2.18.50.20071002)
+# spec file for package cross-avr-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
#
# handle test suite failures
#
-%ifarch alpha armv4l hppa mips sh4 sparc sparc64
+%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@@ -41,11 +41,11 @@
#
#
Url: http://www.gnu.org/software/binutils/
-License: GPL v2 or later; LGPL v2 or later
+License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
-Version: 2.18.50.20071002
+Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU Binutils for Cross-Development to AVR Processors
@@ -143,9 +143,10 @@
Ulf Carlsson <ulfc@xxxxxxxxxxxxxxxxxxxx>

%if "%{name}" != "binutils"
-%define TARGET %(echo %{name}|sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
+%define TARGET %(echo %{name} | sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
-%define HOST %(echo %{_target_cpu}|sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite
failures."
%setup -q -n binutils-%{binutils_version}
@@ -176,7 +177,6 @@
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
-sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@@ -217,6 +217,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@@ -266,6 +267,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@@ -362,6 +364,8 @@
%{_prefix}
%endif
%changelog
+* Mon Nov 12 2007 - schwab@xxxxxxx
+- Update to head to trunk.
* Tue Oct 02 2007 - schwab@xxxxxxx
- Update to head to trunk.
- Add hppa64 target.

++++++ cross-hppa64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.wD6352/_old 2007-11-12 18:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.wD6352/_new 2007-11-12 18:38:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package cross-hppa64-binutils (Version 2.18.50.20071002)
+# spec file for package cross-hppa64-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
#
# handle test suite failures
#
-%ifarch alpha armv4l hppa mips sh4 sparc sparc64
+%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@@ -41,11 +41,11 @@
#
#
Url: http://www.gnu.org/software/binutils/
-License: GPL v2 or later; LGPL v2 or later; X11/MIT
+License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
-Version: 2.18.50.20071002
+Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to HPPA64 Processors
@@ -143,9 +143,10 @@
Ulf Carlsson <ulfc@xxxxxxxxxxxxxxxxxxxx>

%if "%{name}" != "binutils"
-%define TARGET %(echo %{name}|sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
+%define TARGET %(echo %{name} | sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
-%define HOST %(echo %{_target_cpu}|sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite
failures."
%setup -q -n binutils-%{binutils_version}
@@ -176,7 +177,6 @@
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
-sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@@ -217,6 +217,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@@ -266,6 +267,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@@ -362,6 +364,8 @@
%{_prefix}
%endif
%changelog
+* Mon Nov 12 2007 - schwab@xxxxxxx
+- Update to head to trunk.
* Tue Oct 02 2007 - schwab@xxxxxxx
- Update to head to trunk.
- Add hppa64 target.

cross-hppa-binutils.spec: same change
cross-i386-binutils.spec: same change
cross-ia64-binutils.spec: same change
cross-mips-binutils.spec: same change
++++++ cross-ppc64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.wD6352/_old 2007-11-12 18:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.wD6352/_new 2007-11-12 18:38:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package cross-ppc64-binutils (Version 2.18.50.20071002)
+# spec file for package cross-ppc64-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
#
# handle test suite failures
#
-%ifarch alpha armv4l hppa mips sh4 sparc sparc64
+%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@@ -41,11 +41,11 @@
#
#
Url: http://www.gnu.org/software/binutils/
-License: GPL v2 or later; LGPL v2 or later
+License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
-Version: 2.18.50.20071002
+Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for cross-development to PowerPC 64bit processors
@@ -143,9 +143,10 @@
Ulf Carlsson <ulfc@xxxxxxxxxxxxxxxxxxxx>

%if "%{name}" != "binutils"
-%define TARGET %(echo %{name}|sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
+%define TARGET %(echo %{name} | sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
-%define HOST %(echo %{_target_cpu}|sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite
failures."
%setup -q -n binutils-%{binutils_version}
@@ -176,7 +177,6 @@
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
-sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@@ -217,6 +217,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@@ -266,6 +267,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@@ -362,6 +364,8 @@
%{_prefix}
%endif
%changelog
+* Mon Nov 12 2007 - schwab@xxxxxxx
+- Update to head to trunk.
* Tue Oct 02 2007 - schwab@xxxxxxx
- Update to head to trunk.
- Add hppa64 target.

++++++ cross-ppc-binutils.spec ++++++
--- /var/tmp/diff_new_pack.wD6352/_old 2007-11-12 18:38:51.000000000 +0100
+++ /var/tmp/diff_new_pack.wD6352/_new 2007-11-12 18:38:51.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package cross-ppc-binutils (Version 2.18.50.20071002)
+# spec file for package cross-ppc-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
#
# handle test suite failures
#
-%ifarch alpha armv4l hppa mips sh4 sparc sparc64
+%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@@ -41,11 +41,11 @@
#
#
Url: http://www.gnu.org/software/binutils/
-License: GPL v2 or later; LGPL v2 or later; X11/MIT
+License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
-Version: 2.18.50.20071002
+Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to PowerPC Processors
@@ -143,9 +143,10 @@
Ulf Carlsson <ulfc@xxxxxxxxxxxxxxxxxxxx>

%if "%{name}" != "binutils"
-%define TARGET %(echo %{name}|sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
+%define TARGET %(echo %{name} | sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
-%define HOST %(echo %{_target_cpu}|sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite
failures."
%setup -q -n binutils-%{binutils_version}
@@ -176,7 +177,6 @@
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
-sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@@ -217,6 +217,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@@ -266,6 +267,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@@ -362,6 +364,8 @@
%{_prefix}
%endif
%changelog
+* Mon Nov 12 2007 - schwab@xxxxxxx
+- Update to head to trunk.
* Tue Oct 02 2007 - schwab@xxxxxxx
- Update to head to trunk.
- Add hppa64 target.

cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
++++++ cross-sh4-binutils.spec ++++++
--- /var/tmp/diff_new_pack.wD6352/_old 2007-11-12 18:38:51.000000000 +0100
+++ /var/tmp/diff_new_pack.wD6352/_new 2007-11-12 18:38:51.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package cross-sh4-binutils (Version 2.18.50.20071002)
+# spec file for package cross-sh4-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
#
# handle test suite failures
#
-%ifarch alpha armv4l hppa mips sh4 sparc sparc64
+%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@@ -41,11 +41,11 @@
#
#
Url: http://www.gnu.org/software/binutils/
-License: GPL v2 or later; LGPL v2 or later
+License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
-Version: 2.18.50.20071002
+Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to SH4 Processors
@@ -142,9 +142,10 @@
Ulf Carlsson <ulfc@xxxxxxxxxxxxxxxxxxxx>

%if "%{name}" != "binutils"
-%define TARGET %(echo %{name}|sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
+%define TARGET %(echo %{name} | sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
-%define HOST %(echo %{_target_cpu}|sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite
failures."
%setup -q -n binutils-%{binutils_version}
@@ -175,7 +176,6 @@
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
-sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@@ -216,6 +216,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@@ -265,6 +266,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@@ -361,6 +363,8 @@
%{_prefix}
%endif
%changelog
+* Mon Nov 12 2007 - schwab@xxxxxxx
+- Update to head to trunk.
* Tue Oct 02 2007 - schwab@xxxxxxx
- Update to head to trunk.
- Add hppa64 target.

++++++ cross-sparc-binutils.spec ++++++
--- /var/tmp/diff_new_pack.wD6352/_old 2007-11-12 18:38:51.000000000 +0100
+++ /var/tmp/diff_new_pack.wD6352/_new 2007-11-12 18:38:51.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package cross-sparc-binutils (Version 2.18.50.20071002)
+# spec file for package cross-sparc-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
#
# handle test suite failures
#
-%ifarch alpha armv4l hppa mips sh4 sparc sparc64
+%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@@ -41,11 +41,11 @@
#
#
Url: http://www.gnu.org/software/binutils/
-License: GPL v2 or later; LGPL v2 or later; X11/MIT
+License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
-Version: 2.18.50.20071002
+Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to SPARC Processors
@@ -143,9 +143,10 @@
Ulf Carlsson <ulfc@xxxxxxxxxxxxxxxxxxxx>

%if "%{name}" != "binutils"
-%define TARGET %(echo %{name}|sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
+%define TARGET %(echo %{name} | sed -e
"s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
-%define HOST %(echo %{_target_cpu}|sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/"
-e "s/ppc/powerpc/")-suse-linux
+%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite
failures."
%setup -q -n binutils-%{binutils_version}
@@ -176,7 +177,6 @@
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
-sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@@ -217,6 +217,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@@ -266,6 +267,7 @@
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
+ --with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@@ -362,6 +364,8 @@
%{_prefix}
%endif
%changelog
+* Mon Nov 12 2007 - schwab@xxxxxxx
+- Update to head to trunk.
* Tue Oct 02 2007 - schwab@xxxxxxx
- Update to head to trunk.
- Add hppa64 target.

cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++++++ binutils-2.18.50.tar.bz2 ++++++
binutils/binutils-2.18.50.tar.bz2
/mounts/work_src_done/STABLE/binutils/binutils-2.18.50.tar.bz2 differ: byte 11,
line 1




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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages