diff --git a/scala.changes b/scala.changes index eecec02..8d3107d 100644 --- a/scala.changes +++ b/scala.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 4 09:21:06 UTC 2019 - Dominique Leuenberger + +- Have scala-bootstrap-swing require scala*bootstrap and + scala-swing require scala. There is not guarantee that the + rebuild counters between scala and scala-bootstrap would be in + sync, making the Requires: scala = %{version}-%{release} for + scala-bootstrap unresolvable (let alone that it would not be + usable before scala is built) + ------------------------------------------------------------------- Fri Nov 29 10:53:22 UTC 2019 - Fridrich Strba diff --git a/scala.spec b/scala.spec index e990a0d..1f8ca23 100644 --- a/scala.spec +++ b/scala.spec @@ -111,7 +111,7 @@ reference and API documentation for the Scala programming language. Summary: The swing library for the Scala programming languages Group: Development/Libraries/Java Requires: java >= 1.7 -Requires: scala = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %if %{without bootstrap} Obsoletes: %{base_name}-bootstrap-swing %endif