rpms/strace/devel .cvsignore, 1.21, 1.22 sources, 1.25, 1.26 strace.spec, 1.44, 1.45

Roland McGrath (roland) fedora-extras-commits at redhat.com
Fri Aug 3 10:31:58 UTC 2007


Author: roland

Update of /cvs/pkgs/rpms/strace/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31852

Modified Files:
	.cvsignore sources strace.spec 
Log Message:
New upstream version 4.5.16


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/strace/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	17 Jan 2007 01:56:25 -0000	1.21
+++ .cvsignore	3 Aug 2007 10:31:26 -0000	1.22
@@ -1 +1 @@
-strace-4.5.15.tar.bz2
+strace-4.5.16.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/strace/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	17 Jan 2007 01:56:26 -0000	1.25
+++ sources	3 Aug 2007 10:31:26 -0000	1.26
@@ -1 +1 @@
-ef40944118841803391d212cb64d3c5b  strace-4.5.15.tar.bz2
+77f66d09aa82981bb6d65fa19a2c1ba9  strace-4.5.16.tar.bz2


Index: strace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/strace/devel/strace.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- strace.spec	17 Jan 2007 01:56:26 -0000	1.44
+++ strace.spec	3 Aug 2007 10:31:26 -0000	1.45
@@ -1,12 +1,12 @@
-Summary: Tracks and displays system calls associated with a running process.
+Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 4.5.15
+Version: 4.5.16
 Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
 URL: http://sourceforge.net/projects/strace/
 Source0: http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define strace64_arches ppc64
 
@@ -44,13 +44,11 @@
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_mandir}/man1
-mkdir -p %{buildroot}%{_bindir}
-%makeinstall man1dir=%{buildroot}%{_mandir}/man1
+make DESTDIR=%{buildroot} install
 
 # remove unpackaged files from the buildroot
 rm -f %{buildroot}%{_bindir}/strace-graph
@@ -64,6 +62,7 @@
 
 %files
 %defattr(-,root,root)
+%doc CREDITS ChangeLog COPYRIGHT NEWS PORTING README
 %{_bindir}/strace
 %{_mandir}/man1/*
 
@@ -75,6 +74,16 @@
 
 
 %changelog
+* Fri Aug  3 2007 Roland McGrath <roland at redhat.com> - 4.5.16-1
+- fix multithread issues (#240962, #240961, #247907)
+- fix spurious SIGSTOP on early interrupt (#240986)
+- fix utime for biarch (#247185)
+- fix -u error message (#247170)
+- better futex syscall printing (##241467)
+- fix argv/envp printing with small -s settings, and for biarch
+- new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
+  move_pages, utimensat
+
 * Tue Jan 16 2007 Roland McGrath <roland at redhat.com> - 4.5.15-1
 - biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043)
 - fix -ff -o behavior (#204950, #218435, #193808, #219423)
@@ -372,7 +381,7 @@
 - strace 3.1 patches carried along for now.
 
 * Sun May 16 1999 Jeff Johnson <jbj at redhat.com>
-- don't rely on (broken!) rpm %patch (#2735)
+- don't rely on (broken!) rpm %%patch (#2735)
 
 * Tue Apr 06 1999 Preston Brown <pbrown at redhat.com>
 - strip binary




More information about the fedora-extras-commits mailing list