Changelog for
rhino-runtime-1.7.14-2.10.noarch.rpm :
* Sun Mar 13 2022 Fridrich Strba
- Update to 1.7.14
* Release notes: https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md#rhino-1714
* split into 3 packages: rhino, rhino-engine and rhino-runtime
* build also the javadoc documentation
* inspired by build.gradle file, write our own ant build.xml that produces identical jar files
* create scripts using the %%jpackage_script macro
* remove unnecessary dependency on jline1- Removed patches:
* rhino-addOrbitManifest.patch
* rhino-build.patch + not needed since we write our own build system
* Wed Jul 29 2020 Pedro Monreal Gonzalez - Update to 1.7.7.1:
* Release notes: https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md#rhino-1771- Rebase patches:
* rhino-addOrbitManifest.patch
* rhino-build.patch- Remove pathes:
* rhino-1.7R3-crosslink.patch
* rhino-288467.patch
* rhino-1.7-gcj.patch
* Sat Mar 02 2019 Fridrich Strba - Build against jline1, a compatibility package
* Tue Feb 12 2019 Fridrich Strba - Do not buildrequire jline, since it is only runtime dependency- Do not run ant with -v and -d options during the product build
* Sun Nov 18 2018 Fridrich Strba - Actually use the rhino-js.pom file in the source package.- Add \"org.mozilla:rhino\" alias, since the later 1.7.x versions are distributed as such
* Tue Oct 03 2017 fstrbaAATTsuse.com- Don\'t require java-1_5_0-gcj-compat-devel, since it is bound to go- Require java-devel >= 1.6- Specify java source and target level 6 to allow buiding with jdk9
* Fri Sep 15 2017 fstrbaAATTsuse.com- Make build with the new version of java-1_5_0-gcj-compat, where javac is not just a simple link to gcj, but a wrapper script that runs Eclipse Compiler for Java(tm)- Make buildable with different versions of OpenJDK
* Fri Jun 09 2017 tchvatalAATTsuse.com- Drop maven depmap so we can actually bootstrap
* Fri May 19 2017 dziolkowskiAATTsuse.com- New build dependency: javapackages-local- spec cleaned using spec-cleaner
* Fri Feb 10 2017 dimstarAATTopensuse.org- Revert back to using gcj: it is going to stay around for a while longer and it helps avoiding bootstrap cycles.