Blob Blame History Raw
-------------------------------------------------------------------
Fri Dec 16 14:59:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

- Update to release 1.3.0
  * Only set trace-cmd log level (not libtracefs nor libtraceevent)
  * Fix function graph plugin updating the next record
  * Use libtracefs tracefs_cpu() interface for recording
    (requires libtracefs 1.6)

-------------------------------------------------------------------
Sat Dec  3 13:04:42 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

- Update to release 1.2.0
  * Process trace_clock for v7 trace.dat files
  * Add network roles for time sync
  * Have clock source TAI parse to seconds
  * Use uncompressed size for file size
  * Allow callers to save private data in tracecmd_input handlers
  * Add filtering logic for iterating events
  * Add man pages for iterator functions
  * Add API for mapping between host and guests
- Delete 0001-build-Only-consider-libtracecmd-documentation.patch,
  0002-trace-cmd-library-Fix-decleration-of-msg_lseek.patch (merged)
- Add static-assign.patch

-------------------------------------------------------------------
Mon Sep  5 10:38:26 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

- Drop previous added file extension glob on man pages. Whether it's
  compressed or not is an implementation detail.

-------------------------------------------------------------------
Tue Aug 30 12:10:30 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

- Add file extension on glob in %files section for man pages
- Set Group to Development/Libraries/C and C++

-------------------------------------------------------------------
Tue Aug 23 12:29:36 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

- Initial version libtracecmd 1.1.3
  Split libtracecmd from trace-cmd into a separate package because
  libracecmd has a different release cycle and doesn't allign with
  trace-cmd.
  - Add 0001-build-Only-consider-libtracecmd-documentation.patch
  - Add 0002-trace-cmd-library-Fix-decleration-of-msg_lseek.patch