rpms/ltrace/devel ltrace-0.5-build.patch, NONE, 1.1 ltrace.spec, 1.62, 1.63

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Mon Oct 8 18:35:46 UTC 2007


Author: pmachata

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

Modified Files:
	ltrace.spec 
Added Files:
	ltrace-0.5-build.patch 
Log Message:
... and fix parallel build ...


ltrace-0.5-build.patch:

--- NEW FILE ltrace-0.5-build.patch ---
diff -Burp ltrace-0.5/Makefile.in ltrace-0.5-pm/Makefile.in
--- ltrace-0.5/Makefile.in	2007-10-08 20:28:35.000000000 +0200
+++ ltrace-0.5-pm/Makefile.in	2007-10-08 20:27:07.000000000 +0200
@@ -34,6 +34,7 @@ VERSION	=	@PACKAGE_VERSION@
 
 all:		ltrace
 
+$(OBJ):		| sysdeps/sysdep.o
 ltrace:		sysdeps/sysdep.o $(OBJ)
 		$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
 


Index: ltrace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ltrace/devel/ltrace.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ltrace.spec	8 Oct 2007 18:18:08 -0000	1.62
+++ ltrace.spec	8 Oct 2007 18:35:16 -0000	1.63
@@ -28,6 +28,7 @@
 Patch11: ltrace-0.5-exec-tests.patch
 Patch12: ltrace-0.5-man.patch
 Patch13: ltrace-0.5-ia64-sigill.patch
+Patch14: ltrace-0.5-build.patch
 
 %description
 Ltrace is a debugging program which runs a specified command until the
@@ -55,6 +56,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 sed -i -e 's/-o root -g root//' Makefile.in
 
 %build
@@ -87,7 +89,8 @@
 
 %changelog
 * Wed Sep 12 2007 Petr Machata <pmachata at redhat.com> - 0.5-9.45svn
-- cleanup spec
+- Cleanup spec.
+- Fix parallel make bug in Makefile.
 - resolves: #226109
 
 * Thu Aug 16 2007 Petr Machata <pmachata at redhat.com> - 0.5-8.45svn




More information about the fedora-extras-commits mailing list