rpms/libvirt-cim/devel parse.patch,1.1,1.2

Dan Smith (danms) fedora-extras-commits at redhat.com
Mon Jan 14 20:44:17 UTC 2008


Author: danms

Update of /cvs/pkgs/rpms/libvirt-cim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22026

Modified Files:
	parse.patch 
Log Message:
Fix patch to change the correct file

parse.patch:

Index: parse.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/parse.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- parse.patch	14 Jan 2008 18:15:47 -0000	1.1
+++ parse.patch	14 Jan 2008 20:44:13 -0000	1.2
@@ -1,17 +1,12 @@
-Fix build of xml_parse_test
-to include the in-tree libxkutil, instead of the one installed on the system
-
-Signed-off-by: Dan Smith <danms at us.ibm.com>
-
-diff -r 6cf619d17423 libxkutil/Makefile.am
---- a/libxkutil/Makefile.am	Mon Jan 14 09:33:40 2008 -0800
-+++ b/libxkutil/Makefile.am	Mon Jan 14 09:52:23 2008 -0800
-@@ -16,5 +16,6 @@ noinst_PROGRAMS = xml_parse_test
- noinst_PROGRAMS = xml_parse_test
- 
- xml_parse_test_SOURCES = xml_parse_test.c
--#xml_parse_test_HEADERS = device_parsing.h
--xml_parse_test_LDADD = -lvirt -lxkutil
-+xml_parse_test_LDADD = -lvirt
-+xml_parse_test_LDFLAGS = libxkutil.la
-+xml_parse_test_DEPENDENCIES = libxkutil.la
+diff -Naur libvirt-cim-0.1/libxkutil/Makefile.in libvirt-cim-0.1-new/libxkutil/Makefile.in
+--- libvirt-cim-0.1/libxkutil/Makefile.in	2008-01-14 07:26:27.000000000 -0800
++++ libvirt-cim-0.1-new/libxkutil/Makefile.in	2008-01-14 12:34:51.000000000 -0800
+@@ -34,7 +34,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-noinst_PROGRAMS = xml_parse_test$(EXEEXT)
++#noinst_PROGRAMS = xml_parse_test$(EXEEXT)
+ subdir = libxkutil
+ DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
+ 	$(srcdir)/Makefile.in




More information about the fedora-extras-commits mailing list