Fridrich Strba 2023-10-12 12:40:54 +00:00 committed by Git OBS Bridge
parent beb4487a2a
commit a73166ad81
2 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Oct 12 12:06:07 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 2.13.12
* 2.13 improves Scala in the following areas:
+ Collections: Standard library collections have been overhauled
for simplicity, performance, and safety. This is the
centerpiece of the release.
+ Standard library: Future is faster and more robust. Elsewhere,
useful classes and methods have been added.
+ Language: Literal types, partial unification, by-name
implicits, more.
+ Compiler: 5-10% faster, deterministic output, improved
optimizer.
- Removed patches:
* scala-2.10-jline.patch
* scala-2.10.0-tooltemplate.patch
* scala-2.10.2-java7.patch
* scala-2.10.3-compiler-pom.patch
* scala-2.10.3-use_system_jline.patch
* scala-2.10.4-build_xml.patch
* scala-2.10.6-scaladoc-resources.patch
* scala-2.10.7-java8compat.patch
* scala-2.10.7-jdk15.patch
* scala-2.10.7-lines.patch
* scala-2.10.7-source8.patch
+ not needed with this version
- Added patches:
* scala-tooltemplate.patch
+ use the javapackages way of finding the JVM to invoke
* scala-unbundle-fonts.patch
+ unbundle fonts from scaladoc
-------------------------------------------------------------------
Fri Sep 29 06:45:12 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -74,7 +74,7 @@ Source14: buildcharacter.properties
Source15: scala.keys
Source16: scala.mime
Source17: scala-mime-info.xml
# Use the Fedora way of finding the JVM to invoke
# Use the javapackages way of finding the JVM to invoke
Patch0: %{base_name}-tooltemplate.patch
# Unbundle fonts from scaladoc
Patch1: %{base_name}-unbundle-fonts.patch