Prepare for 4.9 release
* NEWS: Update for 4.9 release. * debian/changelog: 4.9-1. * strace.spec: 4.9-1.
This commit is contained in:
parent
a283ae0368
commit
e4db4c4bdd
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
|||||||
Noteworthy changes in release 4.9 (????-??-??)
|
Noteworthy changes in release 4.9 (2014-08-15)
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
* Changes in behavior
|
* Changes in behavior
|
||||||
|
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
|||||||
|
strace (4.9-1) experimental; urgency=low
|
||||||
|
|
||||||
|
* New upstream version.
|
||||||
|
+ added -w option to produce stats on syscall latency, closes: #457497
|
||||||
|
+ applied miscellaneous corrections to the manpage, closes: #725987
|
||||||
|
+ fixed a typo in package description, closes: #697625
|
||||||
|
+ enabled or1k build, closes: #742235
|
||||||
|
+ enabled maximum security hardening, thanks to Markus <waldeck@gmx.de>
|
||||||
|
|
||||||
|
-- Dmitry V. Levin <ldv@altlinux.org> Fri, 15 Aug 2014 13:14:15 +0000
|
||||||
|
|
||||||
strace (4.8-1.1) unstable; urgency=low
|
strace (4.8-1.1) unstable; urgency=low
|
||||||
|
|
||||||
* NMU
|
* NMU
|
||||||
|
24
strace.spec
24
strace.spec
@ -1,16 +1,11 @@
|
|||||||
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.8
|
Version: 4.9
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
|
|
||||||
URL: http://sourceforge.net/projects/strace/
|
URL: http://sourceforge.net/projects/strace/
|
||||||
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
|
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: libacl-devel, libaio-devel, time
|
||||||
|
|
||||||
@ -47,8 +42,6 @@ The `strace' program in the `strace' package is for 32-bit processes.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .ftbfs
|
|
||||||
%patch1 -p1 -b .ppc64
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -72,7 +65,7 @@ rm -f %{buildroot}%{_bindir}/strace-graph
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make -k check VERBOSE=1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README
|
%doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README
|
||||||
@ -86,6 +79,13 @@ make check
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Jul 25 2014 Dan Horák <dan[at]danny.cz> - 4.8-5
|
||||||
- update for ppc64
|
- update for ppc64
|
||||||
|
|
||||||
@ -312,7 +312,7 @@ make check
|
|||||||
* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
|
* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
|
||||||
- new upstream version, groks more new system calls, PF_INET6 sockets
|
- 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)
|
- new upstream version, more fixes (#90754, #91085)
|
||||||
|
|
||||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||||
@ -405,7 +405,7 @@ make check
|
|||||||
* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
|
* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
|
||||||
- update to CVS, reintegrate ia64 support
|
- 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
|
- Get S/390 support into the normal package
|
||||||
|
|
||||||
* Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
* Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
Loading…
Reference in New Issue
Block a user