1
0
forked from pool/libtraceevent

2 Commits

Author SHA256 Message Date
7a20bd36f1 Accepting request 1265512 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/1265512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtraceevent?expand=0&rev=15
2025-04-02 15:05:22 +00:00
892f06e26c - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtraceevent?expand=0&rev=33
2025-03-30 11:00:36 +00:00
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:233d88adf5bae6b4511980f0f6314f348326b55fdb3dc9c4212c810e1ab06789
size 156029

BIN
libtraceevent-1.8.4.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libtraceevent
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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.4
Release: 0
Summary: Linux kernel trace event library
License: GPL-2.0-only AND LGPL-2.1-only