diff --git a/scala.changes b/scala.changes index 8257aee..1af506f 100644 --- a/scala.changes +++ b/scala.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Oct 12 12:06:07 UTC 2023 - Fridrich Strba + +- 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 diff --git a/scala.spec b/scala.spec index 718e920..c65f74a 100644 --- a/scala.spec +++ b/scala.spec @@ -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