change log for rtems (2010-04-24)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sat Apr 24 06:14:16 UTC 2010
*ralf*:
Fix typo in comment.
Use %{el6} to identify building for CentOS6/RHEL6.
Reflect several packages are missing from RHEL6 Beta.
M 1.59 contrib/crossrpms/gcc/gccnewlib.add
diff -u rtems/contrib/crossrpms/gcc/gccnewlib.add:1.58 rtems/contrib/crossrpms/gcc/gccnewlib.add:1.59
--- rtems/contrib/crossrpms/gcc/gccnewlib.add:1.58 Fri Apr 23 06:01:26 2010
+++ rtems/contrib/crossrpms/gcc/gccnewlib.add Sat Apr 24 00:57:58 2010
@@ -25,7 +25,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -58,13 +58,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -166,7 +167,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
*ralf*:
Revert last patch.
M 1.8 contrib/crossrpms/rtems4.11/arm/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/avr/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/bfin/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/h8300/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/i386/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/lm32/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/m32c/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/m32r/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/m68k/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/mips/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/sh/gcc-sources.add
M 1.8 contrib/crossrpms/rtems4.11/sparc/gcc-sources.add
diff -u rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff -u rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.7 rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.8
--- rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.7 Fri Apr 23 11:46:41 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add Sat Apr 24 00:59:17 2010
@@ -48,7 +48,7 @@
%if %build_newlib
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
*ralf*:
Regenerate.
M 1.14 contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec
M 1.16 contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec
M 1.14 contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec
M 1.15 contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec
M 1.17 contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec
diff -u rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.13 rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.13 Fri Apr 23 11:49:16 2010
+++ rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:16 2010
+++ rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -267,7 +268,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.15 rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.16
--- rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.15 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -267,7 +268,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.13 rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.13 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -267,7 +268,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.14 rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.14 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
diff -u rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.16 rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.17
--- rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.16 Fri Apr 23 11:49:17 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec Sat Apr 24 00:59:58 2010
@@ -70,7 +70,7 @@
# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
-# FIXME: Disamble python gdb scripts
+# FIXME: Disable python gdb scripts
# ATM, no idea how to package them
%bcond_with pygdb
@@ -103,13 +103,14 @@
%global gmp_provided 4.2.4
%endif
-%if 0%{?rhel6}
+%if 0%{?el6}
%global mpc_provided %{nil}
-%global mpfr_provided 2.4.1
+# el6 beta ships mpfr but mpfr-devel is missing
+%global mpfr_provided %{nil}
%global gmp_provided 4.3.1
%endif
-%if 0%{?rhel5}
+%if 0%{?el5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
%global gmp_provided 4.1.4
@@ -207,7 +208,7 @@
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
-%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
+# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -278,7 +279,7 @@
%if "%{newlib_version}" == "1.18.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
%endif
%{?_without_sources:NoSource: 50}
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100424/60aca4d6/attachment.html>
More information about the vc
mailing list