changeset in /hg/icedtea6: Fix hiding of HotSpot version number.

Andrew John Hughes gnu_andrew at member.fsf.org
Mon Oct 27 14:17:31 PDT 2008


changeset 6816e84bfc28 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6816e84bfc28
description:
	Fix hiding of HotSpot version number.

	2008-10-27  Andrew John Hughes  <ahughes at redhat.com>

		PR icedtea/234:
		* Makefile.am:
		Don't force the HotSpot release version
		to be the JDK release version so the HotSpot
		versioning is revealed.

diffstat:

2 files changed, 8 insertions(+), 2 deletions(-)
ChangeLog   |    8 ++++++++
Makefile.am |    2 --

diffs (34 lines):

diff -r ecfb2532387c -r 6816e84bfc28 ChangeLog
--- a/ChangeLog	Mon Oct 27 15:56:05 2008 -0400
+++ b/ChangeLog	Mon Oct 27 21:17:19 2008 +0000
@@ -1,3 +1,11 @@ 2008-10-27  Lillian Angel  <langel at redha
+2008-10-27  Andrew John Hughes  <ahughes at redhat.com>
+
+	PR icedtea/234:
+	* Makefile.am:
+	Don't force the HotSpot release version
+	to be the JDK release version so the HotSpot
+	versioning is revealed.
+
 2008-10-27  Lillian Angel  <langel at redhat.com>
 
 	* configure.ac: Updated version to 1.4.
diff -r ecfb2532387c -r 6816e84bfc28 Makefile.am
--- a/Makefile.am	Mon Oct 27 15:56:05 2008 -0400
+++ b/Makefile.am	Mon Oct 27 21:17:19 2008 +0000
@@ -140,7 +140,6 @@ ICEDTEA_ENV = \
         "BUILD_NUMBER=$(OPENJDK_VERSION)" \
 	"JDK_UPDATE_VERSION=$(JDK_UPDATE_VERSION)" \
         "JRE_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
-        "HOTSPOT_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
 	"LANG=C" \
 	"PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin" \
 	"ALT_BOOTDIR=$(ICEDTEA_BOOT_DIR)" \
@@ -210,7 +209,6 @@ ICEDTEA_ENV_ECJ = \
 	"BUILD_NUMBER=$(OPENJDK_VERSION)" \
 	"JDK_UPDATE_VERSION=$(JDK_UPDATE_VERSION)" \
         "JRE_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
-        "HOTSPOT_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
 	"LANG=C" \
 	"PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin" \
 	"ALT_BOOTDIR=$(ICEDTEA_BOOT_DIR)" \



More information about the distro-pkg-dev mailing list