Accepting request 1112753 from Java:packages

fix build with java >= 20

OBS-URL: https://build.opensuse.org/request/show/1112753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-cli?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2023-09-21 20:23:06 +00:00 committed by Git OBS Bridge
commit 404f1b6f08
3 changed files with 9 additions and 4 deletions

View File

@ -43,10 +43,10 @@
debug="true"
optimize="false"
deprecation="true"
target="7"
target="8"
verbose="false"
fork="false"
source="7">
source="8">
<src>
<pathelement location="${build.srcDir}"/>
</src>
@ -85,7 +85,7 @@
nonavbar="false"
serialwarn="false"
charset="ISO-8859-1"
source="7"
source="8"
linksource="true"
breakiterator="false">
<link href="http://java.sun.com/javase/7/docs/api/"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 21 05:39:25 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Build with java source/target levels 8
-------------------------------------------------------------------
Thu Dec 16 16:26:28 UTC 2021 - David Anes <david.anes@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package apache-commons-cli
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed