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" debug="true"
optimize="false" optimize="false"
deprecation="true" deprecation="true"
target="7" target="8"
verbose="false" verbose="false"
fork="false" fork="false"
source="7"> source="8">
<src> <src>
<pathelement location="${build.srcDir}"/> <pathelement location="${build.srcDir}"/>
</src> </src>
@ -85,7 +85,7 @@
nonavbar="false" nonavbar="false"
serialwarn="false" serialwarn="false"
charset="ISO-8859-1" charset="ISO-8859-1"
source="7" source="8"
linksource="true" linksource="true"
breakiterator="false"> breakiterator="false">
<link href="http://java.sun.com/javase/7/docs/api/"/> <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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed