/hg/release/icedtea7-2.3: PR1149: Zero-specific patch files not ...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Aug 31 05:32:41 PDT 2012


changeset b528556c4c43 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=b528556c4c43
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Aug 31 13:32:27 2012 +0100

	PR1149: Zero-specific patch files not being packaged

	2012-08-31  Andrew John Hughes  <gnu_andrew at member.fsf.org>

		PR1149: Zero-specific patch files not being packaged
		* Makefile.am:
		(EXTRA_DIST): Add HotSpot-specific non-bootstrap
		patches (currently Zero only).
		* NEWS: Updated.


diffstat:

 ChangeLog   |  8 ++++++++
 Makefile.am |  1 +
 NEWS        |  2 ++
 3 files changed, 11 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r f8630130b123 -r b528556c4c43 ChangeLog
--- a/ChangeLog	Fri Aug 31 13:17:58 2012 +0100
+++ b/ChangeLog	Fri Aug 31 13:32:27 2012 +0100
@@ -1,3 +1,11 @@
+2012-08-31  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	PR1149: Zero-specific patch files not being packaged
+	* Makefile.am:
+	(EXTRA_DIST): Add HotSpot-specific non-bootstrap
+	patches (currently Zero only).
+	* NEWS: Updated.
+
 2012-08-31  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* NEWS: Add 2.3.2 changes from the forest.
diff -r f8630130b123 -r b528556c4c43 Makefile.am
--- a/Makefile.am	Fri Aug 31 13:17:58 2012 +0100
+++ b/Makefile.am	Fri Aug 31 13:32:27 2012 +0100
@@ -751,6 +751,7 @@
 	$(top_srcdir)/patches/cacao/*.patch \
 	$(top_srcdir)/patches/jamvm/*.patch \
 	$(top_srcdir)/patches/boot/hotspot/*/*.patch \
+	$(top_srcdir)/patches/hotspot/*/*.patch \
 	tools-copy contrib overlays \
 	javaws.png javaws.desktop \
 	jconsole.desktop policytool.desktop \
diff -r f8630130b123 -r b528556c4c43 NEWS
--- a/NEWS	Fri Aug 31 13:17:58 2012 +0100
+++ b/NEWS	Fri Aug 31 13:32:27 2012 +0100
@@ -22,6 +22,8 @@
   - S7182135: Impossible to use some editors directly
   - S7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed
   - S7185678: java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java failed with NPE
+* Bug fixes
+  - PR1149: Zero-specific patch files not being packaged
 
 New in release 2.3.1 (2012-08-29):
 



More information about the distro-pkg-dev mailing list