[java-1.7.0-openjdk/f18] Updated to latest IcedTea7-forest 2.3

jiri vanek jvanek at fedoraproject.org
Wed Sep 19 15:40:17 UTC 2012


commit 1d78bf7ec9d3242f4cfad4727a8e8bedd5086530
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Wed Sep 19 17:40:34 2012 +0200

    Updated to latest IcedTea7-forest 2.3

 .gitignore              |    1 +
 java-1.7.0-openjdk.spec |   19 +++++++++++++++++--
 sources                 |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c53c2c..ed8d987 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /openjdk-icedtea-2.1.1.tar.gz
 /openjdk-icedtea-2.3.1.tar.gz
 /openjdk-icedtea-2.1.2.tar.gz
+/openjdk-icedtea-2.3.2.tar.gz
\ No newline at end of file
diff --git a/java-1.7.0-openjdk.spec b/java-1.7.0-openjdk.spec
index cc6f633..ca3a3c8 100644
--- a/java-1.7.0-openjdk.spec
+++ b/java-1.7.0-openjdk.spec
@@ -9,7 +9,7 @@
 # If runtests is 0 test suites will not be run.
 %global runtests 0
 
-%global icedtea_version 2.3.1
+%global icedtea_version 2.3.2
 %global hg_tag icedtea-{icedtea_version}
 
 %global accessmajorver 1.23
@@ -183,24 +183,36 @@ URL:      http://openjdk.java.net/
 # hg clone $REPO/jdk/ openjdk/jdk -r %{hg_tag}
 # hg clone $REPO/langtools/ openjdk/langtools -r %{hg_tag}
 # find openjdk -name ".hg" -exec rm -rf '{}' \;
-# find openjdk -name ".hgtags" -exec rm -rf '{}' \;
+# DEPRECATED - find openjdk -name ".hgtags" -exec rm -rf '{}' \; - used for check of corect forest
 # tar czf openjdk-icedtea-%{icedtea_version}.tar.gz openjdk
 Source0:  openjdk-icedtea-%{icedtea_version}.tar.gz
 
 # Gnome access bridge
+# Download-able from accessurl, md5 hash supported
 Source1:  %{accessurl}%{accessmajorver}/java-access-bridge-%{accessver}.tar.bz2
 
 # README file
+# This source is under maintainer's/java-team's control
 Source2:  README.src
 
 # Mauve test suite
 # FIXME: Is this applicable for 7?
+# IMHO this should be removed, QA should run this tests in theirs most accurate version asynchronously/periodicaly
+# Source3 download is no longer possible. GNUclasspath maintainers are no longer supporting releases
+# To receive this tarball please follow http://sources.redhat.com/mauve/cvs.html (checkout cvs and tar.gz it)
 Source3:  mauve-%{mauvedate}.tar.gz
+# This file is list of all tests which can be run. 
+# It is outdated now. The complete list can be generated by `find ` in mauve/gnu/testlet, but omg (package) tests should be removed
 Source4:  mauve_tests
 
 # javac wrapper (used during bootstrap to strip what ecj doesn't support)
+# This source is under manual control of maintainer/java-team
 Source5: javac-wrapper
 
+
+# Sources 6-12 are taken from hg clone http://icedtea.classpath.org/hg/icedtea7
+# Unless said differently, there is directory with required sources which should be enough to pack/rename
+
 # Auto-generated files (used only in bootstrap)
 # To reproduce: 
 # build OpenJDK7 tarball above with any JDK
@@ -1444,6 +1456,9 @@ exit 0
 %doc %{buildoutputdir}/j2sdk-image/jre/LICENSE
 
 %changelog
+* Thu Sep 19 2012 jiri Vanek <jvanek at redhat.com> - 1.7.0.6-2.3.2.fc18.1
+- Updated to latest IcedTea7-forest 2.3
+
 * Thu Sep 7 2012 jiri Vanek <jvanek at redhat.com> - 1.7.0.6-2.3.1.fc18.3
 - Not-jit-archs source tarball updated to openjdk-icedtea-2.1.2.tar.gz
 
diff --git a/sources b/sources
index 2d72ffa..5618990 100644
--- a/sources
+++ b/sources
@@ -4,6 +4,6 @@ ea344cc5b53b73f375558ba41760ff64  class-rewriter.tar.gz
 c12f124672a97c7491530fed2c0facdc  java-access-bridge-1.23.0.tar.bz2
 a9cdc5f050eb6e97c1b15ddd39978710  mauve-2008-10-22.tar.gz
 1cb61996cf5dbe80827abbe7d009bf28  pulseaudio.tar.gz
-dc985d5df9d6b525c99a6b0d0030b15b  openjdk-icedtea-2.3.1.tar.gz
+b33061f9852bb3bd83b430670613a8c3  openjdk-icedtea-2.3.2.tar.gz
 8eb5ad93dbf2f4fe86e52631969cfb09  systemtap-tapset.tar.gz
 be26af1b2f54c12eeba86c3973311695  openjdk-icedtea-2.1.2.tar.gz


More information about the scm-commits mailing list