forked from pool/libtraceevent
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d7d57b7c74 | |||
| decb43aa91 | |||
| 7a20bd36f1 | |||
| 892f06e26c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:233d88adf5bae6b4511980f0f6314f348326b55fdb3dc9c4212c810e1ab06789
|
||||
size 156029
|
||||
3
libtraceevent-1.8.6.tar.gz
Normal file
3
libtraceevent-1.8.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:812547d2f7b248485c183be2799b7041038ee44183000705609754b128c84c6f
|
||||
size 157164
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 28 23:46:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.8.6:
|
||||
* libtraceevent plugins: Add plugin_net to handle byte swap
|
||||
during print
|
||||
* libtraceevent: Return error on event parsing if format parsing
|
||||
fails
|
||||
* libtraceevent: Add support for nested ?: conditionals
|
||||
* libtraceevent: Add support for __print_dynamic_array() macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 30 10:59:16 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.8.4:
|
||||
* Have sizeof() parsing handle u8/s8 through u64/s64
|
||||
* Print arrays like Linux does
|
||||
* Print function pointer address when TEP_EVENT_FL_PRINTRAW is specified
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 15:45:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libtraceevent
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,7 +22,7 @@
|
||||
%define sodname %{dname}%{sonum}
|
||||
|
||||
Name: libtraceevent
|
||||
Version: 1.8.3
|
||||
Version: 1.8.6
|
||||
Release: 0
|
||||
Summary: Linux kernel trace event library
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
|
||||
Reference in New Issue
Block a user