OBS User unknown
2008-06-30 17:36:59 +00:00
committed by Git OBS Bridge
parent fe0a4d7064
commit ff05c53e2f
4 changed files with 74 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ License: BSD 3-Clause
Group: Development/Tools/Debuggers
AutoReqProv: on
Version: 4.5.16
Release: 44
Release: 56
Summary: A utility to trace the system calls of a program
Source: strace-%{version}.tar.bz2
Patch: strace-%{version}.diff
@@ -27,6 +27,8 @@ Patch4: strace-sysinfo.diff
Patch5: strace-graph.diff
Patch6: ioctl.diff
Patch8: ptrace.diff
Patch9: vfork.diff
Patch10: clone2.diff
Url: http://sourceforge.net/projects/strace/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -52,6 +54,8 @@ Authors:
%patch5
%patch6
%patch8
%patch9
%patch10
%build
export CFLAGS="$RPM_OPT_FLAGS"
@@ -75,6 +79,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/strace.1.gz
%changelog
* Mon Jun 30 2008 schwab@suse.de
- Fix following vfork and clone2.
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support