rpms/rhythmbox/devel rb-ddkit-monitor.patch, 1.2, 1.3 rhythmbox.spec, 1.241, 1.242

Bastien Nocera hadess at fedoraproject.org
Thu Apr 9 17:12:35 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17484

Modified Files:
	rb-ddkit-monitor.patch rhythmbox.spec 
Log Message:
More autotools hate, fix logic bug in the patch


rb-ddkit-monitor.patch:

Index: rb-ddkit-monitor.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rb-ddkit-monitor.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rb-ddkit-monitor.patch	9 Apr 2009 17:02:53 -0000	1.2
+++ rb-ddkit-monitor.patch	9 Apr 2009 17:12:35 -0000	1.3
@@ -50,7 +50,7 @@
 +							"block.device", dev,
 +							&num_udis, NULL);
 +
-+	if (udis != NULL || num_udis < 1)
++	if (udis == NULL || num_udis < 1)
 +		return NULL;
 +
 +	udi = g_strdup (udis[0]);


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- rhythmbox.spec	9 Apr 2009 17:02:53 -0000	1.241
+++ rhythmbox.spec	9 Apr 2009 17:12:35 -0000	1.242
@@ -100,6 +100,7 @@
 # Use the installed louie, not the one in Coherence
 find plugins/coherence/upnp_coherence/ -type f -exec sed -i 's/coherence.extern.louie as louie/louie/' '{}' ';'
 
+aclocal
 automake
 
 %build




More information about the scm-commits mailing list