scala/scala.changes
Tomáš Chvátal 7828749fbf Accepting request 753926 from home:dimstar:Factory
- 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)

As alternatives I could see:
* Do not build scala-bootstrap-swing: it seems not to serve any purpose; so far it was not installable prior to scala being built, making the usefulness of the -bootstrap package very questionable
* Provide scala =%{version}-%{release} when building scala-bootstrap (then the version/release combo would be the same as for scala-bootstrap-swing)

OBS-URL: https://build.opensuse.org/request/show/753926
OBS-URL: https://build.opensuse.org/package/show/Java:packages/scala?expand=0&rev=31
2019-12-04 09:36:08 +00:00

62 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Wed Dec 4 09:21:06 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <fstrba@suse.com>
- Do not package ant tasks in bootstrap build
- Added patch:
* scala-2.10.7-java8compat.patch
+ Build binaries compatible with java 8 even when building
with jdk >= 9
-------------------------------------------------------------------
Thu Nov 28 14:27:20 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 2.10.7
* Can be built and used with java 11
- Get sources by a source service instead of a custom script
- Clean a bit the spec file and remove unnecessary sources
- Added patches:
* scala-2.10.7-source6.patch
+ Build not only with target level 6, but also with source
level 6, in order to be able to build with jdk9+
* scala-2.10.7-lines.patch
+ Fix type conflict with jdk11's java.lang.String.lines
-------------------------------------------------------------------
Tue Nov 26 10:56:50 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Do not build api documentation in bootstrap flavour
- Be extra verbose for the scalac build
* The build is long on non-JIT architectures and OBS needs some
compiler output in order to know that the job is not dead;
otherwise it kills it.
- Do not build apidocs to avoid intermittent internal scaladoc
errors after hours of build on s390x
- Remove obsolete scriptlets
-------------------------------------------------------------------
Mon Mar 25 13:30:12 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Let the non-bootstrap packages obsolete their bootstrap
counterparts
-------------------------------------------------------------------
Sat Mar 23 08:27:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Make scriptlets POSIX sh compatible.
- Trim filler wording from descriptions.
-------------------------------------------------------------------
Fri Mar 1 06:35:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of scala compiler 2.10.6