rpms/strace/F-10 .cvsignore, 1.24, 1.25 sources, 1.28, 1.29 strace.spec, 1.52, 1.53

roland roland at fedoraproject.org
Wed Oct 21 17:51:13 UTC 2009


Author: roland

Update of /cvs/pkgs/rpms/strace/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32525/F-10

Modified Files:
	.cvsignore sources strace.spec 
Log Message:
Update to 4.5.19


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/strace/F-10/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	28 Aug 2008 23:05:17 -0000	1.24
+++ .cvsignore	21 Oct 2009 17:51:12 -0000	1.25
@@ -1 +1 @@
-strace-4.5.18.tar.bz2
+strace-4.5.19.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/strace/F-10/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	28 Aug 2008 23:05:17 -0000	1.28
+++ sources	21 Oct 2009 17:51:13 -0000	1.29
@@ -1 +1 @@
-e9449fcee97e6a8ed73934c883c870e0  strace-4.5.18.tar.bz2
+2415e435d61e40315a298c80aced0cda  strace-4.5.19.tar.bz2


Index: strace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/strace/F-10/strace.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- strace.spec	28 Aug 2008 23:05:17 -0000	1.52
+++ strace.spec	21 Oct 2009 17:51:13 -0000	1.53
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 4.5.18
+Version: 4.5.19
 Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
@@ -55,8 +55,15 @@ make DESTDIR=%{buildroot} install
 # remove unpackaged files from the buildroot
 rm -f %{buildroot}%{_bindir}/strace-graph
 
+%define copy64 ln
+%if 0%{?rhel}
+%if 0%{?rhel} < 6
+%endif
+%define copy64 cp -p
+%endif
+
 %ifarch %{strace64_arches}
-ln %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
+%{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
 %endif
 
 %clean
@@ -64,7 +71,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc CREDITS ChangeLog COPYRIGHT NEWS PORTING README
+%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS PORTING README
 %{_bindir}/strace
 %{_mandir}/man1/*
 
@@ -74,8 +81,16 @@ rm -rf %{buildroot}
 %{_bindir}/strace64
 %endif
 
-
 %changelog
+* Wed Oct 21 2009 Roland McGrath <roland at redhat.com> - 4.5.19-1
+- New upstream release, work mostly by Dmitry V. Levin <ldv at altlinux.org>
+  + exit/kill strace with traced process exitcode/signal (#105371);
+  + fixed build on ARM EABI (#507576);
+  + fixed display of 32-bit argv array on 64-bit architectures (#519480);
+  + fixed display of 32-bit fcntl(F_SETLK) on 64-bit architectures (#471169);
+  + fixed several bugs in strings decoder, including potential heap
+    memory corruption (#470529, #478324, #511035).
+
 * Thu Aug 28 2008 Roland McGrath <roland at redhat.com> - 4.5.18-1
 - build fix for newer kernel headers (#457291)
 - fix CLONE_VFORK handling (#455078)




More information about the scm-commits mailing list