]> granicus.if.org Git - strace/blobdiff - strace.spec
Fix decoding and dumping of readv syscall in case of short read
[strace] / strace.spec
index 643b4c12b73d4275a2a5930077487ce8d31795e2..1f14eb7cf25d96858d041cd8ccaa4a3d9954b107 100644 (file)
@@ -1,19 +1,16 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 4.8
-Release: 5%{?dist}
+Version: 4.11
+Release: 2%{?dist}
 License: BSD
 Group: Development/Debuggers
-
 URL: http://sourceforge.net/projects/strace/
 Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
-Patch0: strace-fix-ftbfs.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=1122323
-# http://sourceforge.net/p/strace/code/ci/9afc2ee682d2f9fd3ad938756c841d7f0eed5f21/
-Patch1: strace-4.8-ppc64.patch
-
-BuildRequires: libacl-devel, libaio-devel, time
-
+BuildRequires: time
+%ifarch x86_64
+# for experimental -k option
+BuildRequires: libunwind-devel
+%endif
 %define strace64_arches ppc64 sparc64
 
 %description
@@ -47,8 +44,6 @@ The `strace' program in the `strace' package is for 32-bit processes.
 
 %prep
 %setup -q
-%patch0 -p1 -b .ftbfs
-%patch1 -p1 -b .ppc64
 
 %build
 %configure
@@ -72,7 +67,7 @@ rm -f %{buildroot}%{_bindir}/strace-graph
 %endif
 
 %check
-make check
+make -k check VERBOSE=1
 
 %files
 %doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README
@@ -86,6 +81,36 @@ make check
 %endif
 
 %changelog
+* Wed Dec 23 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.11-2
+- Enabled experimental -k option on x86_64 (#1170296).
+
+* Mon Dec 21 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.11-1
+- New upstream release:
+  + print nanoseconds along with seconds in stat family syscalls (#1251176).
+
+* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Mon May 11 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 4.10-2
+- Backport set of upstream patches to get it buildable on AArch64
+
+* Fri Mar 06 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.10-1
+- New upstream release:
+  + enhanced ioctl decoding (#902788).
+
+* Mon Nov 03 2014 Lubomir Rintel <lkundrak@v3.sk> - 4.9-3
+- Regenerate ioctl entries with proper kernel headers
+
+* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Fri Aug 15 2014 Dmitry V. Levin <ldv@altlinux.org> - 4.9-1
+- New upstream release:
+  + fixed build when <sys/ptrace.h> and <linux/ptrace.h> conflict (#993384);
+  + updated CLOCK_* constants (#1088455);
+  + enabled ppc64le support (#1122323);
+  + fixed attach to a process on ppc64le (#1129569).
+
 * Fri Jul 25 2014 Dan HorĂ¡k <dan[at]danny.cz> - 4.8-5
 - update for ppc64
 
@@ -312,7 +337,7 @@ make check
 * Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
 - new upstream version, groks more new system calls, PF_INET6 sockets
 
-* Mon Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
+* Tue Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
 - new upstream version, more fixes (#90754, #91085)
 
 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
@@ -405,7 +430,7 @@ make check
 * Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
 - update to CVS, reintegrate ia64 support
 
-* Sat Dec  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+* Fri Dec  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
 - Get S/390 support into the normal package
 
 * Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>