94 lines
3.2 KiB
Plaintext
94 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon May 23 12:25:49 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Added patch:
|
|
* 0001-illegal-reflective-access.patch
|
|
+ Backport upstream changes solving illegal reflective access
|
|
+ This fixes visibility errors with Java 16+
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 04:45:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Do not force building with java <= 15, since we now can run
|
|
gradle-bootstrap with Java 17 too
|
|
- Added patch:
|
|
* groovy-java17.patch
|
|
+ Add the content of org.gradle.jvmargs to to the forked
|
|
jvm in root compileJava task
|
|
+ Fixes build with Java 17
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 16 11:55:21 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Added patch:
|
|
* groovy-2.4.21-jansi.patch
|
|
+ port to build against jansi 2.4.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 23 17:05:03 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Force building with JDK <= 15, since gradle does not work with
|
|
anything higher
|
|
- Modified patch:
|
|
* groovy-source-levels.patch
|
|
+ build the whole with java source and target levels 8
|
|
- Added patch:
|
|
* groovy-ambiguous-functions-calls.patch
|
|
+ resolve parameter ambiguities with recent Java versions
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 21 12:57:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Remove a bogus dependency on old asm3
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 28 07:33:16 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Do not start summaries with lower-case letter
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 7 22:39:21 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Update to upstream version 2.4.21
|
|
* Fixes bsc#1179729, CVE-2020-17521
|
|
- Modified patch:
|
|
* 0003-Bintray.patch
|
|
+ Rediff to changed context
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 9 09:15:55 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Avoid bogus eclipse-platform dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 9 12:21:54 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Update to upstream version 2.4.16
|
|
- Modified patches:
|
|
* 0002-Gradle-local-mode.patch
|
|
* 0003-Bintray.patch
|
|
+ Rediff to changed context
|
|
- Added patches:
|
|
* groovy-buildscan.patch
|
|
+ Disable build-scan plugin during the build
|
|
* groovy-java11.patch
|
|
+ Fixes compatibility with Java 11
|
|
* groovy-source-levels.patch
|
|
+ Set the language level to 7 in order to allow building
|
|
with Java 11
|
|
- Build with Java 11
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 2 06:35:30 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- For some reason, the .xmvn-reactor ends up on s390x in the
|
|
~/.gradle/daemon/<gradleVersion>/ directory, even though we
|
|
specify --no-daemon option to gradle. We work it around by
|
|
bringing it to the directory where xmvn-install expects it to
|
|
be found.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 17 19:24:08 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of groovy 2.4.8
|