From: Dmitry V. Levin Date: Fri, 17 May 2013 23:16:39 +0000 (+0000) Subject: Sync strace.spec and debian/ with packages X-Git-Tag: v4.8~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0eb7165588b6bb61879a436b43b0b73bd420d79b;p=strace Sync strace.spec and debian/ with packages * debian/changelog: Sync with 4.7-1. * debian/strace.docs: Likewise. * strace.spec: Sync with 4.7-3. --- diff --git a/debian/changelog b/debian/changelog index 4f3286b9..5714ce47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -strace (4.7-1) unstable; urgency=low +strace (4.7-1) experimental; urgency=low + [ Dmitry V. Levin ] * New upstream version. + Fixed sockaddr_un.sun_path name in decoded output, closes: #554946 + Avoid potential core file clobbering on exit, closes: #656398 + Fixed a typo in documentation, closes: #653309 - -- Dmitry V. Levin Wed, 02 May 2012 12:34:56 +0000 + -- Frederik Schüler Tue, 12 Feb 2013 10:35:22 +0100 strace (4.6-1) unstable; urgency=low diff --git a/debian/strace.docs b/debian/strace.docs index f62d0679..edc00710 100644 --- a/debian/strace.docs +++ b/debian/strace.docs @@ -1,2 +1 @@ -TODO NEWS diff --git a/strace.spec b/strace.spec index 1bb7d3b8..da596ade 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace Version: 4.7 -Release: 1%{?dist} +Release: 3%{?dist} License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -86,6 +86,12 @@ rm -rf %{buildroot} %endif %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 4.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 4.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Wed May 02 2012 Dmitry V. Levin 4.7-1 - New upstream release. + implemented proper handling of real SIGTRAPs (#162774).