diff --git a/17.0.10+2.tar.gz b/17.0.10+2.tar.gz new file mode 100644 index 0000000..6b37d2f --- /dev/null +++ b/17.0.10+2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247dd5dbd2f6b33dc428b71d6e8da8600292fed714521eb984e9267adcd6198f +size 60604064 diff --git a/17.0.7+2.tar.gz b/17.0.7+2.tar.gz deleted file mode 100644 index b02ff33..0000000 --- a/17.0.7+2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ea66418aa79740ea70e1855d4514aced260e7063eb930addf20d16da238a74b -size 59913070 diff --git a/openjfx.changes b/openjfx.changes index aa6b398..3382eb6 100644 --- a/openjfx.changes +++ b/openjfx.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Jan 19 18:05:10 UTC 2024 - Fridrich Strba + +- Upgrade to upstream tag 17.0.10+2 (January 2024 CPU) + * Security fixes: + + JDK-8313048, CVE-2024-20923: Better Glyph handling + + JDK-8313105, CVE-2024-20925: Improved media framing + + JDK-8313056, CVE-2024-20922: General enhancements of Glass + * Other fixes: + + JDK-8181084: JavaFX show big icons in system menu on macOS + with Retina display + + JDK-8251240: Menus inaccessible on Linux with i3 wm + + JDK-8260528: Clean glass-gtk sizing and positioning code + + JDK-8299968: Second call to Stage.setScene() create sizing + issue with uiScale > 1.0 + + JDK-8292922: [Linux] No more drag events when new Stage is + created in drag handler + + JDK-8201538: Remove implementation support for applets from + JavaFX + + JDK-8320267: WebView crashes on macOS 11 with WebKit 616.1 + + JDK-8319231: Unrecognized "minimum" key in .jcheck/conf causes + /reviewers command to be ignored + + JDK-8319066: Application window not always activated in macOS + 14 Sonoma + + JDK-8318823: Change JavaFX release version to 17.0.10 in + jfx17u + ------------------------------------------------------------------- Fri May 12 08:00:13 UTC 2023 - Fridrich Strba diff --git a/openjfx.spec b/openjfx.spec index 2861718..75cfef3 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -1,7 +1,7 @@ # # spec file for package openjfx # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global featurever 17 %global interimver 0 -%global updatever 7 +%global updatever 10 %global buildver 2 %global jfx_repo jfx17u %global jfx_tag %{featurever}.%{interimver}.%{updatever}%{?patchver:.%{patchver}}+%{buildver} @@ -69,6 +69,8 @@ BuildRequires: gcc-c++ BuildRequires: gperf BuildRequires: java-devel >= 11 BuildRequires: maven-local +BuildRequires: pkgconfig +BuildRequires: xmvn-subst BuildRequires: mvn(org.antlr:ST4) BuildRequires: mvn(org.antlr:antlr) BuildRequires: mvn(org.antlr:antlr-runtime) @@ -80,8 +82,6 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin) BuildRequires: mvn(org.codehaus.mojo:native-maven-plugin) BuildRequires: mvn(org.eclipse.swt:swt) -BuildRequires: pkgconfig -BuildRequires: xmvn-subst BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-2.0)