From e2a4a013c6282e10f7e41cd413a731015d13396a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:43:53 +0000 Subject: [PATCH] auto-import changelog data from strace-4.4-1.1.src.rpm Fri May 03 2002 Philip Copeland 4.4-1.1 - 'borrowed' from 7.3 for 7.2-alpha as the older strace no longer rebuilt with the current kernel/gcc headers as it's for 7.2-alpha bumped the version number down to prevent conflicts Tue Apr 16 2002 Jakub Jelinek 4.4-4 - fix for the last patch by Jeff Law (#62591) Mon Mar 04 2002 Preston Brown 4.4-3 - integrate patch from Jeff Law to eliminate hang tracing threads Sat Feb 23 2002 Florian La Roche - minor update from debian tar-ball Wed Jan 02 2002 Florian La Roche - update to 4.4 --- .cvsignore | 2 +- sources | 2 +- strace.spec | 63 +++++++++++++++++++++++++++++++---------------------- 3 files changed, 39 insertions(+), 28 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9538acc..5a88b30 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.3.tar.gz +strace-4.4.tar.gz diff --git a/sources b/sources index d541e44..4c7039a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7374eb6a2abc45ece28bb192ee127c56 strace-4.3.tar.gz +1c8d2b02a611a3700e8b34f1f52975a5 strace-4.4.tar.gz diff --git a/strace.spec b/strace.spec index 897f29c..59f9d89 100644 --- a/strace.spec +++ b/strace.spec @@ -1,23 +1,21 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace -Version: 4.3 -Release: 2 +Version: 4.4 +Release: 1.1 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ Source0: %{name}-%{version}.tar.gz Patch1: strace-4.2-sparc.patch Patch3: strace-4.2-sparc2.patch -Patch4: strace-4.2-putmsg.patch -#Patch5: strace-4.2-newsysc.patch -#Patch6: strace-4.2-getdents64.patch Patch7: strace-4.2-sparc3.patch -Patch8: strace-4.2.2-s390.patch Patch9: strace-4.3-ia64.patch Patch10: strace-4.2-sparc4.patch Patch11: strace-4.2.2-include.patch +Patch12: strace-4.4-atomic.patch +Patch13: strace-4.4-threads.patch +Patch14: strace-4.4-threads2.patch BuildRoot: %{_tmppath}/%{name}-root -BuildPrereq: autoconf %description The strace program intercepts and records the system calls called and @@ -31,32 +29,27 @@ received by a process. %prep %setup -q -%patch4 -p1 -b .putmsg -#%ifnarch s390 -#%patch5 -p1 -b .newsysc -#%patch6 -p1 -b .getdents64 +#XXX this one should get verified +#%ifarch ia64 +#%patch9 -p1 -b .ia64 #%endif -#%ifarch s390 s390x -#%patch8 -p1 -b .s390 +#XXX this one should get verified +#%ifarch sparc sparc64 +#%patch1 -p1 -b .sparc +#%patch3 -p1 -b .sparc2 +#%patch7 -p1 -b .sparc3 +#%patch10 -p1 -b .sparc4 #%endif -%ifarch ia64 -%patch9 -p1 -b .ia64 -%endif - -%ifarch sparc sparc64 -%patch1 -p1 -b .sparc -%patch3 -p1 -b .sparc2 -%patch7 -p1 -b .sparc3 -%patch10 -p1 -b .sparc4 -%endif - -%patch11 -p1 -b .incl +%patch11 -p1 -b .include +%patch12 -p1 -b .atomic +%patch13 -p1 -b .threads +%patch14 -p1 -b .threads2 %build -./cvsbuild +#./cvsbuild %configure make @@ -75,6 +68,24 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Fri May 03 2002 Philip Copeland 4.4-1.1 +- 'borrowed' from 7.3 for 7.2-alpha as the older + strace no longer rebuilt with the current + kernel/gcc headers as it's for 7.2-alpha bumped the + version number down to prevent conflicts + +* Tue Apr 16 2002 Jakub Jelinek 4.4-4 +- fix for the last patch by Jeff Law (#62591) + +* Mon Mar 4 2002 Preston Brown 4.4-3 +- integrate patch from Jeff Law to eliminate hang tracing threads + +* Sat Feb 23 2002 Florian La Roche +- minor update from debian tar-ball + +* Wed Jan 02 2002 Florian La Roche +- update to 4.4 + * Sun Jul 22 2001 Florian La Roche - disable s390 patches, they are already included