2 Commits

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

OBS-URL: https://build.opensuse.org/request/show/1324620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtraceevent?expand=0&rev=16
2025-12-30 11:00:20 +00:00
decb43aa91 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtraceevent?expand=0&rev=35
2025-12-28 23:48:24 +00:00
4 changed files with 16 additions and 5 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:812547d2f7b248485c183be2799b7041038ee44183000705609754b128c84c6f
size 157164

View File

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

View File

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