forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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>
|
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* scripts/automake.spec.in: 1.8.2.
|
* scripts/automake.spec.in: 1.8.2.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ URL: http://www.gnu.org/software/autoconf
|
|||||||
Group: @rpmgroup@
|
Group: @rpmgroup@
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: %{rpmvers}
|
Version: %{rpmvers}
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Tool for automatically generating GNU style Makefile.in's
|
Summary: Tool for automatically generating GNU style Makefile.in's
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_defaultbuildroot}
|
BuildRoot: %{_defaultbuildroot}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ Copyright: GPL
|
|||||||
Group: @rpmgroup@
|
Group: @rpmgroup@
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: %{rpmvers}
|
Version: %{rpmvers}
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Tool for automatically generating GNU style Makefile.in's
|
Summary: Tool for automatically generating GNU style Makefile.in's
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_defaultbuildroot}
|
BuildRoot: %{_defaultbuildroot}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ AC_ARG_ENABLE([osversions],
|
|||||||
yes ) osversion=RTEMS_API;;
|
yes ) osversion=RTEMS_API;;
|
||||||
* ) osversion=;;
|
* ) osversion=;;
|
||||||
esac],
|
esac],
|
||||||
[osversion=])
|
[osversion=RTEMS_API])
|
||||||
|
|
||||||
AC_MSG_CHECKING(for rpm SPECS directory)
|
AC_MSG_CHECKING(for rpm SPECS directory)
|
||||||
# Allow users to override RPM_SPECSdir from the environment.
|
# Allow users to override RPM_SPECSdir from the environment.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
binutils_version=2.14
|
binutils_version=2.14
|
||||||
binutils_patch_version=20030911
|
binutils_patch_version=20030911
|
||||||
binutils_rpm_release=2
|
binutils_rpm_release=3
|
||||||
newlib_version=1.10.0
|
newlib_version=1.10.0
|
||||||
newlib_patch_version=20020322
|
newlib_patch_version=20020322
|
||||||
gcc_version=2.95.3
|
gcc_version=2.95.3
|
||||||
@@ -19,6 +19,6 @@ rtems_rpm_release=1
|
|||||||
rpm_build_root=%{_tmppath}
|
rpm_build_root=%{_tmppath}
|
||||||
gcc3newlib_version=1.11.0
|
gcc3newlib_version=1.11.0
|
||||||
gcc3newlib_patch_version=20030507
|
gcc3newlib_patch_version=20030507
|
||||||
gcc3_version=3.3.2
|
gcc3_version=3.2.3
|
||||||
gcc3_patch_version=20031216
|
gcc3_patch_version=20040108
|
||||||
gcc3newlib_rpm_release=2
|
gcc3newlib_rpm_release=1
|
||||||
|
|||||||
Reference in New Issue
Block a user