From 3e45a3d6077a7e47402028ebf89e179fb21db953ce7017d1c28b92ccf5f61e26 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 17 Jun 2022 06:46:10 +0000 Subject: [PATCH 1/2] Accepting request 983245 from home:wagi:branches:benchmark - Update to latest upstream version (1.4.1) * Raw uprobe API: tracefs_uprobe_alloc() tracefs_uretprobe_alloc * Return the debugfs mount point tracefs_debug_dir() * sqlhst Fix labels being ignored for synthetic event field Allow same event to be both the start and end event Use unique names for labels Report errors when executing commands OBS-URL: https://build.opensuse.org/request/show/983245 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=10 --- libtracefs-1.3.1.tar.gz | 3 --- libtracefs-1.4.1.tar.gz | 3 +++ libtracefs.changes | 15 +++++++++++++++ libtracefs.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 libtracefs-1.3.1.tar.gz create mode 100644 libtracefs-1.4.1.tar.gz diff --git a/libtracefs-1.3.1.tar.gz b/libtracefs-1.3.1.tar.gz deleted file mode 100644 index 8cba83a..0000000 --- a/libtracefs-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d03a2f86d894ae2ae67c9022da7431b3991addc52da7dbe829046fdede3032e2 -size 175453 diff --git a/libtracefs-1.4.1.tar.gz b/libtracefs-1.4.1.tar.gz new file mode 100644 index 0000000..23cc152 --- /dev/null +++ b/libtracefs-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2bb679e534180487cb295ec6cfc06f53d87f8118ba0bf8ba874e2f666fffd9 +size 178490 diff --git a/libtracefs.changes b/libtracefs.changes index 34a7466..fc9eebb 100644 --- a/libtracefs.changes +++ b/libtracefs.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jun 7 08:34:18 UTC 2022 - Daniel Wagner + +- Update to latest upstream version (1.4.1) + * Raw uprobe API: + tracefs_uprobe_alloc() + tracefs_uretprobe_alloc + * Return the debugfs mount point + tracefs_debug_dir() + * sqlhst + Fix labels being ignored for synthetic event field + Allow same event to be both the start and end event + Use unique names for labels + Report errors when executing commands + ------------------------------------------------------------------- Tue Apr 5 15:46:56 UTC 2022 - Daniel Wagner diff --git a/libtracefs.spec b/libtracefs.spec index 2342028..e58a322 100644 --- a/libtracefs.spec +++ b/libtracefs.spec @@ -18,7 +18,7 @@ Name: libtracefs %define lname libtracefs1 -Version: 1.3.1 +Version: 1.4.1 Release: 0 Summary: Linux kernel trace file system library License: LGPL-2.1-only From 14d04203413e76c708914622185e1378784fd773fb7244149fe2e7401b2c4505 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 17 Jun 2022 06:47:12 +0000 Subject: [PATCH 2/2] adhere to changelog syntax OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=11 --- libtracefs.changes | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/libtracefs.changes b/libtracefs.changes index fc9eebb..5c3e68a 100644 --- a/libtracefs.changes +++ b/libtracefs.changes @@ -2,16 +2,12 @@ Tue Jun 7 08:34:18 UTC 2022 - Daniel Wagner - Update to latest upstream version (1.4.1) - * Raw uprobe API: - tracefs_uprobe_alloc() - tracefs_uretprobe_alloc - * Return the debugfs mount point - tracefs_debug_dir() - * sqlhst - Fix labels being ignored for synthetic event field - Allow same event to be both the start and end event - Use unique names for labels - Report errors when executing commands + * Raw uprobe API: tracefs_uprobe_alloc(), tracefs_uretprobe_alloc + * Return the debugfs mount point from tracefs_debug_dir() + * sqlhst: Fix labels being ignored for synthetic event field + * sqlhst: Allow same event to be both the start and end event + * sqlhst: Use unique names for labels + * sqlhst: Report errors when executing commands ------------------------------------------------------------------- Tue Apr 5 15:46:56 UTC 2022 - Daniel Wagner