parboiled/parboiled.changes

82 lines
2.9 KiB
Plaintext

-------------------------------------------------------------------
Wed Feb 21 10:53:07 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Feb 15 14:23:14 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Remove the _multibuild file in order not to build unnecessary
parboiled:scala flavour
-------------------------------------------------------------------
Fri Oct 6 11:26:05 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- 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 15:24:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source and target levels 1.8
-------------------------------------------------------------------
Mon Dec 2 07:30:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Require scala >= 2.10.7 for build: allows buiding with jdk9+
-------------------------------------------------------------------
Wed Nov 27 06:37:29 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Split the scala subpackage from the main parboiled package in
order to split build dependencies: build them as _multibuild
package
-------------------------------------------------------------------
Tue Apr 9 08:17:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of description.
-------------------------------------------------------------------
Wed Apr 3 09:09:39 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of parboiled 1.1.6
- Generate and customize ant build files