[packages/strace] up to 6.3

atler atler at pld-linux.org
Fri Jun 2 12:13:33 CEST 2023


commit d66c04f2121b5bb793e4277519a51ad4f4b934ed
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Jun 2 12:13:25 2023 +0200

    up to 6.3

 strace-binutils2.36.patch | 24 ------------------------
 strace.spec               |  8 +++-----
 2 files changed, 3 insertions(+), 29 deletions(-)
---
diff --git a/strace.spec b/strace.spec
index a96f1c6..4be2f17 100644
--- a/strace.spec
+++ b/strace.spec
@@ -21,14 +21,13 @@ Summary(ru.UTF-8):	Отслеживает и показывает системн
 Summary(tr.UTF-8):	Çalışan bir sürecin yaptığı sistem çağrılarını listeler
 Summary(uk.UTF-8):	Відслідковує та показує системні виклики, пов'язані із запущеним процесом
 Name:		strace
-Version:	5.19
-Release:	2
+Version:	6.3
+Release:	1
 License:	LGPL v2.1+
 Group:		Development/Debuggers
 Source0:	https://github.com/strace/strace/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5:	13a37bd709b452a7c30e89f0db39b535
+# Source0-md5:	119a0d932104452782149467ad619b97
 Source1:	%{name}.1.pl
-Patch0:		%{name}-binutils2.36.patch
 URL:		https://strace.io/
 # acl and libaio for headers only
 BuildRequires:	acl-devel
@@ -110,7 +109,6 @@ Doda wtedy upływający czas dla każdego procesu.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %if %{with libunwind}
diff --git a/strace-binutils2.36.patch b/strace-binutils2.36.patch
deleted file mode 100644
index 6dd575f..0000000
--- a/strace-binutils2.36.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 6d092c52d00b99780f6eee546af04fc6b944cdd6 Mon Sep 17 00:00:00 2001
-From: Martin Liska <mliska at suse.cz>
-Date: Wed, 3 Feb 2021 11:54:26 +0100
-Subject: [PATCH] readelf --debug-dump=info --wide output changes in 2.36
-
-As seen here https://sourceware.org/bugzilla/show_bug.cgi?id=27309
-the output format is changed. Not using --wide mode fixes the problem.
----
- mpers.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mpers.sh b/mpers.sh
-index b28ef703b..942da0807 100755
---- a/src/mpers.sh
-+++ b/src/mpers.sh
-@@ -46,7 +46,7 @@ for m_type; do
- 		continue
- 	sed -i -e '/DEF_MPERS_TYPE/d' "${f_c}"
- 	$CC $CFLAGS $CC_ARCH_FLAG "${f_c}" -o "${f_o}"
--	$READELF --wide --debug-dump=info "${f_o}" > "${f_d1}"
-+	$READELF --debug-dump=info "${f_o}" > "${f_d1}"
- 	sed -r -n '
- 		/^[[:space:]]*<1>/,/^[[:space:]]*<1><[^>]+>: Abbrev Number: 0/!d
- 		/^[[:space:]]*<[^>]*><[^>]*>: Abbrev Number: 0/d
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/strace.git/commitdiff/d66c04f2121b5bb793e4277519a51ad4f4b934ed



More information about the pld-cvs-commit mailing list