- Update to new upstream release 4.12.0
* Added the missing perfect groups of order up to two million
* Initial support for make install available
* For details, see
https://github.com/gap-system/gap/blob/stable-4.12/CHANGES.md
- Update to new upstream release 4.11.0
* Removed ability to return objects from many error break loops
* GAP now contains some C++ code
* HPC-GAP: The ward tool has been decommissioned
* Syntax trees: Functions were added which allow converting a
GAP function object into an abstract syntax tree which can
be parsed and modified from within GAP code
- Clean up spec file
OBS-URL: https://build.opensuse.org/request/show/1007562
OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=78
* InstallValue cannot handle immediate values, characters or
booleans for technical reasons. A check for such values was
introduced to trigger an error message and prevent incorrect
results caused by this.
* KnowsDictionary and LookupDictionary methods for
IsListLookupDictionary were using PositionFirstComponent; the
latter is only valid on sorted lists, but in
IsListLookupDictionary the underlying list is NOT sorted in
general, leading to bogus results.
OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=16