Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-16-openjdk for openSUSE:Factory 
checked in at 2021-01-30 13:56:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-16-openjdk (Old)
 and      /work/SRC/openSUSE:Factory/.java-16-openjdk.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-16-openjdk"

Sat Jan 30 13:56:16 2021 rev:5 rq:867722 version:16.0.0.0~33

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-16-openjdk/java-16-openjdk.changes  
2021-01-20 18:29:17.631620545 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-16-openjdk.new.28504/java-16-openjdk.changes   
    2021-01-30 13:56:30.074056076 +0100
@@ -1,0 +2,101 @@
+Fri Jan 22 13:24:56 UTC 2021 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade to upstream tag jdk-16+33
+  * Fixes:
+    + JDK-8259757: add a regression test for 8259353 and 8259601
+    + JDK-8259732: JDK 16 L10n resource file update - msg drop 10
+    + JDK-8259796: timed CompletableFuture.get may swallow
+      InterruptedException
+    + JDK-8258643: [TESTBUG] javax/swing/JComponent/7154030/
+      /bug7154030.java failed with "Exception: Failed to hide opaque
+      button"
+    + JDK-8259574: SIGSEGV in BFSClosure::closure_impl
+    + JDK-8259641: C2: assert(early->dominates(LCA)) failed: early
+      is high enough
+    + JDK-8258396: SIGILL in
+      jdk.jfr.internal.PlatformRecorder.rotateDisk()
+    + JDK-8253505: JFR: onFlush invoked out of order with a sorted
+      event stream
+    + JDK-8255120: C2: assert(outer->outcnt() >= phis + 2 &&
+      outer->outcnt() <= phis + 2 + stores + 1) failed: only phis
+    + JDK-8259719: ProblemList runtime/cds/appcds/jigsaw/modulepath/
+      /ModulePathAndCP_JFR.java on Windows
+    + JDK-8259720: ProblemList java/awt/Focus/
+      /AppletInitialFocusTest/AppletInitialFocusTest1.java on
+      Windows
+    + JDK-8259722: ProblemList two jdk/jfr/startupargs tests on
+      Windows
+    + JDK-8231461: static/instance overload leads to 'unexpected
+      static method found in unbound lookup' when resolving method
+      reference
+
+-------------------------------------------------------------------
+Fri Jan 22 13:16:13 UTC 2021 - Fridrich Strba <fst...@suse.com>
+
+- Update to upstream tag jdk-16+32
+  * Fixes:
+    + JDK-8259063: Possible deadlock with vtable/itable creation vs
+      concurrent class unloading
+    + JDK-8259657: typo in generated HELP page prevents localization
+    + JDK-8258272: LoadVectorMaskedNode can't be replaced by zero
+      con
+    + JDK-8259560: Zero m68k: "static assertion failed: align"
+      after JDK-8252049
+    + JDK-8258985: Parallel WeakProcessor may use too few threads
+    + JDK-8259061: C2: assert(found) failed: memory-writing node is
+      not placed in its original loop or an ancestor of it
+    + JDK-8259601: AArch64: Fix reinterpretX2D match rule issue
+    + JDK-8259275: JRuby crashes while resolving invokedynamic
+      instruction
+    + JDK-8259353: VectorReinterpretNode is incorrectly optimized
+      out
+    + JDK-8259636: Check for buffer backed by shared segment kicks
+      in in unexpected places
+    + JDK-8259645: Revert JDK-8245956 JavaCompiler still uses File
+      API instead of Path API in a specific case
+    + JDK-8259634: MemorySegment::asByteBuffer does not respect
+      spatial bounds
+    + JDK-8259298: broken link in Stream::toList spec
+    + JDK-8259380: Correct pretouch chunk size to cap with actual
+      page size
+    + JDK-8259237: Demo selection changes with left/right arrow
+      key. No need to press space for selection.
+    + JDK-8258384: AArch64: SVE verify_ptrue fails on some tests
+    + JDK-8253996: Javac error on jdk16 build 18: invalid flag:
+      -Xdoclint:-missing
+    + JDK-8259028: ClassCastException when using custom filesystem
+      with wrapper FileChannel impl
+    + JDK-8259043: More Zero architectures need linkage with
+       libatomic
+    + JDK-8259429: Update reference to README.md
+    + JDK-8259014: (so)
+      ServerSocketChannel.bind(UnixDomainSocketAddress)/
+      SocketChannel.bind(UnixDomainSocketAddress) will have unknown
+      user and group owner (win)
+    + JDK-8258484: AIX build fails in Harfbuzz with XLC
+      16.01.0000.0006
+    + JDK-8039278: console.sh failed Automatically with exit code 1
+    + JDK-8258972: unexpected compilation error with generic sealed
+      interface
+    + JDK-8259227: C2 crashes with SIGFPE due to a division that
+      floats above its zero check
+    + JDK-8258657: Doc build is broken by use of new language
+      features
+    + JDK-8250903: jdk/jfr/javaagent/TestLoadedAgent.java fails
+      with Mismatch in TestEvent count
+    + JDK-8249633: doclint reports missing javadoc for JavaFX
+      property methods that have a property description
+    + JDK-8251200: False positive messages about missing comments
+      for serialization
+    + JDK-8259312: VerifyCACerts.java fails as soneraclass2ca cert
+      will expire in 90 days
+    + JDK-8259075: Update the copyright notice in the files
+      generated by CLDR Converter tool
+    + JDK-8259224: (ann) getAnnotatedReceiverType should not
+      parameterize owner(s) of statically nested classes
+    + JDK-8258558: Revert changes for JDK-8252505 and related issues
+    + JDK-8259032: MappedMemorySegmentImpl#makeMappedSegment()
+      ignores Unmapper#pagePosition
+    + JDK-8259007: This test printed a blank page
+
+-------------------------------------------------------------------

Old:
----
  jdk-16+31.tar.gz

New:
----
  jdk-16+33.tar.gz

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

Other differences:
------------------
++++++ java-16-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.gp0RF2/_old  2021-01-30 13:57:29.910337838 +0100
+++ /var/tmp/diff_new_pack.gp0RF2/_new  2021-01-30 13:57:29.918337876 +0100
@@ -35,10 +35,10 @@
 %global updatever       0
 %global patchver        0
 %global datever         2021-03-16
-%global buildver        31
+%global buildver        33
 %global openjdk_repo    jdk16
-%global openjdk_tag     jdk-16+31
-%global openjdk_dir     jdk16-jdk-16-31
+%global openjdk_tag     jdk-16+33
+%global openjdk_dir     jdk16-jdk-16-33
 %global icedtea_sound_version 1.0.1
 # JavaEE modules
 %global java_atk_wrapper_version 0.33.2
@@ -342,7 +342,7 @@
 # Post requires update-alternatives to install tool update-alternatives.
 Requires(post): update-alternatives
 # Postun requires update-alternatives to uninstall tool update-alternatives.
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Recommends:     tzdata-java8
 # Standard JPackage base provides.
 Provides:       java-%{javaver}-headless = %{version}-%{release}
@@ -375,7 +375,7 @@
 # Post requires update-alternatives to install tool update-alternatives.
 Requires(post): update-alternatives
 # Postun requires update-alternatives to uninstall tool update-alternatives.
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 # Standard JPackage devel provides.
 Provides:       java-%{javaver}-devel = %{version}
 Provides:       java-devel = %{javaver}
@@ -419,7 +419,7 @@
 # Post requires update-alternatives to install javadoc alternative.
 Requires(post): update-alternatives
 # Postun requires update-alternatives to uninstall javadoc alternative.
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 # Standard JPackage javadoc provides.
 Provides:       java-%{javaver}-javadoc = %{version}-%{release}
 Provides:       java-javadoc = %{version}-%{release}

++++++ jdk-16+31.tar.gz -> jdk-16+33.tar.gz ++++++
/work/SRC/openSUSE:Factory/java-16-openjdk/jdk-16+31.tar.gz 
/work/SRC/openSUSE:Factory/.java-16-openjdk.new.28504/jdk-16+33.tar.gz differ: 
char 13, line 1

Reply via email to