Bump release.

This commit is contained in:
Ralf Corsepius
2009-03-09 12:40:23 +00:00
parent 0c614d1640
commit 593692914e
4 changed files with 11 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.3.3
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 8
GCC_RPMREL = 9
NEWLIB_VERS = 1.17.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr 21 + $(GCC_RPMREL)`

View File

@@ -34,7 +34,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090224.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090309.diff
%endif
%{?_without_sources:NoSource: 50}
%endif

View File

@@ -60,7 +60,7 @@ Summary: powerpc-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 8%{?dist}
Release: 9%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -100,7 +100,7 @@ BuildRequires: rtems-4.10-powerpc-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-powerpc-rtems4.10-binutils
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-29%{?dist}
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-30%{?dist}
%if "%{gcc_version}" >= "3.4"
@@ -124,7 +124,7 @@ Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
%if "%{newlib_version}" == "1.17.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090224.diff
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090309.diff
%endif
%{?_without_sources:NoSource: 50}
@@ -429,7 +429,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-powerpc-rtems4.10-binutils
# Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-29%{?dist}
# Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-30%{?dist}
# License: GPL
# %if %build_infos
@@ -581,7 +581,7 @@ Summary: C Library (newlib) for powerpc-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 29%{?dist}
Release: 30%{?dist}
Requires: rtems-4.10-newlib-common
@@ -601,7 +601,7 @@ Newlib C Library for powerpc-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 29%{?dist}
Release: 30%{?dist}
License: Distributable
Requires(post): /sbin/install-info

View File

@@ -75,6 +75,9 @@ BuildRequires: %{_host_rpmprefix}gcc
%if "powerpc-rtems4.10" == "h8300-rtems4.10"
%define build_sim --disable-sim
%endif
%if "powerpc-rtems4.10" == "lm32-rtems4.10"
%define build_sim --disable-sim
%endif
%if "powerpc-rtems4.10" == "mipstx39-rtems4.10"
%define build_sim --disable-sim
%endif