-strace (4.10-1) experimental; urgency=low
+strace (4.10-3) unstable; urgency=medium
+ * Really fix mips* builds - fix sys_syscall() handling.
+ Closes: #781753
+ * Clean up strace64.substvars at clean time
+ * Remove ancient changelog entries that annoy lintian
+ * Update Standards-Version to 3.9.6 (no changes needed)
+
+ -- Steve McIntyre <93sam@debian.org> Wed, 08 Jul 2015 23:44:03 +0100
+
+strace (4.10-2) unstable; urgency=medium
+
+ * Fix building on arm64 using patches from upstream. Closes: #790770
+ * Fix various test suite failures using patches from upstream.
+ Closes: #781040
+ * Fix mips o32 build. Thanks to Arturo Borrero Gonzalez
+ <arturo.borrero.glez@gmail.com> for tracking this.
+ * Add build-dependency on gawk for the test suite. Closes: #780992
+
+ -- Steve McIntyre <93sam@debian.org> Thu, 02 Jul 2015 02:03:25 +0100
+
+strace (4.10-1) unstable; urgency=low
+
+ [ Dmitry V. Levin ]
* New upstream version.
+ enhanced ioctl decoding, closes: #692913
+ enabled mips64el build, closes: #773375
+ updated generic and added arch-specific PTRACE_* constants,
closes: #734554
- -- Dmitry V. Levin <ldv@altlinux.org> Fri, 06 Mar 2015 13:14:15 +0000
+ -- Steve McIntyre <93sam@debian.org> Sat, 21 Mar 2015 22:18:25 +0000
strace (4.9-2) unstable; urgency=medium
* Ported to libc6 / glibc2 (Bug# 11729)
* Compress manpage
- -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 1 Aug 1997 00:13:38 +02
+ -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 1 Aug 1997 00:13:38 +0200
strace (3.1-10) unstable; urgency=low
Section: utils
Priority: optional
Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0), gawk
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://sourceforge.net/projects/strace/
Package: strace
Summary: Tracks and displays system calls associated with a running process
Name: strace
Version: 4.10
-Release: 1%{?dist}
+Release: 3%{?dist}
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
-
BuildRequires: libacl-devel, time
-
%define strace64_arches ppc64 sparc64
%description
%endif
%changelog
+* 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).