]> git.pld-linux.org Git - packages/strace.git/commitdiff
up to 6.3 auto/th/strace-6.3-1
authorJan Palus <atler@pld-linux.org>
Fri, 2 Jun 2023 10:13:25 +0000 (12:13 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 2 Jun 2023 10:13:25 +0000 (12:13 +0200)
strace-binutils2.36.patch [deleted file]
strace.spec

diff --git a/strace-binutils2.36.patch b/strace-binutils2.36.patch
deleted file mode 100644 (file)
index 6dd575f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-From 6d092c52d00b99780f6eee546af04fc6b944cdd6 Mon Sep 17 00:00:00 2001
-From: Martin Liska <mliska@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
index a96f1c613f946caba8186de36081e766829a5cbd..4be2f17f085f6e0385a4f0f4b5b7a81fe2b19c2f 100644 (file)
@@ -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}
This page took 0.071168 seconds and 4 git commands to generate.