rpms/strace/F-11 .cvsignore, 1.24, 1.25 sources, 1.28, 1.29 strace.spec, 1.53, 1.54

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


Author: roland

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/strace/F-11/.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:13 -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-11/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-11/strace.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- strace.spec	26 Feb 2009 03:17:32 -0000	1.53
+++ strace.spec	21 Oct 2009 17:51:13 -0000	1.54
@@ -1,7 +1,7 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 4.5.18
-Release: 2%{?dist}
+Version: 4.5.19
+Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
 URL: http://sourceforge.net/projects/strace/
@@ -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,10 +81,15 @@ rm -rf %{buildroot}
 %{_bindir}/strace64
 %endif
 
-
 %changelog
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.5.18-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* 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)




More information about the fedora-extras-commits mailing list