[packages/systemtap] - updated to 5.4
qboosh
qboosh at pld-linux.org
Sun Feb 22 16:03:40 CET 2026
commit 58a43df52e460377426d5bc544fbe4e77ed210dc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 22 16:03:43 2026 +0100
- updated to 5.4
systemtap-types.patch | 11 +++++++++++
systemtap.spec | 6 +++---
2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/systemtap.spec b/systemtap.spec
index eb0e7ca..bf71d8f 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -24,12 +24,12 @@
Summary: Instrumentation System
Summary(pl.UTF-8): System oprzyrządowania
Name: systemtap
-Version: 5.3
-Release: 2
+Version: 5.4
+Release: 1
License: GPL v2+
Group: Base
Source0: http://sourceware.org/pub/systemtap/releases/%{name}-%{version}.tar.gz
-# Source0-md5: e62bb69cc17f43da682091dae1c5f956
+# Source0-md5: 049bff5690247e365937af8acdd14aa3
Source1: %{name}.tmpfiles
Source2: stap-server.tmpfiles
Patch0: %{name}-dyninst.patch
diff --git a/systemtap-types.patch b/systemtap-types.patch
index a0dfa3c..fe6c471 100644
--- a/systemtap-types.patch
+++ b/systemtap-types.patch
@@ -9,3 +9,14 @@
size));
// If we've got a filename, we need a temporary directory to
+--- systemtap-5.4/elaborate.cxx.orig 2025-10-30 15:47:35.000000000 +0100
++++ systemtap-5.4/elaborate.cxx 2026-02-22 15:47:22.632541432 +0100
+@@ -5116,7 +5116,7 @@ const_folder::visit_defined_op (defined_
+ // Don't be greedy... we'll only collapse one at a time so type
+ // resolution can have another go at it.
+ relaxed_p = false;
+- session.print_warning (_F("Collapsing unresolved @define to %ld [stapprobes]", value), e->tok);
++ session.print_warning (_F("Collapsing unresolved @define to %" PRId64 " [stapprobes]", value), e->tok);
+ literal_number* n = new literal_number (value);
+ n->tok = e->tok;
+ n->visit (this);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/systemtap.git/commitdiff/58a43df52e460377426d5bc544fbe4e77ed210dc
More information about the pld-cvs-commit
mailing list