* Mon Aug 29 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.6.2
* Add API tep_get_function_count()
* Reset right arg when copying TEP_PRINT_OP
* Reset field properly in event_read_fields()
* Fix memleak in make_bprint_args()
* Add processing of __get_sockaddr() and __get_sockaddr_rel()
* Tue Apr 05 2022 Daniel Wagner <daniel.wagner@suse.com>
- Update to latest upstream version (1.5.3)
Most notable changes are all bugfixes, e.g.:
* Optimize constant logic in print format processing
* Better parsing of fields with typecasts
* Fix backward compatibility with tep_print_arg_string
* Log printing updates
* Fix man pages
* Sample program to simplify testing of event format parsing
* Better message of expected tokens
* Fix parsing print fmts with new lines
For details, see:
* https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/tag/?h=libtraceevent-1.5.3
* https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/tag/?h=libtraceevent-1.5.2
* https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/tag/?h=libtraceevent-1.5.1
* Thu Feb 24 2022 Andreas Schwab <schwab@suse.de>
- Use %{optflags}
- Makefile is not parallel-safe
* Tue Feb 22 2022 olaf@aepfle.de
- Force correct pkgconfig_dir location to fix build
* Wed Jan 19 2022 Dario Faggioli <dfaggioli@suse.com>
- Update to latest upstream version (1.5.0)
- Update romlintrc (again) to silence complains about plugins
* Fri May 14 2021 Tony Jones <tonyj@suse.com>
- Update rpmlintrc to suppress warnings about plugins
* Fri May 14 2021 Dario Faggioli <dfaggioli@suse.com>
- Update to latest upstream version (1.3.0)
* Wed May 12 2021 Tony Jones <tonyj@suse.com>
- Make package compliant with SLPP.
Package plugins into so-ver specific directory.
* Fri May 07 2021 Dario Faggioli <dfaggioli@suse.com>
- Update to latest upstream version (1.2.1)
- Fix one rpmlint warning
* Tue Dec 22 2020 Jan Engelhardt <jengelh@inai.de>
- Rectify License: fields to mirror the SPDX lines found in source
and the object builds.
- Rectify Group: fields.
- Fix duplicate manpages.
- Rename rpmlintrc according to policy.
- Update to release 1.1.1
* trace-cmd libtraceevent: Fix bprint '#' parsing
* Man page for tep_add_plugin_path() API
* Man page for libtraceevent debug APIs
* Tue Oct 20 2020 Tony Jones <tonyj@suse.com>
- Initial checkin of libtraceevent.