This commit is contained in:
parent
10fed68806
commit
9a5636c0da
@ -1,6 +1,6 @@
|
|||||||
--- jna-5.13.0/build.xml 2023-05-30 15:30:31.116195853 +0200
|
--- jna-5.13.0/build.xml 2023-05-30 15:30:31.116195853 +0200
|
||||||
+++ jna-5.13.0/build.xml 2023-05-30 15:31:56.400786710 +0200
|
+++ jna-5.13.0/build.xml 2023-05-30 15:31:56.400786710 +0200
|
||||||
@@ -106,8 +106,12 @@
|
@@ -106,8 +106,14 @@
|
||||||
JDK 11 is the last JDK, that supports creation of Java 6 compatible class
|
JDK 11 is the last JDK, that supports creation of Java 6 compatible class
|
||||||
files.
|
files.
|
||||||
-->
|
-->
|
||||||
@ -10,6 +10,8 @@
|
|||||||
<matches pattern="^1\.\d+$" string="${ant.java.version}"/>
|
<matches pattern="^1\.\d+$" string="${ant.java.version}"/>
|
||||||
+ <matches pattern="^9.*$" string="${ant.java.version}"/>
|
+ <matches pattern="^9.*$" string="${ant.java.version}"/>
|
||||||
+ <matches pattern="^1.*$$" string="${ant.java.version}"/>
|
+ <matches pattern="^1.*$$" string="${ant.java.version}"/>
|
||||||
|
+ <matches pattern="^20.*$$" string="${ant.java.version}"/>
|
||||||
|
+ <matches pattern="^21.*$$" string="${ant.java.version}"/>
|
||||||
+ </or>
|
+ </or>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 23 15:33:23 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Modified patch:
|
||||||
|
* jna-java8compat.patch
|
||||||
|
+ force java 1.8 compatibility for all JDKs which support it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 30 10:34:18 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Aug 30 10:34:18 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
2
jna.spec
2
jna.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jna
|
# spec file for package jna
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2000-2009, JPackage Project
|
# Copyright (c) 2000-2009, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
Loading…
x
Reference in New Issue
Block a user