[packages/strace] - up to 3.9

arekm arekm at pld-linux.org
Wed Sep 17 19:58:42 CEST 2014


commit 56c27b38efd58757a01b6c6226dd3d8445650da6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Sep 17 19:58:39 2014 +0200

    - up to 3.9

 strace-fix-ftbfs.patch | 44 --------------------------------------------
 strace.spec            |  6 ++----
 2 files changed, 2 insertions(+), 48 deletions(-)
---
diff --git a/strace.spec b/strace.spec
index 93e63cf..c16145a 100644
--- a/strace.spec
+++ b/strace.spec
@@ -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
diff --git a/strace-fix-ftbfs.patch b/strace-fix-ftbfs.patch
deleted file mode 100644
index b698cbf..0000000
--- a/strace-fix-ftbfs.patch
+++ /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
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list