Hello community, here is the log from the commit of package java-1_6_0-openjdk checked in at Wed Jul 30 00:45:41 CEST 2008. -------- --- java-1_6_0-openjdk/java-1_6_0-openjdk.changes 2008-07-21 14:26:36.000000000 +0200 +++ /mounts/work_src_done/STABLE/java-1_6_0-openjdk/java-1_6_0-openjdk.changes 2008-07-29 00:07:41.000000000 +0200 @@ -1,0 +2,16 @@ +Tue Jul 29 00:07:05 CEST 2008 - ro@suse.de + +- fix build on i386 again (from gcc bug#36917) + +------------------------------------------------------------------- +Tue Jul 22 13:55:59 CEST 2008 - coolo@suse.de + +- build with xml-commons-api-bootstrap (ant complains, still works) + +------------------------------------------------------------------- +Tue Jul 22 11:01:05 CEST 2008 - coolo@suse.de + +- build with xerces-j2-bootstrap (misses jaxp_parser_impl, but + ant still works) + +------------------------------------------------------------------- New: ---- java-enum_cell.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ java-1_6_0-openjdk.spec ++++++ --- /var/tmp/diff_new_pack.K25625/_old 2008-07-30 00:45:10.000000000 +0200 +++ /var/tmp/diff_new_pack.K25625/_new 2008-07-30 00:45:10.000000000 +0200 @@ -21,7 +21,7 @@ %define icedteaver 1.2 %define openjdkver b09 Version: %{icedteaver}_%{openjdkver} -Release: 11 +Release: 15 Summary: Java runtime environment based on OpenJDK 6 and IcedTea 6 Group: Development/Libraries/Java License: GPL v2 only; - with the OpenJDK Assembly Exception and the GNU Classpath Exception @@ -45,6 +45,7 @@ Patch4: openjdk-6-src-b09-gcc4-warningfixes.patch Patch5: openjdk-6-src-b09-s390+s390x.patch Patch6: openjdk-6-src-b09-s390-size_t-fixes.patch +Patch7: java-enum_cell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # Bootstrapping using gcj doesn't work in openSUSE so far, OpenJDK needs java-1.6: %define gcjbootstrap 0 @@ -77,7 +78,10 @@ # endif # These are just tools, they can be provided from any supported architecture. # ifarch any_running_arch -BuildRequires: ant fdupes gawk pkgconfig procps unzip wget xalan-j2 zip +BuildRequires: ant fdupes gawk pkg-config procps unzip wget xalan-j2 zip +# make sure to use bootstrap requires of ant +BuildRequires: xerces-j2-bootstrap +#!BuildIgnore: xerces-j2 xml-commons-resolver xml-commons-apis xml-commons # endif # These must be provided by from the target architecture for native build: #ifarch target_arch @@ -306,6 +310,7 @@ %ifarch s390 # Only needed on s390 for now, could break on other archictures in theory, for review: patch -l $* --input=%PATCH6 %endif + patch -l $* --input=%PATCH7 } %if %{gcjbootstrap} make patch-ecj; pushd openjdk-ecj; patch_openjdk -p1; popd @@ -744,6 +749,13 @@ %{_jvmdir}/%{jredir}/lib/%{archinstall}/gcjwebplugin.so %changelog +* Tue Jul 29 2008 ro@suse.de +- fix build on i386 again (from gcc bug#36917) +* Tue Jul 22 2008 coolo@suse.de +- build with xml-commons-api-bootstrap (ant complains, still works) +* Tue Jul 22 2008 coolo@suse.de +- build with xerces-j2-bootstrap (misses jaxp_parser_impl, but + ant still works) * Mon Jul 21 2008 coolo@suse.de - avoid buildcycle between xulrunner and openjdk * Thu Jul 17 2008 ro@suse.de ++++++ java-enum_cell.patch ++++++ --- openjdk/hotspot/src/share/vm/ci/ciTypeFlow.hpp 2008/07/28 22:04:10 1.1 +++ openjdk/hotspot/src/share/vm/ci/ciTypeFlow.hpp 2008/07/28 22:04:41 @@ -130,7 +130,7 @@ // Used as a combined index for locals and temps enum Cell { - Cell_0 + Cell_0, Cell_max = UINT_MAX }; // A StateVector summarizes the type information at some ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de