Changelog for
parboiled-1.4.1-4.1.noarch.rpm :
* Wed Feb 21 2024 Gus Kenion
- Use %patch -P N instead of deprecated %patchN.
* Thu Feb 15 2024 Fridrich Strba - Remove the _multibuild file in order not to build unnecessary parboiled:scala flavour
* Fri Oct 06 2023 Fridrich Strba - Upgrade to upstream version 1.4.1
* Changes of 1.4.1 + Improved support for Java 16+ + Dropped support for Java 8
* Changes of 1.4.0 + Support Java 17 + Upgraded to ASM 9.2 + Dropped support for Scala 2.11
* Changes of 1.3.1 + Upgraded to ASM 7.1 + Fixed class loader in parser generation + Added cross-build for Scala 2.13.0 + Dropped support for Scala 2.10
* Changes of 1.3.0 + Upgraded to ASM 7.0 + Added Scala 2.13.0-M5 build
* Changes of 1.2.0 + Added support for \'~~>\' and friends in ReductionRules + Added support for PushRules to chain after ReductionRules + Upgraded to ASM 6.2.1 + Added Scala 2.13.0-M4 build + Dropped support for Java 1.5
* Changes of 1.1.8 + Cross build for Scala 2.10, 2.11 and 2.12 + Upgrade to ASM 5.2 + Fixed \"Utils.findConstructor doesn\'t match boolean parameter\" + Added method for clearing class cache in AsmUtil
* Changes of 1.1.7 + Upgrade to Scala 2.11.4, cross build for Scala 2.9.2, 2.9.3, 2.10 and 2.11 + Upgrade to ASM 5.0.3, closed #76 + Make parboiled-java relocatable, closed #80- Added patch:
* restore-java8-compatibility.patch + revert upstream commit making changes incompatible with Java 8- Removed patch:
* parboiled-port-to-objectweb-asm-5.0.1.patch + not needed with this version
* Sun Mar 20 2022 Fridrich Strba - Build with source and target levels 1.8
* Mon Dec 02 2019 Fridrich Strba - Require scala >= 2.10.7 for build: allows buiding with jdk9+
* Wed Nov 27 2019 Fridrich Strba - Split the scala subpackage from the main parboiled package in order to split build dependencies: build them as _multibuild package
* Tue Apr 09 2019 Jan Engelhardt - Ensure neutrality of description.
* Wed Apr 03 2019 Fridrich Strba - Initial packaging of parboiled 1.1.6- Generate and customize ant build files