* Wed Dec 11 2024 bwiedemann@suse.com
- Normalize jar mtimes for reproducible builds (boo#1134568)
* Mon Feb 26 2024 dimstar@opensuse.org
- Use %patch -P N instead of deprecated %patchN.
* Tue Oct 31 2023 fstrba@suse.com
- Modified patch:
* opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch
+ Build with java source/target levels 8
+ Fixes building with JDK21
* Mon Apr 11 2022 fstrba@suse.com
- Do not use the vulnerable log4j-1.2.14, but use the maintained
fork reaload4j-1.2.20 that receives security updates
* Mon Apr 11 2022 fstrba@suse.com
- Fix building with JDK17
* This fixes build in Factory and still allows building on other
distributions
* Do not use gradle for build, but build gritty using simple
javac/jar combo and the rest using the ant build.xml file
* Add jaxb-api-2.3.1.jar and javax.activation-api-1.2.0.jar
to allow building with JDK versions that do not include the
JavaEE modules
* Remove swingx-testsupport-1.6.5.jar, since that one is only
meant to be used for testing the swingx itself and not for
distribution
- Removed patches:
* gradle-use_local_repo.patch
+ not needed when gradle is not used for building
* opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch
+ not needed since the relevant JavaEE modules are on the
classpath
* Wed Oct 10 2018 nmoreychaisemartin@suse.com
- Update gradle to 4.10.2 for JDK11 support
* Fri Apr 27 2018 nmoreychaisemartin@suse.com
- Add opa-fmgui-force-loading-java.xml.bind-for-JDK9.patch to allow
opa-fmgui to run with JDK9+ (bsc#1090589)
* Wed Nov 22 2017 mgorse@suse.com
- Remove libgnome from BuildRequires; appears to be unused
(boo#1067727).
* Mon Nov 13 2017 nmoreychaisemartin@suse.com
- Upgrade gradle to 4.3.1 to support JDK 9.0.1
* Mon Sep 25 2017 nmoreychaisemartin@suse.com
- Update embedded gradle binaries to 3.2 to support JDK9
- Add opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch to fix
compilation with JDK9