OBS User unknown
2007-01-18 00:47:16 +00:00
committed by Git OBS Bridge
parent f6ae875b0f
commit 38eaa46333
11 changed files with 49 additions and 3171 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package strace (Version 4.5.14)
# spec file for package strace (Version 4.5.15)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -15,22 +15,18 @@ BuildRequires: libacl-devel
License: Other License(s), see package
Group: Development/Tools/Debuggers
Autoreqprov: on
Version: 4.5.14
Release: 25
Version: 4.5.15
Release: 1
Summary: A utility to trace the system calls of a program
Source: strace-%{version}.tar.bz2
Patch99: strace-cvs.diff
Patch: strace-%{version}.diff
Patch2: warn.patch
Patch3: strace-s390minusi.patch
Patch6: syscalls.diff
Patch7: proper_inotify.diff
Patch8: strace-sysinfo.diff
Patch9: strace-graph.diff
Patch10: strace-openat-syscalls.patch
Patch11: strace-pselect6.patch
Patch13: ioctl.diff
Patch14: fstatat-ppc64.patch
Patch1: warn.patch
Patch2: strace-s390minusi.patch
Patch3: syscalls.diff
Patch4: strace-sysinfo.diff
Patch5: strace-graph.diff
Patch6: ioctl.diff
Patch7: fstatat-ppc64.patch
URL: http://www.liacs.nl/~wichert/strace/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -49,23 +45,17 @@ Authors:
%prep
%setup -q
%patch99
%patch
%patch1
%patch2
%patch3
%patch4
%patch5
%patch6
%patch7
%patch8
%patch9
%patch10 -p1
%patch11 -p1
%patch13
%patch14
%build
%{suse_update_config -f}
autoreconf -fi
export CFLAGS="-Wall $RPM_OPT_FLAGS -pipe"
export CFLAGS="$RPM_OPT_FLAGS"
%ifarch alpha
CFLAGS="$CFLAGS -ffixed-8"
%endif
@@ -86,6 +76,12 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/strace.1.gz
%changelog -n strace
* Wed Jan 17 2007 - schwab@suse.de
- Update to strace 4.5.15.
* Bug fixes.
* Several biarch improvements.
* Improved output for adjtimex, sysctl, quotactl, mount, umount.
* Support new Linux system calls *at, inotify*, pselect6, ppoll and unshare.
* Mon Oct 09 2006 - schwab@suse.de
- Fix compilation with 2.6.18 kernel headers.
* Fri Sep 29 2006 - schwab@suse.de