rpms/gnome-vfs2-obexftp/devel gnome-vfs-obexftp-find-obex-directly.patch, 1.2, 1.3 gnome-vfs2-obexftp.spec, 1.6, 1.7

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Nov 26 11:54:35 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1655

Modified Files:
	gnome-vfs-obexftp-find-obex-directly.patch 
	gnome-vfs2-obexftp.spec 
Log Message:
* Mon Nov 26 2007 - Bastien Nocera <bnocera at redhat.com> - 0.4-4
- Another go at fixing (#345581)


gnome-vfs-obexftp-find-obex-directly.patch:

Index: gnome-vfs-obexftp-find-obex-directly.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel/gnome-vfs-obexftp-find-obex-directly.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-vfs-obexftp-find-obex-directly.patch	25 Nov 2007 17:33:23 -0000	1.2
+++ gnome-vfs-obexftp-find-obex-directly.patch	26 Nov 2007 11:54:31 -0000	1.3
@@ -1,7 +1,7 @@
 === modified file 'src/om-bluetooth.c'
 --- src/om-bluetooth.c	2007-06-10 11:23:36 +0000
-+++ src/om-bluetooth.c	2007-11-25 17:29:18 +0000
-@@ -178,9 +178,26 @@
++++ src/om-bluetooth.c	2007-11-26 11:49:10 +0000
+@@ -178,9 +178,29 @@
  	if (sdp_service_search_attr_req (sdp, search,
  					 SDP_ATTR_REQ_INDIVIDUAL, attrs,
  					 &recs)) {
@@ -17,8 +17,11 @@
 +		sdp_list_free (attrs, NULL);
 +
 +		sdp_uuid16_create(&obex_uuid, OBEX_FILETRANS_SVCLASS_ID);
-+		attrs = sdp_list_append(0, &range);
-+		search = sdp_list_append(0, &obex_uuid);
++		search = sdp_list_append(NULL, &range);
++		search = sdp_list_append(search, &obex_uuid);
++
++		attrs = sdp_list_append (NULL, &proto_desc_list);
++		attrs = sdp_list_append (attrs, &svclass_id_list);
 +
 +		if (sdp_service_search_attr_req (sdp, search,
 +						 SDP_ATTR_REQ_INDIVIDUAL, attrs,


Index: gnome-vfs2-obexftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel/gnome-vfs2-obexftp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-vfs2-obexftp.spec	25 Nov 2007 17:22:45 -0000	1.6
+++ gnome-vfs2-obexftp.spec	26 Nov 2007 11:54:31 -0000	1.7
@@ -1,7 +1,7 @@
 Summary:	ObexFTP over Bluetooth support for GNOME
 Name:		gnome-vfs2-obexftp
 Version:	0.4
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL
 Group:		Applications/Communications
 URL:		http://www.gnome.org/
@@ -48,6 +48,9 @@
 %{_libdir}/gnome-vfs-2.0/modules/*.so
 
 %changelog
+* Mon Nov 26 2007 - Bastien Nocera <bnocera at redhat.com> - 0.4-4
+- Another go at fixing (#345581)
+
 * Sun Nov 25 2007 - Bastien Nocera <bnocera at redhat.com> - 0.4-3
 - Add patch to try and fix for broken devices that don't answer SDP
   queries without a specific service (#345581)




More information about the fedora-extras-commits mailing list