4 Commits

Author SHA256 Message Date
dd2bf93804 libtracefs 1.8.2 2025-04-17 12:15:01 +02:00
d55652c139 Repair broken .changes entry 2024-08-17 17:13:12 +02:00
ea04d2f7ec libtracefs 1.8.1 2024-07-27 20:09:08 +02:00
bc289b3898 libtracefs 1.8.0 2024-07-27 19:56:21 +02:00
4 changed files with 17 additions and 7 deletions

BIN
libtracefs-1.8.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libtracefs-1.8.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 17 09:37:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.2
* libtracefs: Have tracefs_instance_tracers() return instance
tracers
* libtrace: Fix memory leak in tracefs_cpu
* libtracefs: Handle synthetic events with dynamic strings as
fields
-------------------------------------------------------------------
Sat Jul 27 17:57:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libtracefs
#
# 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
@@ -18,7 +18,7 @@
Name: libtracefs
%define lname libtracefs1
Version: 1.8.1
Version: 1.8.2
Release: 0
Summary: Linux kernel trace file system library
License: LGPL-2.1-only
@@ -81,8 +81,7 @@ This subpackage contains the header files.
%fdupes %buildroot/%_prefix
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libtracefs.so.1*
@@ -91,6 +90,7 @@ This subpackage contains the header files.
%files tools
%_bindir/sqlhist
%_mandir/man1/*
%_datadir/bash-completion/
%files devel
%_includedir/*