summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-28 21:19:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-28 21:19:49 +0000
commite85312ddcfc153ff75e1636fa8f7c0ae2e5dcbaf (patch)
tree95ba5e03c2d74f3be56f92d2678ae3df0f80ebe4 /scripts
parent.cvsignore: Remove Makefile* (diff)
downloadrtems-e85312ddcfc153ff75e1636fa8f7c0ae2e5dcbaf.tar.bz2
2004-01-28 RTEMS
* configure.ac: Enable OS versioning by default for 4.7 branch. * setup.def: Update binutils RPM version and build new gcc 3.2.3 RPMs. * autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in: Update for new tool spin.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog7
-rw-r--r--scripts/autotools/autoconf-rtems.spec.in2
-rw-r--r--scripts/autotools/automake-rtems.spec.in2
-rw-r--r--scripts/configure.ac2
-rw-r--r--scripts/setup.def8
5 files changed, 14 insertions, 7 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 22489496ad..2b1d16a3fe 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-28 RTEMS
+
+ * configure.ac: Enable OS versioning by default for 4.7 branch.
+ * setup.def: Update binutils RPM version and build new gcc 3.2.3 RPMs.
+ * autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in:
+ Update for new tool spin.
+
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* scripts/automake.spec.in: 1.8.2.
diff --git a/scripts/autotools/autoconf-rtems.spec.in b/scripts/autotools/autoconf-rtems.spec.in
index bd3df4e712..e6bc3cd854 100644
--- a/scripts/autotools/autoconf-rtems.spec.in
+++ b/scripts/autotools/autoconf-rtems.spec.in
@@ -27,7 +27,7 @@ URL: http://www.gnu.org/software/autoconf
Group: @rpmgroup@
Autoreqprov: on
Version: %{rpmvers}
-Release: 1
+Release: 2
Summary: Tool for automatically generating GNU style Makefile.in's
BuildArch: noarch
BuildRoot: %{_defaultbuildroot}
diff --git a/scripts/autotools/automake-rtems.spec.in b/scripts/autotools/automake-rtems.spec.in
index f62c5077fa..5b64bf4cb2 100644
--- a/scripts/autotools/automake-rtems.spec.in
+++ b/scripts/autotools/automake-rtems.spec.in
@@ -29,7 +29,7 @@ Copyright: GPL
Group: @rpmgroup@
Autoreqprov: on
Version: %{rpmvers}
-Release: 1
+Release: 2
Summary: Tool for automatically generating GNU style Makefile.in's
BuildArch: noarch
BuildRoot: %{_defaultbuildroot}
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 4c0ace96d6..373b40c306 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -29,7 +29,7 @@ AC_ARG_ENABLE([osversions],
yes ) osversion=RTEMS_API;;
* ) osversion=;;
esac],
-[osversion=])
+[osversion=RTEMS_API])
AC_MSG_CHECKING(for rpm SPECS directory)
# Allow users to override RPM_SPECSdir from the environment.
diff --git a/scripts/setup.def b/scripts/setup.def
index 672af02e1a..c7137b336b 100644
--- a/scripts/setup.def
+++ b/scripts/setup.def
@@ -5,7 +5,7 @@
#
binutils_version=2.14
binutils_patch_version=20030911
-binutils_rpm_release=2
+binutils_rpm_release=3
newlib_version=1.10.0
newlib_patch_version=20020322
gcc_version=2.95.3
@@ -19,6 +19,6 @@ rtems_rpm_release=1
rpm_build_root=%{_tmppath}
gcc3newlib_version=1.11.0
gcc3newlib_patch_version=20030507
-gcc3_version=3.3.2
-gcc3_patch_version=20031216
-gcc3newlib_rpm_release=2
+gcc3_version=3.2.3
+gcc3_patch_version=20040108
+gcc3newlib_rpm_release=1