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.
This commit is contained in:
Дмитрий Левин 2013-05-17 23:16:39 +00:00
parent f782201adf
commit 0eb7165588
3 changed files with 10 additions and 4 deletions

5
debian/changelog vendored
View File

@ -1,11 +1,12 @@
strace (4.7-1) unstable; urgency=low strace (4.7-1) experimental; urgency=low
[ Dmitry V. Levin ]
* New upstream version. * New upstream version.
+ Fixed sockaddr_un.sun_path name in decoded output, closes: #554946 + Fixed sockaddr_un.sun_path name in decoded output, closes: #554946
+ Avoid potential core file clobbering on exit, closes: #656398 + Avoid potential core file clobbering on exit, closes: #656398
+ Fixed a typo in documentation, closes: #653309 + Fixed a typo in documentation, closes: #653309
-- Dmitry V. Levin <ldv@altlinux.org> Wed, 02 May 2012 12:34:56 +0000 -- Frederik Schüler <fs@debian.org> Tue, 12 Feb 2013 10:35:22 +0100
strace (4.6-1) unstable; urgency=low strace (4.6-1) unstable; urgency=low

1
debian/strace.docs vendored
View File

@ -1,2 +1 @@
TODO
NEWS NEWS

View File

@ -1,7 +1,7 @@
Summary: Tracks and displays system calls associated with a running process Summary: Tracks and displays system calls associated with a running process
Name: strace Name: strace
Version: 4.7 Version: 4.7
Release: 1%{?dist} Release: 3%{?dist}
License: BSD License: BSD
Group: Development/Debuggers Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/ URL: http://sourceforge.net/projects/strace/
@ -86,6 +86,12 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Wed May 02 2012 Dmitry V. Levin <ldv@altlinux.org> 4.7-1 * Wed May 02 2012 Dmitry V. Levin <ldv@altlinux.org> 4.7-1
- New upstream release. - New upstream release.
+ implemented proper handling of real SIGTRAPs (#162774). + implemented proper handling of real SIGTRAPs (#162774).