changeset 1694:a2d5ec5e9724 icedtea6-1.6.2

Bump to 1.6.2, fix make dist. 2009-11-09 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Drop duplicate patch line. Make EXTRA_DIST work out of tree. * configure.ac: Bump to 1.6.2
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 09 Nov 2009 22:58:39 +0000
parents 15ba41d0ff2e
children aa390e8856a1
files ChangeLog Makefile.am configure.ac
diffstat 3 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 09 17:42:27 2009 +0000
+++ b/ChangeLog	Mon Nov 09 22:58:39 2009 +0000
@@ -1,3 +1,11 @@
+2009-11-09  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Drop duplicate patch line.
+	Make EXTRA_DIST work out of tree.
+	* configure.ac:
+	Bump to 1.6.2
+	
 2009-11-09  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Mon Nov 09 17:42:27 2009 +0000
+++ b/Makefile.am	Mon Nov 09 22:58:39 2009 +0000
@@ -101,7 +101,7 @@
 	clean-jtreg-reports 
 
 EXTRA_DIST = rt generated \
-	patches/* \
+	$(abs_top_srcdir)/patches/* \
 	tools-copy contrib ports \
 	extra overlays \
 	javaws.png javaws.desktop visualvm.desktop \
@@ -631,7 +631,6 @@
 	patches/security/icedtea-6864911.patch \
 	patches/security/icedtea-6872357.patch \
 	patches/security/icedtea-6874643.patch \
-	patches/security/icedtea-6874643.patch \
 	patches/security/icedtea-6631533.patch \
 	patches/security/icedtea-6632445.patch \
 	patches/security/icedtea-6636650.patch \
--- a/configure.ac	Mon Nov 09 17:42:27 2009 +0000
+++ b/configure.ac	Mon Nov 09 22:58:39 2009 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6], [1.6.1], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6], [1.6.2], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])