24fb8efa27
packages: remove acl development library from build dependencies
...
Starting with commit v4.9-46-g681452b that removed all references
to acl.h, we no longer use acl development library.
* .travis.yml (addons.apt.packages): Remove libacl1-dev.
* strace.spec (BuildRequires): Remove libacl-devel.
2015-12-24 00:02:36 +00:00
796fbe085f
packages/x86_64: enable experimental -k option
...
* debian/control (Build-Depends) [amd64]: Add libunwind-dev.
* strace.spec (BuildRequires) [x86_64]: Add libunwind-devel.
2015-12-23 04:36:10 +00:00
2acb065f42
Prepare for 4.11 release
...
* NEWS: Update for 4.11 release.
* debian/changelog: 4.11-1.
* strace.spec: 4.11-1.
2015-12-21 20:21:22 +00:00
4fa8073d87
Sync strace.spec and debian/ with packages
...
* debian/changelog: Sync with 4.10-3.
* debian/control: Likewise.
* debian/rules: Likewise.
* strace.spec: Sync with 4.10-3.
2015-12-20 00:58:36 +00:00
f56046e459
aio: rewrite from libaio.h to linux/aio_abi.h
...
* configure.ac (AC_CHECK_HEADERS): Remove libaio.h.
* aio.c: Assume that <linux/aio_abi.h> is available,
include it instead of <libaio.h>.
[!IOCB_RESFD]: Remove.
(enum iocb_sub): Remove SUB_POLL.
(tprint_lio_opcode): Update.
(print_common_flags): Use IOCB_FLAG_RESFD instead of IOCB_RESFD,
rename fields of struct iocb.
(iocb_is_valid, print_iocb_header, print_iocb): New functions.
(sys_io_submit): Use print_iocb.
(print_io_event): Fix struct io_event decoding.
(sys_io_cancel): Use print_iocb_header.
* strace.spec (BuildRequires): Remove libaio-devel.
* tests/aio.c (main): Test IOCB_CMD_PREADV, io_cancel,
and struct io_event decoding.
* tests/aio.test (syscalls): Add io_cancel.
2015-08-26 21:05:17 +00:00
dfabccf997
Prepare for 4.10 release
...
* NEWS: Update for 4.10 release.
* debian/changelog: 4.10-1.
* strace.spec: 4.10-1.
2015-03-06 13:14:15 +00:00
e4db4c4bdd
Prepare for 4.9 release
...
* NEWS: Update for 4.9 release.
* debian/changelog: 4.9-1.
* strace.spec: 4.9-1.
2014-08-15 13:14:15 +00:00
a283ae0368
Sync strace.spec and debian/ with packages
...
* debian/changelog: Sync with 4.8-1.1.
* debian/control: Likewise.
* debian/rules: Likewise.
* strace.spec: Sync with 4.8-5.
2014-08-15 13:14:15 +00:00
d845411e8c
Prepare for 4.8 release
...
* NEWS: Update for 4.8 release.
* debian/changelog: 4.8-1.
* strace.spec: 4.8-1.
2013-06-03 12:34:56 +00:00
Mike Frysinger
6c19136aca
Rename COPYRIGHT to COPYING
...
The standard name people have adopted is "COPYING" rather than
"COPYRIGHT". Use that as a lot of license scanning tools look for it.
* COPYRIGHT: Rename to ...
* COPYING: ... this.
* Makefile.am (EXTRA_DIST): Rename COPYRIGHT to COPYING.
* README: Likewise.
* strace.spec (%files): Likewise.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-05-17 23:18:55 +00:00
0eb7165588
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.
2013-05-17 23:16:39 +00:00
417eb8861e
Prepare for 4.7 release
...
* configure.ac: Version 4.7.
* debian/changelog: 4.7-1.
* strace.spec: 4.7-1.
2012-05-02 12:34:56 +00:00
54432560a8
Package strace-log-merge
...
* strace.spec (%files): Add strace-log-merge.
2012-04-27 23:38:44 +00:00
48e95c7b1a
Sync strace.spec and debian/ with packages
...
* debian/changelog: Sync with 4.5.20-2.3.
* debian/control: Likewise.
* strace.spec: Sync with 4.6-2.
2012-04-20 17:31:48 +00:00
dd762c302d
Remove and update documentation
...
This change is a verbatim part of Dmitry's changes to remove support
for non-Linux architectures.
* PORTING: Deleted.
* INSTALL: Modified.
* README: Modified.
* strace.1: Modified: bugs should be reported to mailing list, not Debian.
* strace.spec: do not install PORTING file.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2012-02-25 15:29:21 +01:00
50e69cbe74
Prepare for 4.6 release
...
* NEWS: Update for 4.6 release.
* configure.ac: Version 4.6.
* debian/changelog: 4.6-1.
* strace.spec: 4.6-1.
2011-03-14 15:39:36 +00:00
525a39a01a
Generate an xz tar archive of the distribution
...
* configure.ac (AM_INIT_AUTOMAKE): Replace dist-bzip2 with dist-xz.
* Makefile.am: Update srpm target.
* make-dist: Update for dist-xz.
* strace.spec: Update Source tag.
* debian/watch: Update regexp.
* .gitignore: Add strace-*.tar.xz.
2011-02-27 14:05:58 +00:00
983e875c1c
Use "make check" in debian/rules and strace.spec
...
* debian/control: Update Build-Depends.
* debian/rules: Run "make check".
* strace.spec: Update BuildRequires. Run "make check" in %check section.
2011-02-27 10:16:41 +00:00
c36c3033fb
Sync debian/changelog and strace.spec with packages
...
* debian/changelog: Sync with 4.5.20-2.
* strace.spec: Likewise.
2011-02-22 10:32:50 +00:00
Roland McGrath
f47fa96b2b
Fix sourceforge download URL.
2010-06-13 03:12:18 -07:00
acbe51899a
Prepare for 4.5.20 release
...
* NEWS: Update for 4.5.20 release.
* configure.ac: Version 4.5.20.
* debian/changelog: 4.5.20-1.
* strace.spec: 4.5.20-1.
2010-04-13 16:09:23 +00:00
Roland McGrath
7d9247e197
* strace.spec: 4.5.19-1 release.
2009-10-21 10:36:13 -07:00
Roland McGrath
d087571b3e
* strace.spec (%doc): Add ChangeLog-CVS.
2009-10-06 18:03:25 -07:00
fbfed22854
Prepare for 4.5.19 release
...
* NEWS: Update for 4.5.19 release.
* configure.ac: Version 4.5.19.
* debian/changelog: 4.5.19-1.
* strace.spec: 4.5.19-1.
2009-09-19 00:52:24 +00:00
Roland McGrath
3f0dbe2d47
2008-08-28 Roland McGrath <roland@redhat.com>
...
* strace.spec (%ifarch %{strace64_arches}): Use cp -p instead of ln
for %{rhel} < 6.
2008-08-28 23:26:21 +00:00
Roland McGrath
09db705c51
Prepare for 4.5.18 release
2008-08-28 22:00:46 +00:00
Roland McGrath
6a1311d5d3
2008-07-21 Roland McGrath <roland@redhat.com>
...
* configure.ac: Version 4.5.17.
* strace.spec: 4.5.17-1.
2008-07-22 00:43:09 +00:00
Roland McGrath
55dd2780de
2008-07-17 Roland McGrath <roland@redhat.com>
...
* NEWS, strace.spec: Updates in preparation for release.
2008-07-18 02:21:11 +00:00
Roland McGrath
7c2ec5713b
2008-03-26 Roland McGrath <roland@redhat.com>
...
* strace.spec (strace64_arches): Add sparc64.
2008-03-26 19:15:41 +00:00
Roland McGrath
4c99f5678f
2007-11-19 Roland McGrath <roland@redhat.com>
...
* strace.spec: Add BuildRequires on libaio-devel, libacl-devel.
2007-11-19 22:14:56 +00:00
Roland McGrath
47d3223c73
2007-08-03 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.16.
* debian/changelog, strace.spec: 4.5.16-1.
2007-08-03 10:28:55 +00:00
Roland McGrath
cddc21f5fa
2007-02-18 Roland McGrath <roland@redhat.com>
...
* strace.spec (Summary): Remove trailing period.
(%files): Add %doc files.
(%changelog): Double %s in text.
(BuildRoot): Change to Fedora canonical.
(%install): Don't use %makeinstall macro.
(%build): Use %{?_smp_mflags}.
2007-02-18 22:56:37 +00:00
Roland McGrath
00a1875a84
2007-02-18 Roland McGrath <roland@redhat.com>
...
* strace.spec (Summary): Remove trailing period.
(%files): Add %doc files.
(%changelog): Double %s in text.
(BuildRoot): Change to Fedora canonical.
(%install): Don't use %makeinstall macro.
2007-02-18 22:55:21 +00:00
Roland McGrath
0a45fae03e
log updates
2007-01-16 23:25:34 +00:00
Roland McGrath
a0de7c1f64
log update
2007-01-16 01:02:38 +00:00
Roland McGrath
cdec46946c
2007-01-11 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.15.
* debian/changelog, strace.spec: 4.5.15-1.
* strace.spec (Release): Use %{?dist}.
2007-01-11 22:22:47 +00:00
Roland McGrath
4aa15561f9
2006-04-25 Roland McGrath <roland@redhat.com>
...
* strace.spec (Source0): Use http://dl.sourceforge.net URL.
2006-04-25 07:22:02 +00:00
Roland McGrath
f4d9b49453
2006-01-16 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.14.
* debian/changelog, strace.spec: 4.5.14-1.
2006-01-17 06:22:57 +00:00
Roland McGrath
cab4380dbb
2005-08-03 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.13.
* debian/changelog, strace.spec: 4.5.13-1.
2005-08-03 11:42:35 +00:00
Roland McGrath
182cbf4a4a
2005-06-09 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.12.
* debian/changelog, strace.spec: 4.5.12-1.
2005-06-10 03:56:16 +00:00
Roland McGrath
7147a3df2c
2005-03-22 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.11.
* debian/changelog, strace.spec: 4.5.11-1.
2005-03-22 23:12:39 +00:00
Roland McGrath
d8184030b3
2005-03-14 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.10.
* debian/changelog, strace.spec: 4.5.10-1.
2005-03-15 02:40:12 +00:00
Roland McGrath
6df9d64bd4
nit
2005-02-04 10:13:15 +00:00
Roland McGrath
3619a99bb4
2005-02-04 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.9.
* debian/changelog, strace.spec: 4.5.9-2.
2005-02-04 09:54:04 +00:00
Roland McGrath
d63311a8bc
2005-02-04 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.9.
* debian/changelog, strace.spec: 4.5.9-1.
2005-02-04 09:29:04 +00:00
Roland McGrath
f041d47866
2004-10-19 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.8.
* debian/changelog, strace.spec: 4.5.8-1.
2004-10-20 02:17:52 +00:00
Roland McGrath
a9baea469b
2004-08-31 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.7.
* debian/changelog: 4.5.7-1.
* strace.spec: 4.5.7-2.
2004-08-31 09:02:35 +00:00
Roland McGrath
61d6487f11
2004-08-31 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.7.
* debian/changelog: 4.5.7-1.
* strace.spec: 4.5.7-2.
2004-08-31 08:58:10 +00:00
Roland McGrath
b93f918356
2004-08-31 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.7.
* strace.spec, debian/changelog: 4.5.7-1.
2004-08-31 08:17:20 +00:00
Roland McGrath
785a0260ff
2004-07-12 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.6.
* strace.spec, debian/changelog: 4.5.6-1.
2004-07-12 07:55:48 +00:00