[openjfx] branch master updated (2759d51 -> 0e086ba)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 4 14:25:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository openjfx.

      from  2759d51   Upload to unstable
       new  5fd9d9c   Fixed a build failure on powerpc caused by a different ucontext_t definition
       new  cb3a4c0   Simplified the patch disabling the sampling profiler
       new  c2d69ba   Remove ud_opcode.pyc and ud_optable.pyc when cleaning the working directory
      adds  bcb2b28   New upstream version 8u141-b14
       new  26819a5   Updated version 8u141-b14 from 'upstream/8u141-b14'
       new  dfe93fb   New upstream release (Closes: #870860)
       new  897a338   Fixed the build failure with GCC 7 (Closes: #853593)
       new  20dd823   Backported a fix for accented characters in textfields (Closes: #872619)
       new  18d14bf   Added lintian overrides to remove the warnings related to the js files
       new  a3cf587   Standards-Version updated to 4.1.1
       new  24185e4   Use the gold linker with memory saving options to avoid build failures caused by lack of RAM (Closes: #857464)
       new  0e086ba   libopenjfx-java now suggests installing openjfx (Closes: #849419)

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.properties                                   |   4 +-
 debian/changelog                                   |  16 ++
 debian/clean                                       |   2 +
 debian/control                                     |   7 +-
 .../19-disable-webkit-sampling-profiler.patch      |  16 +-
 debian/patches/20-fix-ppc-build.patch              |  17 ++
 debian/patches/21-gcc7-compatibility.patch         |  88 +++++++++
 ...2-JDK-8185792-accented-characters-support.patch |  23 +++
 debian/patches/23-webcore-linker-flags.patch       |  15 ++
 debian/patches/series                              |   4 +
 debian/source/lintian-overrides                    |   9 +
 .../javafx/beans/property/BooleanProperty.java     |  17 +-
 .../java/javafx/beans/property/DoubleProperty.java |  17 +-
 .../java/javafx/beans/property/FloatProperty.java  |  17 +-
 .../javafx/beans/property/IntegerProperty.java     |  17 +-
 .../java/javafx/beans/property/LongProperty.java   |  17 +-
 .../com/sun/javafx/scene/control/skin/Utils.java   |   6 +
 .../main/java/com/sun/javafx/css/StyleManager.java |  33 +++-
 .../java/com/sun/javafx/font/PrismFontLoader.java  |   1 +
 .../main/native/gstreamer/plugins/vp6/flvparser.c  |  21 ++-
 .../com/sun/webkit/dom/DocumentImpl.java           |   8 +-
 .../WebCore/bindings/scripts/CodeGeneratorJava.pm  |   3 -
 .../main/native/Source/WebCore/dom/Document.idl    |   2 +-
 .../src/test/java/javafx/scene/web/DOMTest.java    |  18 ++
 .../com/sun/javafx/application/NullCCLTest.java    | 196 +++++++++++++++++++++
 .../resources/com/sun/javafx/application/test.html |  38 ++++
 26 files changed, 573 insertions(+), 39 deletions(-)
 create mode 100644 debian/patches/20-fix-ppc-build.patch
 create mode 100644 debian/patches/21-gcc7-compatibility.patch
 create mode 100644 debian/patches/22-JDK-8185792-accented-characters-support.patch
 create mode 100644 debian/patches/23-webcore-linker-flags.patch
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 tests/system/src/test/java/com/sun/javafx/application/NullCCLTest.java
 create mode 100644 tests/system/src/test/resources/com/sun/javafx/application/test.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git



More information about the pkg-java-commits mailing list