forked from pool/binutils
This commit is contained in:
parent
b29070b172
commit
ecb9124e10
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27253965730245fbac7854dd7c19e97cc392e598ae0c99edae5d04239fc69924
|
||||
size 15259587
|
||||
oid sha256:1efb4c181a7e8aa4c7f1c88646c1b236518da6a461a189abe15f4b5ba83291cb
|
||||
size 15502176
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils (Version 2.18.50.20080409)
|
||||
# spec file for package binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: binutils
|
||||
@ -46,14 +45,13 @@ License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
Version: 2.18.50.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU Binutils
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -220,7 +218,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -445,33 +442,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lib*.a
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-alpha-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-alpha-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-alpha-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to ALPHA Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-arm-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-arm-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-arm-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to ARM Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-avr-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-avr-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-avr-binutils
|
||||
@ -46,14 +45,13 @@ License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
Version: 2.18.50.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU Binutils for Cross-Development to AVR Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-hppa-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-hppa-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-hppa-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to HPPA Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-hppa64-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-hppa64-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-hppa64-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to HPPA64 Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-i386-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-i386-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-i386-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to X86 Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ia64-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-ia64-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-ia64-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to IA64 Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-mips-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-mips-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-mips-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to MIPS Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ppc-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-ppc-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-ppc-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to PowerPC Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ppc64-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-ppc64-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-ppc64-binutils
|
||||
@ -46,14 +45,13 @@ License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
Version: 2.18.50.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for cross-development to PowerPC 64bit processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-s390-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-s390-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-s390-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to S/390 Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-s390x-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-s390x-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-s390x-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to 64-Bit S/390 Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-sh4-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-sh4-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-sh4-binutils
|
||||
@ -46,14 +45,13 @@ License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
Version: 2.18.50.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to SH4 Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -152,7 +150,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -372,33 +369,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-sparc-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-sparc-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-sparc-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to SPARC Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-spu-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-spu-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-spu-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to SPU Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:07:36 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
@ -7,27 +12,27 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 16:24:43 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 10:12:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 13:58:17 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
@ -37,32 +42,32 @@ Sun Feb 10 09:46:31 CET 2008 - schwab@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 13:14:45 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:52:43 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:31:57 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 11:01:46 CET 2008 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-x86_64-binutils (Version 2.18.50.20080409)
|
||||
# spec file for package cross-x86_64-binutils (Version 2.18.50.20080618)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,7 +8,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cross-x86_64-binutils
|
||||
@ -46,14 +45,13 @@ 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.20080409
|
||||
Release: 2
|
||||
Version: 2.18.50.20080618
|
||||
Release: 1
|
||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||
Summary: GNU binutils for Cross-Development to X86-64 Processors
|
||||
Source: binutils-%{binutils_version}.tar.bz2
|
||||
Source1: pre_checkin.sh
|
||||
Source2: README.First-for.SuSE.packagers
|
||||
Patch1: mips-pic.patch
|
||||
Patch2: s390-pic.patch
|
||||
Patch3: binutils-skip-rpaths.patch
|
||||
Patch4: s390-biarch.diff
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||
%setup -q -n binutils-%{binutils_version}
|
||||
%if !%{test_vanilla}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
@ -373,33 +370,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Wed Apr 09 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Mar 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Mar 07 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Feb 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Feb 15 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Sun Feb 10 2008 schwab@suse.de
|
||||
- Allow R_S390_PC32DBL against protected function symbols.
|
||||
* Fri Feb 01 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Fri Jan 25 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 17 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Thu Jan 10 2008 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
* Tue Oct 02 2007 schwab@suse.de
|
||||
- Update to head to trunk.
|
||||
- Update to head of trunk.
|
||||
- Add hppa64 target.
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Add fix for PR4888.
|
||||
|
@ -1,4 +0,0 @@
|
||||
--- /dev/null 2002-05-17 19:01:52.000000000 +0000
|
||||
+++ config/mh-mipspic 2002-05-17 19:08:03.000000000 +0000
|
||||
@@ -0,0 +1 @@
|
||||
+PICFLAG=-fPIC
|
Loading…
Reference in New Issue
Block a user