Accepting request 964396 from Java:packages
Build with source and target levels 8 OBS-URL: https://build.opensuse.org/request/show/964396 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-digester?expand=0&rev=5
This commit is contained in:
commit
129db3abc6
@ -17,7 +17,7 @@
|
|||||||
an XML to Java object mapping module which triggers certain actions called rules
|
an XML to Java object mapping module which triggers certain actions called rules
|
||||||
whenever a particular pattern of nested XML elements is recognized."/>
|
whenever a particular pattern of nested XML elements is recognized."/>
|
||||||
|
|
||||||
<property name="compiler.source" value="1.6"/>
|
<property name="compiler.source" value="1.8"/>
|
||||||
<property name="compiler.target" value="${compiler.source}"/>
|
<property name="compiler.target" value="${compiler.source}"/>
|
||||||
|
|
||||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 23 23:02:22 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with java source and target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 23 20:17:22 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Fri Apr 23 20:17:22 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-commons-digester
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -32,6 +32,7 @@ BuildRequires: ant
|
|||||||
BuildRequires: commons-beanutils
|
BuildRequires: commons-beanutils
|
||||||
BuildRequires: commons-logging
|
BuildRequires: commons-logging
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
Requires: mvn(commons-beanutils:commons-beanutils)
|
Requires: mvn(commons-beanutils:commons-beanutils)
|
||||||
Requires: mvn(commons-logging:commons-logging)
|
Requires: mvn(commons-logging:commons-logging)
|
||||||
|
Loading…
Reference in New Issue
Block a user