Changelog for
alex-3.2.7.1-6.162.x86_64.rpm :
* Sun Jan 23 2022 Peter Simons
- Update alex to version 3.2.7.1. [#]# Change in 3.2.7.1
* Fix bug with repeated numeral characters
*outside
* of `r{n,m}` repetitions. This was a regression introduced in 3.2.7. [#]# Changes in 3.2.7
* Allow arbitrary repetitions in regexps. Previously, the `r{n,m}` and related forms were restricted to single digit numbers `n` and `m`.
* DFA minimization used to crash on tokens of the form `c
*` which produce automata with only accepting states. Considering the empty set of non-accepting states as an equivalence class caused minimization to crash with exception.
* The `small_base` flag is removed. Extremely old GHCs will no longer build.
* A number of bug fixes and clearer diagnostics.
* Tue Sep 07 2021 Ondřej Súkup - make rpmlint happy
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Tue Dec 15 2020 psimonsAATTsuse.com- Update alex to version 3.2.6. [#]# Changes in 3.2.6:
* Support for the GHC 9.2. The array access primops now use the fixed-sized numeric types corresponding to the width of the data accessed. Additionally, the primops to convert to and from fixed-sized numeric types have been given new names. 9.2 isn\'t cut yet, so these changes are somewhat speculative. Unfortunately, GHC must used a released version of Alex (and Happy) at all times until further changes have been made, so we must make the release to actually implement these changes in GHC. If the final GHC 9.2 ends up being different, this release will be marked broken to make it less likely people use it by accident.
* Wed Oct 21 2020 Andreas Schwab - Add memory constraints for riscv64
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons - Re-generate file with latest version of spec-cleaner.
* Thu Nov 07 2019 psimonsAATTsuse.com- Drop obsolete group attributes.- Update alex to version 3.2.5.
* Build fixes for GHC 8.8.x. This allows us to run the test suite again.
* Wed Nov 28 2018 Guillaume GARDET - Disable tests on aarch64 as they are broken. See: https://github.com/simonmar/alex/issues/130
* Sat Oct 20 2018 Peter Simons - Use https URL to refer to bugs.opensuse.org.