diff --git a/binutils-2.24.90.tar.bz2 b/binutils-2.24.90.tar.bz2 deleted file mode 100644 index a7141e5..0000000 --- a/binutils-2.24.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84fbe69b50edc8424655cdf8537d150e21e03744f27f9f0deb2b17334921f6d7 -size 24817475 diff --git a/binutils-2.25.0.tar.bz2 b/binutils-2.25.0.tar.bz2 new file mode 100644 index 0000000..8f0d3e8 --- /dev/null +++ b/binutils-2.25.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74c4dc2762c971df8ae09cdc4bcceba2167eb1c522d15532ba36292bf91b867 +size 25662100 diff --git a/binutils.changes b/binutils.changes index 0042338..bd94f61 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/binutils.spec b/binutils.spec index fcb7961..ccdffe9 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ # # spec file for package binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -336,7 +336,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 0042338..bd94f61 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 23d35a1..cc469a7 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-aarch64-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 0042338..bd94f61 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 56ca2c9..7434fff 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-arm-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 0042338..bd94f61 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 4e85a1f..45e9ad8 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-avr-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 0042338..bd94f61 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index a678d25..7576e1c 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-epiphany-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 0042338..bd94f61 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 20800f9..7cb0442 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-hppa-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 0042338..bd94f61 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 332538a..d710171 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-hppa64-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 0042338..bd94f61 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index b328e55..c7d3b87 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-i386-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 0042338..bd94f61 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 2efcac9..fa7fd0c 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ia64-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 0042338..bd94f61 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index 2720db9..e7d1db0 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-m68k-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 0042338..bd94f61 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 2c5c603..fbc9b10 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-mips-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 0042338..bd94f61 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index c01df69..d61f069 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 0042338..bd94f61 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index beb0e38..4f4ab76 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 0042338..bd94f61 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 961a37b..00e182d 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64le-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 0042338..bd94f61 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index e952f13..345e152 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-s390-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 0042338..bd94f61 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index c0cd773..a2201ab 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-s390x-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 0042338..bd94f61 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 11448ce..8e06e16 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-sparc-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 0042338..bd94f61 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index 3d7269c..b7cd882 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-sparc64-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 0042338..bd94f61 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index af1247d..640627b 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-spu-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 0042338..bd94f61 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + +------------------------------------------------------------------- +Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org + +- Minor fix on the usage of update-alternatives + https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines + ------------------------------------------------------------------- Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 3768394..56c7bef 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-x86_64-binutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS @@ -339,7 +339,10 @@ else rm -f "%buildroot/%_bindir/ld"; fi mkdir -p "%buildroot/%_sysconfdir/alternatives"; -ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld"; +# Keep older versions of brp-symlink happy +%if %{suse_version} < 1310 +ln -s "%_bindir/ld" "%buildroot/%_sysconfdir/alternatives/ld" +%endif ln -s "%_sysconfdir/alternatives/ld" "%buildroot/%_bindir/ld"; rm -rf $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{HOST}/bin