Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openjfx for openSUSE:Factory checked 
in at 2021-04-27 21:34:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openjfx (Old)
 and      /work/SRC/openSUSE:Factory/.openjfx.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openjfx"

Tue Apr 27 21:34:22 2021 rev:4 rq:888513 version:11.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/openjfx/openjfx.changes  2020-07-24 
15:03:06.168064607 +0200
+++ /work/SRC/openSUSE:Factory/.openjfx.new.12324/openjfx.changes       
2021-04-27 21:34:30.675968885 +0200
@@ -1,0 +2,58 @@
+Thu Feb  4 13:43:37 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Update to upstream version 11.0.10, including January 2021 CPU
+  security fixes (bsc#1181239)
+  * Fixes:
+    + JDK-8177945: Single cell selection flickers when adding data
+      to TableView
+    + JDK-8178297: TableView scrolls slightly when adding new
+      elements
+    + JDK-8181775: JavaFX WebView does not calculate border-radius
+      properly
+    + JDK-8197536: TableView, ListView: unexpected scrolling
+      behaviour on up/down keys
+    + JDK-8199592: Control labels truncated at certain DPI scaling
+      levels
+    + JDK-8201567: QuantumRenderer modifies buffer in use by JavaFX
+      Application Thread
+    + JDK-8205092: NullPointerException in
+      PickResultChooser.processOffer when using viewOrder
+    + JDK-8209764: JavaFX/Monocle - Partial Screen Capture Broken
+    + JDK-8212102: [TextField] IOOBE on paste/replace text with
+      control characters
+    + JDK-8214397: Provide fallback if user home is not writable
+      for native libs
+    + JDK-8223296: NullPointerException in GlassScene.java at line
+      325
+    + JDK-8237469: Inherited styles don't update when node is moved
+    + JDK-8239822: Intermittent unit test failures in RegionCSSTest
+    + JDK-8240499: Enforce whitespace checking for additional
+      source files
+    + JDK-8251241: macOS: iconify property doesn't change after
+      minimize when resizable is false
+    + JDK-8251858: Update to Xcode 11.3.1
+    + JDK-8252060: gstreamer fails to build with gcc 10
+    + JDK-8252062: WebKit build fails with recent VS 2019 compiler
+    + JDK-8252191: Update to gcc 10.2 on Linux
+    + JDK-8252811: The list of cells in a VirtualFlow is cleared
+      every time the number of items changes
+    + JDK-8254100: FX: Update copyright year in docs, readme files
+      to 2021
+    + JDK-8255415: Nested calls to snap methods in Region give
+      different results
+    + JDK-8255586: Change JavaFX release version in 11-dev to
+      11.0.10
+    + JDK-8257719: JFXPanel scene fails to render correctly on
+      HiDPI after fix for JDK-8199592
+- Modified patches:
+  * 0004-Fix-Compilation-Flags.patch
+  * openjfx-nowerror.patch
+    + rediff to changed context
+
+-------------------------------------------------------------------
+Mon Nov  9 11:49:26 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Update to upstream version 11.0.9, including October 2020 CPU
+  security fixes (bsc#1174157)
+
+-------------------------------------------------------------------

Old:
----
  11.0.8+2.tar.bz2

New:
----
  11.0.10+1.tar.bz2

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

Other differences:
------------------
++++++ openjfx.spec ++++++
--- /var/tmp/diff_new_pack.RflkTn/_old  2021-04-27 21:34:31.795970729 +0200
+++ /var/tmp/diff_new_pack.RflkTn/_new  2021-04-27 21:34:31.795970729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openjfx
 #
-# 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
@@ -17,12 +17,12 @@
 
 
 %global priority        2105
-%global build_number 2
+%global build_number 1
 Name:           openjfx
-Version:        11.0.8
+Version:        11.0.10
 Release:        0
 Summary:        Rich client application platform for Java
-License:        GPL-2.0-only WITH Classpath-exception-2.0 AND BSD-3-Clause
+License:        BSD-3-Clause AND GPL-2.0-only WITH Classpath-exception-2.0
 URL:            https://openjdk.java.net/projects/openjfx/
 Source0:        
http://hg.openjdk.java.net/openjfx/11-dev/rt/archive/%{version}+%{build_number}.tar.bz2
 Patch0:         0000-Fix-wait-call-in-PosixPlatform.patch

++++++ 0004-Fix-Compilation-Flags.patch ++++++
--- /var/tmp/diff_new_pack.RflkTn/_old  2021-04-27 21:34:31.823970775 +0200
+++ /var/tmp/diff_new_pack.RflkTn/_new  2021-04-27 21:34:31.823970775 +0200
@@ -1,12 +1,12 @@
 --- rt-11.0.6+2/buildSrc/linux.gradle
 +++ rt-11.0.6+2/buildSrc/linux.gradle
 @@ -54,7 +54,7 @@
- def ccFlags = [
+ def cppFlags = [
          commonFlags, "-I$JDK_HOME/include", "-I$JDK_HOME/include/linux", "-c",
          "-ffunction-sections", "-fdata-sections",
 -        IS_DEBUG_NATIVE ? ["-ggdb", "-DVERBOSE"] : ["-O2", 
"-DNDEBUG"]].flatten()
 +        IS_DEBUG_NATIVE ? ["-ggdb", "-DNDEBUG"] : ["-O2", 
"-DNDEBUG"]].flatten()
- def ccFlagsGTK3 = ccFlags
- //ccFlags.addAll(["-Wnon-virtual-dtor", "-Woverloaded-virtual", "-std=c++0x"])
- def linkFlags = ["-static-libgcc", "-static-libstdc++", "-shared", 
commonFlags,
+ 
+ def cFlags = [cppFlags, "-Werror=implicit-function-declaration"].flatten()
+ 
 

++++++ 11.0.8+2.tar.bz2 -> 11.0.10+1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/openjfx/11.0.8+2.tar.bz2 
/work/SRC/openSUSE:Factory/.openjfx.new.12324/11.0.10+1.tar.bz2 differ: char 
11, line 1

++++++ openjfx-nowerror.patch ++++++
--- /var/tmp/diff_new_pack.RflkTn/_old  2021-04-27 21:34:31.867970847 +0200
+++ /var/tmp/diff_new_pack.RflkTn/_new  2021-04-27 21:34:31.871970853 +0200
@@ -4,35 +4,35 @@
  def commonFlags = [
          "-fno-strict-aliasing", "-fPIC", "-fno-omit-frame-pointer", // 
optimization flags
          "-fstack-protector",
--        "-Wextra", "-Wall", "-Wformat-security", "-Wno-unused", 
"-Wno-parentheses", "-Werror=implicit-function-declaration"] // warning flags
-+        "-Wextra", "-Wall", "-Wformat-security", "-Wno-unused", 
"-Wno-parentheses", "-Wimplicit-function-declaration"] // warning flags
+-        "-Wextra", "-Wall", "-Wformat-security", "-Wno-unused", 
"-Wno-parentheses", "-Werror=trampolines"] // warning flags
++        "-Wextra", "-Wall", "-Wformat-security", "-Wno-unused", 
"-Wno-parentheses", "-Wtrampolines"] // warning flags
  
  if (!IS_64) {
      commonFlags += "-m32"
-@@ -223,7 +223,7 @@
+@@ -226,7 +226,7 @@
  LINUX.glass.glass = [:]
  LINUX.glass.glass.nativeSource = ft_gtk_launcher.getFiles()
  LINUX.glass.glass.compiler = compiler
--LINUX.glass.glass.ccFlags = [ccFlags, gtk2CCFlags,  "-Werror"].flatten()
-+LINUX.glass.glass.ccFlags = [ccFlags, gtk2CCFlags].flatten()
+-LINUX.glass.glass.ccFlags = [cppFlags, "-Werror"].flatten()
++LINUX.glass.glass.ccFlags = [cppFlags].flatten()
  LINUX.glass.glass.linker = linker
- LINUX.glass.glass.linkFlags = [linkFlags, "-lX11", "-ldl" ].flatten()
+ LINUX.glass.glass.linkFlags = IS_STATIC_BUILD? linkFlags : [linkFlags, 
"-lX11", "-ldl"].flatten()
  LINUX.glass.glass.lib = "glass"
-@@ -231,7 +231,7 @@
- LINUX.glass.glassgtk2 = [:]
- LINUX.glass.glassgtk2.nativeSource =  ft_gtk.getFiles()
+@@ -236,7 +236,7 @@
  LINUX.glass.glassgtk2.compiler = compiler
--LINUX.glass.glassgtk2.ccFlags = [ccFlags, gtk2CCFlags, "-Werror"].flatten()
-+LINUX.glass.glassgtk2.ccFlags = [ccFlags, gtk2CCFlags].flatten()
+ LINUX.glass.glassgtk2.ccFlags = IS_STATIC_BUILD ?
+         ["-fno-threadsafe-statics", cppFlags, gtk2CCFlags].flatten() :
+-        [cppFlags, gtk2CCFlags, "-Werror"].flatten()
++        [cppFlags, gtk2CCFlags].flatten()
  LINUX.glass.glassgtk2.linker = linker
- LINUX.glass.glassgtk2.linkFlags = [linkFlags, gtk2LinkFlags ].flatten()
+ LINUX.glass.glassgtk2.linkFlags = IS_STATIC_BUILD ? linkFlags : [linkFlags, 
gtk2LinkFlags].flatten()
  LINUX.glass.glassgtk2.lib = "glassgtk2"
-@@ -239,7 +239,7 @@
- LINUX.glass.glassgtk3 = [:]
- LINUX.glass.glassgtk3.nativeSource =  ft_gtk.getFiles()
+@@ -246,7 +246,7 @@
  LINUX.glass.glassgtk3.compiler = compiler
--LINUX.glass.glassgtk3.ccFlags = [ccFlags, gtk3CCFlags, "-Werror"].flatten()
-+LINUX.glass.glassgtk3.ccFlags = [ccFlags, gtk3CCFlags].flatten()
+ LINUX.glass.glassgtk3.ccFlags = IS_STATIC_BUILD ?
+         ["-fno-threadsafe-statics", cppFlags, gtk3CCFlags].flatten() :
+-        [cppFlags, gtk3CCFlags, "-Werror"].flatten()
++        [cppFlags, gtk3CCFlags].flatten()
  LINUX.glass.glassgtk3.linker = linker
- LINUX.glass.glassgtk3.linkFlags = [linkFlags, gtk3LinkFlags ].flatten()
+ LINUX.glass.glassgtk3.linkFlags = IS_STATIC_BUILD ? linkFlags : [linkFlags, 
gtk3LinkFlags].flatten()
  LINUX.glass.glassgtk3.lib = "glassgtk3"

Reply via email to