File pegtl.changes of Package pegtl
-------------------------------------------------------------------
Sat Mar 27 14:02:07 UTC 2021 - Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 2.8.3:
* Fixed excessive read-ahead with incremental inputs.
* Added state manipulators remove_first_state,
remove_last_states, rotate_states_right, rotate_states_left
and reverse_states to contrib.
* Reduced the number of intermediate parse tree nodes.
- Changes from version 2.8.2:
* Fixed parse tree node generation to correctly remove
intermediate nodes.
- Add -Wno-error=type-limits to optflags to fix build with GCC 10
(gh#taocpp/PEGTL#217).
- Use ctest macro to run test suite.
-------------------------------------------------------------------
Thu Jan 30 18:18:26 UTC 2020 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Update to version 2.8.1:
* Too many changes to list here, see
https://github.com/taocpp/PEGTL/releases
* This is API incompatible to version 1.x, but no package
has a build dependency on the old version, while usbguard and
Paraview require 2.6.0 and 2.4.0 at least.
-------------------------------------------------------------------
Sat Sep 9 08:02:26 UTC 2017 - jengelh@inai.de
- Replace old RPM shell vars by macros. Trim description of SRPM.
Have testsuite built and run in parallel.
-------------------------------------------------------------------
Fri Sep 8 08:01:52 UTC 2017 - meissner@suse.com
- 1.3.1 pegtl version to meet usbguard requirements.
-------------------------------------------------------------------
Thu Sep 7 06:02:07 UTC 2017 - meissner@suse.com
- header only parsing library based on C++ templates.