diff --git a/.cvsignore b/.cvsignore index ee2e241..d9c0cbd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -strace-4.5.14.tar.bz2 +strace-4.5.15.tar.bz2 diff --git a/sources b/sources index 5783c07..f4d6db4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09bcd5d00ece28f8154dec11cadfce3c strace-4.5.14.tar.bz2 +ef40944118841803391d212cb64d3c5b strace-4.5.15.tar.bz2 diff --git a/strace.spec b/strace.spec index 9c08cfb..ab9f558 100644 --- a/strace.spec +++ b/strace.spec @@ -1,17 +1,13 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace -Version: 4.5.14 -Release: 4 +Version: 4.5.15 +Release: 1%{?dist} License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ -Source0: %{name}-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root -Patch1: strace-4.5.14-subcall400.patch -Patch2: strace-4.5.14-getsiginfo.patch -Patch3: strace-4.5.14-sysctl-proc.patch - %define strace64_arches ppc64 %description @@ -46,10 +42,6 @@ The `strace' program in the `strace' package is for 32-bit processes. %prep %setup -q -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 - %build %configure make @@ -83,6 +75,22 @@ rm -rf %{buildroot} %changelog +* Tue Jan 16 2007 Roland McGrath - 4.5.15-1 +- biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043) +- fix -ff -o behavior (#204950, #218435, #193808, #219423) +- better quotactl printing (#118696) +- *at, inotify*, pselect6, ppoll and unshare syscalls (#178633, #191275) +- glibc-2.5 build fixes (#209856) +- memory corruption fixes (#200621 +- fix race in child setup under -f (#180293) +- show ipc key values in hex (#198179, #192182) +- disallow -c with -ff (#187847) +- Resolves: RHBZ #179740, RHBZ #192193, RHBZ #204950, RHBZ #218435 +- Resolves: RHBZ #193808, RHBZ #219423, RHBZ #171626, RHBZ #173050 +- Resolves: RHBZ #218433, RHBZ #218043, RHBZ #118696, RHBZ #178633 +- Resolves: RHBZ #191275, RHBZ #209856, RHBZ #200621, RHBZ #180293 +- Resolves: RHBZ #198179, RHBZ #198182, RHBZ #187847 + * Mon Nov 20 2006 Jakub Jelinek - 4.5.14-4 - Fix ia64 syscall decoding (#206768) - Fix build with glibc-2.4.90-33 and up on all arches but ia64