File openjfx.changes of Package openjfx

-------------------------------------------------------------------
Fri Jul 30 13:57:35 UTC 2021 - Fridrich Strba <fstrba@suse.com>

- Added patch:
  * openjfx-32bit-fix.patch
    + Do not add -m32 on 32-bit architectures, since it breaks
      build on arm and is not needed on x86

-------------------------------------------------------------------
Tue Jul 27 07:26:19 UTC 2021 - Fridrich Strba <fstrba@suse.com>

- Update to upstream version 11.0.12, including April 2021 and
  July 2021 CPU security fixes)
  * Fixes of 11.0.11+1
    + JDK-8248126: JavaFX ignores HiDPI scaling settings on some
      linux platforms
    + JDK-8261460: Incorrect CSS applied to ContextMenu
       on DialogPane
    + JDK-8252099: JavaFX does not render Myanmar script correctly
    + JDK-8249737: java.lang.RuntimeException: Too many touch
      points reported
    + JDK-8256283: IndexOutOfBoundsException when sorting a
      TreeTableView
    + JDK-8258592: Control labels in Dialogs are truncated at
      certain DPI scaling levels
    + JDK-8260165: CSSFilterTest.testCSSFilterRendering system test
      fails
    + JDK-8260257: [Linux] WebView no longer reacts to some mouse
      events
    + JDK-8213135: HTMLEditorTest.checkStyleProperty fails
      intermittently
    + JDK-8261927: WebKit build fails with Visual Studio 2017
    + JDK-8254836: Cherry pick GTK WebKit 2.30.3 changes
    + JDK-8260163: IrresponsiveScriptTest.testInfiniteLoopInScript
       unit test fails on Windows
    + JDK-8259635: Update to 610.2 version of WebKit
    + JDK-8242361: JavaFX Web View crashes with Segmentation Fault,
      when HTML contains Data-URIs
    + JDK-8253356: JavaFX Terminology Refresh
    + JDK-8257897: Fix webkit build for XCode 12
    + JDK-8233678: [macos 10.15] System menu bar does not work
      initially on macOS Catalina
    + JDK-8254049: Update WebView to public suffix list 2020-04-24
    + JDK-8242861: Update ImagePattern to apply SVG pattern
      transforms
    + JDK-8202990: javafx webview css filter property with display
      scaling
    + JDK-8260519: Change JavaFX release version in 11-dev to
      11.0.11
  * Fixes of 11.0.12+4  
    + JDK-8267314: Loading some animated GIFs fails with
      ArrayIndexOutOfBoundsException: Index 4096 out of bounds for
      length 4096
    + JDK-8210199: [linux / macOS] fileChooser can't handle emojis
    + JDK-8216377: JavaFX: memoryleak for initial nodes of Window
    + JDK-8207837: Indeterminate ProgressBar does not animate if
      content is added after scene is set on window
    + JDK-8268152: gstmpegaudioparse does not provides timestamps
      for HLS MP3 streams
    + JDK-8266554: Change default macOS min version for aarch64 to
      11.0
    + JDK-8257895: Allow building of JavaFX media libs for Apple
      Silicon
    + JDK-8266966: Wrong CSS properties are applied to other nodes
      after fix for JDK-8204568
    + JDK-8257758: Allow building of JavaFX native libs for Apple
      Silicon
    + JDK-8264536: Building OpenJFX on Apple AARCH64 not possible
    + JDK-8264928: Update to Xcode 12.4
    + JDK-8262276: Debug build of WebKit fails
    + JDK-8263788: JavaFX application freezes completely after some
      time when using the WebView
    + JDK-8264990: WebEngine crashes with segfault when not loaded
      through system classloader
    + JDK-8259356: MediaPlayer's seek freezes video
    + JDK-8259555: Webkit crashes on Apple Silicon
    + JDK-8211294: ScrollPane content is blurry with 125% scaling
    + JDK-8258381: [macos] Exception when input emoji using Chinese
      input method
    + JDK-8239589: JavaFX UI will not repaint after reconnecting
      via Remote Desktop
    + JDK-8240539: Upgrade gradle to version 6.3
    + JDK-8232063: Upgrade gradle to version 6.0
    + JDK-8226754: FX build fails using gradle 5.6+ or 6
    + JDK-8204568: Relative CSS-Attributes don't work all time
    + JDK-8263169: [macos] JavaFX windows open as tabs when system
      preference for documents is set
    + JDK-8259680: Need API to query states of CAPS LOCK and NUM
      LOCK keys
    + JDK-8260245: Update ICU4C to version 68.2
    + JDK-8232379: Need to remove large icudt64l.zip binary file
      from source repository
    + JDK-8262366: Update glib to version 2.66.7 8262365: Update
      GStreamer to version 1.18.3
    + JDK-8263111: Enhance String Conclusions
    + JDK-8265703: Change JavaFX release version in jfx11u to
      11.0.12
    + JDK-8265697: Add .jcheck/conf to jfx11u repo
    + JDK-8265667: Add README.md and CONTRIBUTING.md to FX 11-dev/rt
      repo
    + JDK-8227920: Remove dummy README from FX repo
    + JDK-8223719: Add .gitignore to repo
    + JDK-8223722: Cleanup .gitignore file
    + JDK-8231735: gradle checkrepo is obsolete and doesn't work
      with git
- Modified patches:
  * 0000-Fix-wait-call-in-PosixPlatform.patch
  * 0001-Change-SWT-and-Lucene.patch
  * 0002-Allow-build-to-work-on-newer-gradles.patch
  * 0004-Fix-Compilation-Flags.patch
  * 0005-fxpackager-extract-jre-accept-symlink.patch
  * openjfx-antlr.patch
  * openjfx-architectures.patch
  * openjfx-nowerror.patch
  * openjfx-pango.patch
  * openjfx-rpm-build.patch
    + rediff to changed context
  * openjfx-gradle441.patch
    + revert recent changes mandating at least gradle 5

-------------------------------------------------------------------
Thu Feb  4 13:43:37 UTC 2021 - Fridrich Strba <fstrba@suse.com>

- 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 <fstrba@suse.com>

- Update to upstream version 11.0.9, including October 2020 CPU
  security fixes (bsc#1174157)

-------------------------------------------------------------------
Fri Jul 24 11:25:05 UTC 2020 - Fridrich Strba <fstrba@suse.com>

- Update to upstream version 11.0.8, including July 2020 CPU
  security fixes (bsc#1174157)
  * Security Fixes:
    + JDK-8245422, CVE-2020-14664: Better Pisces rasterizing
    + JDK-8236798: Enhance FX scripting support
  * Other Fixes:
    + JDK-8189092: ArrayIndexOutOfBoundsException on Linux in 
      getCachedGlyph
    + JDK-8200224: Multiple press event when JFXPanel gains focus
    + JDK-8212034: Potential memory leaks in jpegLoader.c in error 
      case
    + JDK-8232811: Dialog's preferred size no longer accommodates 
      multi-line strings
    + JDK-8234474: [macos 10.15] Crash in file dialog in sandbox 
      mode
    + JDK-8234916: [macos 10.15] Garbled text running with 
      native-image
    + JDK-8235627: Blank stages when running JavaFX app in a macOS 
      virtual machine
    + JDK-8236685: [macOs] Remove obsolete file dialog subclasses
    + JDK-8236832: [macos 10.15] JavaFX Application hangs on video 
      play on Catalina
    + JDK-8236971: [macos] Gestures handled incorrectly due to 
      missing events
    + JDK-8237078: [macOS] Media build broken on XCode 11
    + JDK-8237782: Only read advances up to the minimum of the 
      numHorMetrics or the available font data.
    + JDK-8237833: Check glyph size before adding to glyph texture 
      cache
    + JDK-8237889: Update libxml2 to version 2.9.10
    + JDK-8237944: webview native cl "-m32" unknown option for 
      windows 32-bit build
    + JDK-8238249: GetPrimitiveArrayCritical passed with hardcoded 
      FALSE value
    + JDK-8239107: Update libjpeg to version 9d
    + JDK-8240694: [macos 10.15] JavaFX Media hangs on some video 
      files on Catalina
    + JDK-8241108: Glib improvements
    + JDK-8241370: Crash in JPEGImageLoader after fix for 
      JDK-8212034
    + JDK-8241474: Build failing on Ubuntu 20.04
    + JDK-8241629: [macos10.15] Long startup delay playing media 
      over https on Catalina
    + JDK-8242106: [macos] Remove obsolete GlassView2D.m class
    + JDK-8242209: Increase web native thread stack size for x86 
      mode
    + JDK-8242530: [macos] Some audio files miss spectrum data when 
      another audio file plays first
    + JDK-8244042: Change JavaFX release version in 11-dev to 11.0.8
    + JDK-8244579: Windows "User Objects" leakage with WebView
    + JDK-8247360: Add missing license file for Microsoft 
      DirectShow Samples

-------------------------------------------------------------------
Mon Apr 27 12:53:15 UTC 2020 - Fridrich Strba <fstrba@suse.com>

- Upgrade to upstream version 11.0.7, including April 2020 CPU
  security fixes (bsc#1169511)

-------------------------------------------------------------------
Wed Jan 22 15:11:31 UTC 2020 - Fridrich Strba <fstrba@suse.com>

- Initial packaging of openjfx 11.0.6
openSUSE Build Service is sponsored by