Changelog for
libtraceevent-debugsource-1.7.3-1.4.i586.rpm :
* Thu Jun 15 2023 Tony Jones
- Update to version 1.7.3
* Handle printf \'%+d\" case
* Add initial support for meson
* Handle %c- Drop patch 0001-libtraceevent-Add-initial-support-for-meson.patch (upstream)
* Thu Apr 27 2023 Dirk Müller - update to 1.7.2:
* Fix some missing commas in big endian blocks
* Rename \"ok\" to \"token_has_paren\" in process_sizeof()
* No need for testing ok in else if (!ok) in process_sizeof()
* Fix double free in parsing sizeof()
* Sat Feb 11 2023 Hans-Peter Jansen - Let\'s build this package in %build, not %prep, as usual- Link explicitly with -ldl allows building with older toolchains
* Tue Feb 07 2023 Daniel Wagner - Sync meson build patch with latest upstream version
* Documentation is build via extra build target
* Wed Jan 18 2023 Dirk Müller - update to 1.7.1:
* Make sure 32 bit work on 64 bit file systems
* Fix string parsing
* Remove tep_find_function{address}() from libtraceevent
* Fix output of raw prints
* Show migrate-disabled field
* Sat Dec 24 2022 Daniel Wagner - Update to release 1.7.0 - New APIs: tep_find_function_info() - Returns not only the name of a function from its address, but also where the function starts and its size. tep_kbuffer() - Returns the kbuffer parser for a tep handle. - Now handles cpumask() macro parsing. - Add SAME_AS_HOST for endian and long size to kbuffer_alloc() - Handle dynamic fields that are not arrays. - Allow function parameters to have operators. - sizeof() parsing for some basic types. - Added man pages for the kbuffer API. - print_field_raw() terminates with \'\\0\' - Fix uninitialized variables - Fix a \"check after derer\" coverity flaw - Fix testing the dereference pointer instead of the pointer for NULL. - Fix double free- Build project with Meson
* add 0001-libtraceevent-Add-initial-support-for-meson.patch
* Mon Aug 29 2022 Jan Engelhardt - 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 - 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 - Use %{optflags}- Makefile is not parallel-safe
* Tue Feb 22 2022 olafAATTaepfle.de- Force correct pkgconfig_dir location to fix build
* Wed Jan 19 2022 Dario Faggioli - Update to latest upstream version (1.5.0)- Update romlintrc (again) to silence complains about plugins
* Fri May 14 2021 Tony Jones - Update rpmlintrc to suppress warnings about plugins
* Fri May 14 2021 Dario Faggioli - Update to latest upstream version (1.3.0)
* Wed May 12 2021 Tony Jones - Make package compliant with SLPP. Package plugins into so-ver specific directory.
* Fri May 07 2021 Dario Faggioli - Update to latest upstream version (1.2.1)- Fix one rpmlint warning