Accepting request 752802 from Java:packages
Allow building with jdk11 OBS-URL: https://build.opensuse.org/request/show/752802 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parboiled?expand=0&rev=4
This commit is contained in:
commit
82adff1ac3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 07:30:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Require scala >= 2.10.7 for build: allows buiding with jdk9+
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 27 06:37:29 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Wed Nov 27 06:37:29 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -49,9 +49,8 @@ BuildRequires: ant
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
%if %{with scala}
|
%if %{with scala}
|
||||||
BuildRequires: ant-scala
|
BuildRequires: ant-scala >= 2.10.7
|
||||||
BuildRequires: parboiled
|
BuildRequires: parboiled
|
||||||
BuildConflicts: java-devel >= 9
|
|
||||||
Requires: mvn(org.parboiled:parboiled-core) = %{version}
|
Requires: mvn(org.parboiled:parboiled-core) = %{version}
|
||||||
Requires: mvn(org.scala-lang:scala-library)
|
Requires: mvn(org.scala-lang:scala-library)
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user