[info=ea04d2f7ecdc5828fc6dd637961df105488bdd118554d2b58ba0bc2a472d6f2c]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=35
This commit is contained in:
OBS User unknown 2024-07-27 18:05:32 +00:00 committed by Git OBS Bridge
parent 0306c08eaf
commit 74613b046c
7 changed files with 15 additions and 39 deletions

View File

@ -1,31 +0,0 @@
From 7d15d7744d957b1721d8e202bd5095b7c449570f Mon Sep 17 00:00:00 2001
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
Date: Wed, 10 Jan 2024 21:39:25 +0100
Subject: [PATCH] libtracefs meson: build tracefs-mmap by default
Accordingly to Makefile let's add tracefs-mmap.c to build, this is needed
for linking by other object files.
Link: https://lore.kernel.org/linux-trace-devel/20240110203925.266999-1-giulio.benetti@benettiengineering.com
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
src/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/meson.build b/src/meson.build
index 5b7655453f50..f7a98b9ce48e 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -11,6 +11,7 @@ sources= [
'tracefs-instance.c',
'tracefs-kprobes.c',
'tracefs-marker.c',
+ 'tracefs-mmap.c',
'tracefs-record.c',
'tracefs-sqlhist.c',
'tracefs-tools.c',
--
2.45.2

View File

@ -1,4 +1,4 @@
mtime: 1722102981
commit: bc289b389809a2c371f4a5f92f585fcde840b47ea1d0eb23b18a621eed33b1ad
mtime: 1722103748
commit: ea04d2f7ecdc5828fc6dd637961df105488bdd118554d2b58ba0bc2a472d6f2c
url: https://src.opensuse.org/jengelh/libtracefs
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ec9b69822c7b81088d41933d57231badd8dad0a26d53d8d290081bc8ff9f55f
oid sha256:ebefc5e0c15819c9f8167ef48cc53ce5dba9d903050a2753d4c282eed23923c9
size 256

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 27 17:57:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.1
* Plug some memory leaks
- Delete 0001-libtracefs-meson-build-tracefs-mmap-by-default.patch
(merged)
-------------------------------------------------------------------
Mon 14:22:13 UTC 2024 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -18,7 +18,7 @@
Name: libtracefs
%define lname libtracefs1
Version: 1.8.0
Version: 1.8.1
Release: 0
Summary: Linux kernel trace file system library
License: LGPL-2.1-only
@ -35,7 +35,6 @@ BuildRequires: source-highlight
BuildRequires: xmlto
BuildRequires: xz
BuildRequires: pkgconfig(libtraceevent) >= 1.3
Patch: 0001-libtracefs-meson-build-tracefs-mmap-by-default.patch
%description
This library provides C APIs to access the kernel trace file system.