]> git.pld-linux.org Git - packages/strace.git/commitdiff
- up to 3.9 auto/th/strace-4.9-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 17 Sep 2014 17:58:39 +0000 (19:58 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 17 Sep 2014 17:58:39 +0000 (19:58 +0200)
strace-fix-ftbfs.patch [deleted file]
strace.spec

diff --git a/strace-fix-ftbfs.patch b/strace-fix-ftbfs.patch
deleted file mode 100644 (file)
index b698cbf..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
---- strace-4.8/process.c.orig  2013-12-06 16:18:27.682402291 +0000
-+++ strace-4.8/process.c       2013-12-06 16:19:14.602165296 +0000
-@@ -63,7 +63,7 @@
- # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
- #  define pt_all_user_regs XXX_pt_all_user_regs
- # endif
--# include <linux/ptrace.h>
-+# include <asm/ptrace.h>
- # undef ia64_fpreg
- # undef pt_all_user_regs
- #endif
---- strace-4.8/signal.c.orig   2013-12-06 16:28:54.800551324 +0000
-+++ strace-4.8/signal.c        2013-12-06 16:30:26.033019415 +0000
-@@ -51,7 +51,7 @@
- # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
- #  define pt_all_user_regs XXX_pt_all_user_regs
- # endif
--# include <linux/ptrace.h>
-+# include <asm/ptrace.h>
- # undef ia64_fpreg
- # undef pt_all_user_regs
- #endif
---- strace-4.8/syscall.c.orig  2013-12-06 16:29:37.912245321 +0000
-+++ strace-4.8/syscall.c       2013-12-06 16:30:55.933500132 +0000
-@@ -48,7 +48,7 @@
- # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
- #  define pt_all_user_regs XXX_pt_all_user_regs
- # endif
--# include <linux/ptrace.h>
-+# include <asm/ptrace.h>
- # undef ia64_fpreg
- # undef pt_all_user_regs
- #endif
---- strace-4.8/util.c.orig     2013-12-06 16:29:44.382349431 +0000
-+++ strace-4.8/util.c  2013-12-06 16:31:04.267634082 +0000
-@@ -55,7 +55,7 @@
- # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
- #  define pt_all_user_regs XXX_pt_all_user_regs
- # endif
--# include <linux/ptrace.h>
-+# include <asm/ptrace.h>
- # undef ia64_fpreg
- # undef pt_all_user_regs
- #endif
index 93e63cf0576613d39a9b01a1bd25b72c1e4ad83c..c16145a467a0f24b33bcc79e07b7290f493da670 100644 (file)
@@ -8,14 +8,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:       4.8
+Version:       4.9
 Release:       1
 License:       BSD-like
 Group:         Development/Debuggers
 Source0:       http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
-# Source0-md5: c575ef43829586801f514fd91bfe7575
+# Source0-md5: 885eafadb10f6c60464a266d3929a2a4
 Source1:       %{name}.1.pl
-Patch0:                strace-fix-ftbfs.patch
 URL:           http://sourceforge.net/projects/strace/
 # acl and libaio for headers only
 BuildRequires: acl-devel
@@ -95,7 +94,6 @@ Doda wtedy upływający czas dla każdego procesu.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
This page took 0.04119 seconds and 4 git commands to generate.