2004-06-27 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.5. * strace.spec, debian/changelog: 4.5.5-1.
This commit is contained in:
parent
7a391df72c
commit
b7e2ca1456
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
|||||||
|
Changes in 4.5.5
|
||||||
|
==============
|
||||||
|
* Just bug fixes.
|
||||||
|
|
||||||
Changes in 4.5.4
|
Changes in 4.5.4
|
||||||
==============
|
==============
|
||||||
* Update Linux ioctl lists.
|
* Update Linux ioctl lists.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl Process this file with autoconf to create configure. Use autoreconf.
|
dnl Process this file with autoconf to create configure. Use autoreconf.
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([strace],[4.5.4])
|
AC_INIT([strace],[4.5.5])
|
||||||
AC_CONFIG_SRCDIR([strace.c])
|
AC_CONFIG_SRCDIR([strace.c])
|
||||||
AM_CONFIG_HEADER([config.h])
|
AM_CONFIG_HEADER([config.h])
|
||||||
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
|
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
strace (4.5.5-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream version.
|
||||||
|
+ Fix support for 32-bit (i386) binaries on Linux/AMD64.
|
||||||
|
|
||||||
|
-- Roland McGrath <frob@debian.org> Sun, 27 Jun 2004 22:19:15 -0700
|
||||||
|
|
||||||
strace (4.5.4-1) unstable; urgency=low
|
strace (4.5.4-1) unstable; urgency=low
|
||||||
|
|
||||||
* Build package on amd64, closes: #246568.
|
* Build package on amd64, closes: #246568.
|
||||||
|
11
strace.spec
11
strace.spec
@ -1,6 +1,6 @@
|
|||||||
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.5.4
|
Version: 4.5.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
@ -75,6 +75,15 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 27 2004 Roland McGrath <roland@redhat.com> 4.5.5-1
|
||||||
|
- new upstream version, fixes x86-64 biarch support (#126547)
|
||||||
|
|
||||||
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 4.5.4-2
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Jun 3 2004 Roland McGrath <roland@redhat.com> 4.5.4-0.FC1
|
||||||
|
- rebuilt for FC1 update
|
||||||
|
|
||||||
* Thu Jun 3 2004 Roland McGrath <roland@redhat.com> 4.5.4-1
|
* Thu Jun 3 2004 Roland McGrath <roland@redhat.com> 4.5.4-1
|
||||||
- new upstream version, more ioctls (#122257), minor fixes
|
- new upstream version, more ioctls (#122257), minor fixes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user