This commit is contained in:
parent
349ed7962a
commit
c2675990f9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 6 21:54:53 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Bring back the java-devel/java requirements to >= 1.8; we will
|
||||||
|
fix the ByteBuffer/CharBuffer compatibilities as they arise.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 15 11:45:21 UTC 2018 - thomas.schraitle@suse.com
|
Thu Nov 15 11:45:21 UTC 2018 - thomas.schraitle@suse.com
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ BuildRequires: apache-commons-logging
|
|||||||
BuildRequires: apache-pdfbox
|
BuildRequires: apache-pdfbox
|
||||||
BuildRequires: avalon-framework
|
BuildRequires: avalon-framework
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: java-devel-openjdk >= 9
|
BuildRequires: java-devel >= 1.8
|
||||||
# Needed for maven conversions
|
# Needed for maven conversions
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
@ -64,7 +64,7 @@ Requires: apache-commons-io >= 2.4
|
|||||||
Requires: apache-commons-logging
|
Requires: apache-commons-logging
|
||||||
Requires: apache-pdfbox
|
Requires: apache-pdfbox
|
||||||
Requires: avalon-framework
|
Requires: avalon-framework
|
||||||
Requires: java >= 9
|
Requires: java >= 1.8
|
||||||
Requires: xml-commons-apis >= 1.3
|
Requires: xml-commons-apis >= 1.3
|
||||||
Requires: xmlgraphics-batik >= 1.8
|
Requires: xmlgraphics-batik >= 1.8
|
||||||
Requires: xmlgraphics-commons >= 2.1
|
Requires: xmlgraphics-commons >= 2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user