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

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


Author: hadess

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

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-5
- And yet another go at (#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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-vfs-obexftp-find-obex-directly.patch	26 Nov 2007 11:54:31 -0000	1.3
+++ gnome-vfs-obexftp-find-obex-directly.patch	26 Nov 2007 14:59:08 -0000	1.4
@@ -1,12 +1,9 @@
 === modified file 'src/om-bluetooth.c'
 --- src/om-bluetooth.c	2007-06-10 11:23:36 +0000
-+++ src/om-bluetooth.c	2007-11-26 11:49:10 +0000
-@@ -178,9 +178,29 @@
- 	if (sdp_service_search_attr_req (sdp, search,
++++ src/om-bluetooth.c	2007-11-26 14:57:38 +0000
+@@ -179,8 +179,25 @@
  					 SDP_ATTR_REQ_INDIVIDUAL, attrs,
  					 &recs)) {
-+		uint32_t range = SDP_ATTR_PROTO_DESC_LIST;
-+
  		d(g_printerr("find_obexftp_channel: "
 -			     "Could not browse services"));
 -		goto end;
@@ -17,8 +14,7 @@
 +		sdp_list_free (attrs, NULL);
 +
 +		sdp_uuid16_create(&obex_uuid, OBEX_FILETRANS_SVCLASS_ID);
-+		search = sdp_list_append(NULL, &range);
-+		search = sdp_list_append(search, &obex_uuid);
++		search = sdp_list_append(NULL, &obex_uuid);
 +
 +		attrs = sdp_list_append (NULL, &proto_desc_list);
 +		attrs = sdp_list_append (attrs, &svclass_id_list);


Index: gnome-vfs2-obexftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel/gnome-vfs2-obexftp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-vfs2-obexftp.spec	26 Nov 2007 11:54:31 -0000	1.7
+++ gnome-vfs2-obexftp.spec	26 Nov 2007 14:59:08 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:	ObexFTP over Bluetooth support for GNOME
 Name:		gnome-vfs2-obexftp
 Version:	0.4
-Release:	4%{?dist}
+Release:	5%{?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-5
+- And yet another go at (#345581)
+
 * Mon Nov 26 2007 - Bastien Nocera <bnocera at redhat.com> - 0.4-4
 - Another go at fixing (#345581)
 




More information about the fedora-extras-commits mailing list