Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-1_8_0-openj9 for 
openSUSE:Factory checked in at 2021-01-26 14:47:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openj9 (Old)
 and      /work/SRC/openSUSE:Factory/.java-1_8_0-openj9.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-1_8_0-openj9"

Tue Jan 26 14:47:02 2021 rev:6 rq:866735 version:1.8.0.282

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openj9/java-1_8_0-openj9.changes      
2020-11-06 23:44:51.659291152 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openj9.new.28504/java-1_8_0-openj9.changes
   2021-01-26 14:50:47.263762496 +0100
@@ -1,0 +2,13 @@
+Tue Jan 26 07:28:09 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Update to OpenJDK 8u282 build 08 with OpenJ9 0.24.0 virtual
+  machine
+  * including Oracle January 2021 CPU changes (bsc#1181239)
+  * OpenJ9 changes, see
+    https://www.eclipse.org/openj9/docs/version0.24
+- Modified template patch:
+  * openj9-nogit.patch.in
+    + replace git runs by pre-fetched git hashes in new places
+    + remove hunks that are irrelevant in new sources
+
+-------------------------------------------------------------------
@@ -4 +17 @@
-- Update to OpenJDK 8u2732 build 10 with OpenJ9 0.23.0 virtual
+- Update to OpenJDK 8u272 build 10 with OpenJ9 0.23.0 virtual

Old:
----
  0394ef7545243942a4b27227a22174c1be67ed60.zip
  41f03341d596924e866595d8c94ab3bff33066a4.zip
  582366ae54510a48f7815921091db00357c4338a.zip

New:
----
  345e1b09e2a1f2cf6323b25edc901cce197f4365.zip
  741e94ea8673b021fc7edc59a2ec8bd203fa2b03.zip
  ab07c6a8fd534eb77c4946e4546e659f8f043b8b.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ java-1_8_0-openj9.spec ++++++
--- /var/tmp/diff_new_pack.0YPvbm/_old  2021-01-26 14:50:50.175766466 +0100
+++ /var/tmp/diff_new_pack.0YPvbm/_new  2021-01-26 14:50:50.179766472 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package java-1_8_0-openj9
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,18 +25,18 @@
 %global abs2rel perl -e %{script}
 %global syslibdir       %{_libdir}
 # Standard JPackage naming and versioning defines.
-%global updatever       272
-%global buildver        b10
+%global updatever       282
+%global buildver        b08
 %global root_repository 
https://github.com/ibmruntimes/openj9-openjdk-jdk8/archive
-%global root_revision   41f03341d596924e866595d8c94ab3bff33066a4
-%global root_branch     openj9-0.23.0
+%global root_revision   ab07c6a8fd534eb77c4946e4546e659f8f043b8b
+%global root_branch     openj9-0.24.0
 %global omr_repository  https://github.com/eclipse/openj9-omr/archive
-%global omr_revision    582366ae54510a48f7815921091db00357c4338a
-%global omr_branch      v0.23.0-release
+%global omr_revision    741e94ea8673b021fc7edc59a2ec8bd203fa2b03
+%global omr_branch      v0.24.0-release
 %global openj9_repository https://github.com/eclipse/openj9/archive
-%global openj9_revision 0394ef7545243942a4b27227a22174c1be67ed60
-%global openj9_branch   v0.23.0-release
-%global openj9_tag      openj9-0.23.0
+%global openj9_revision 345e1b09e2a1f2cf6323b25edc901cce197f4365
+%global openj9_branch   v0.24.0-release
+%global openj9_tag      openj9-0.24.0
 %global icedtea_sound_version 1.0.1
 %global freemarker_version 2.3.29
 # priority must be 6 digits in total



++++++ openj9-nogit.patch.in ++++++
--- /var/tmp/diff_new_pack.0YPvbm/_old  2021-01-26 14:50:50.335766684 +0100
+++ /var/tmp/diff_new_pack.0YPvbm/_new  2021-01-26 14:50:50.335766684 +0100
@@ -1,9 +1,17 @@
---- a/closed/OpenJ9.gmk        2020-01-23 11:32:56.700658325 +0100
-+++ b/closed/OpenJ9.gmk        2020-01-23 23:25:54.764578248 +0100
-@@ -29,15 +29,15 @@
+diff --git a/closed/OpenJ9.gmk b/closed/OpenJ9.gmk
+index 27dcc77dd3..163077bb7d 100644
+--- a/closed/OpenJ9.gmk
++++ b/closed/OpenJ9.gmk
+@@ -30,20 +30,20 @@ ifeq (,$(BUILD_ID))
    BUILD_ID := 000000
  endif
  
+-OPENJDK_SHA := $(shell git -C $(TOPDIR) rev-parse --short HEAD)
++OPENJDK_SHA := @OPENJDK_SHA@
+ ifeq (,$(OPENJDK_SHA))
+   $(error Could not determine OpenJDK SHA)
+ endif
+ 
 -OPENJ9_SHA := $(shell git -C $(OPENJ9_TOPDIR) rev-parse --short HEAD)
 +OPENJ9_SHA := @OPENJ9_SHA@
  ifeq (,$(OPENJ9_SHA))
@@ -19,7 +27,7 @@
    ifeq (,$(OPENJ9_BRANCH))
      $(error Could not determine OpenJ9 branch)
    endif
-@@ -46,7 +46,7 @@
+@@ -52,7 +52,7 @@ else
    OPENJ9_VERSION_STRING := $(OPENJ9_TAG)
  endif
  
@@ -28,14 +36,20 @@
  ifeq (,$(OPENJ9OMR_SHA))
    $(error Could not determine OMR SHA)
  endif
---- a/jdk/make/closed/autoconf/custom-hook.m4  2020-01-23 11:32:57.428662256 
+0100
-+++ b/jdk/make/closed/autoconf/custom-hook.m4  2020-01-23 23:30:36.802221424 
+0100
-@@ -368,7 +368,7 @@
-   AC_SUBST(JDK_MOD_VERSION)
-   AC_SUBST(JDK_FIX_VERSION)
- 
--  OPENJDK_SHA=`git -C $SRC_ROOT rev-parse --short HEAD`
-+  OPENJDK_SHA=@OPENJDK_SHA@
- 
-   AC_SUBST(OPENJDK_SHA)
+diff --git a/closed/make/Main.gmk b/closed/make/Main.gmk
+index ab2310f3b0..1c7386d939 100644
+--- a/closed/make/Main.gmk
++++ b/closed/make/Main.gmk
+@@ -35,9 +35,9 @@ clean-j9vm :
+ # Override definition from MakeBase.gmk for OpenJ9.
+ define GetSourceTips
+       $(PRINTF) "%s:%s\n" \
+-              OpenJDK "$(shell git -C $(TOPDIR) rev-parse --short HEAD)" \
+-              OpenJ9  "$(shell git -C $(OPENJ9_TOPDIR) rev-parse --short 
HEAD)" \
+-              OMR     "$(shell git -C $(OPENJ9OMR_TOPDIR) rev-parse --short 
HEAD)" \
++              OpenJDK "@OPENJDK_SHA@" \
++              OpenJ9  "@OPENJ9_SHA@" \
++              OMR     "@OPENJ9OMR_SHA@" \
+               > $@
+ endef
  

Reply via email to