forked from pool/scala
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 06:45:12 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Allow building with jdk >= 9 too
|
||||
- Added patch:
|
||||
* scala-2.10.7-jdk15.patch
|
||||
+ do not build pack200 ant task since Pack200 was removed in
|
||||
jdk15
|
||||
+ implement a new method added in jdk15
|
||||
- Modified patches:
|
||||
* scala-2.10.4-build_xml.patch
|
||||
+ do not try to instantiate the pack200 ant task
|
||||
* scala-2.10.7-source6.patch -> scala-2.10.7-source8.patch
|
||||
+ build with source/target 8 levels
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 13:07:40 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -66,12 +66,12 @@ BuildRequires: ant-contrib
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: aqute-bnd
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: java-devel >= 1.7
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: jline >= 2.10
|
||||
BuildRequires: junit
|
||||
Requires: jansi
|
||||
Requires: java-headless >= 1.7
|
||||
Requires: java-headless >= 1.8
|
||||
# Require full javapackages-tools since scripts use
|
||||
# /usr/share/java-utils/java-functions
|
||||
Requires: javapackages-tools
|
||||
@@ -113,7 +113,7 @@ reference and API documentation for the Scala programming language.
|
||||
Summary: The swing library for the Scala programming languages
|
||||
Group: Development/Libraries/Java
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: java >= 1.7
|
||||
Requires: java >= 1.8
|
||||
BuildArch: noarch
|
||||
%if %{without bootstrap}
|
||||
Obsoletes: %{base_name}-bootstrap-swing
|
||||
|
Reference in New Issue
Block a user