rpms/obex-data-server/devel obex-data-server-0.3.4-bluez4.patch, NONE, 1.1 obex-data-server.spec, 1.8, 1.9

Bastien Nocera hadess at fedoraproject.org
Thu Sep 11 13:01:40 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/obex-data-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20958

Modified Files:
	obex-data-server.spec 
Added Files:
	obex-data-server-0.3.4-bluez4.patch 
Log Message:
* Thu Sep 11 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.4-3
- Rebuild with BlueZ 4.x patch


obex-data-server-0.3.4-bluez4.patch:

--- NEW FILE obex-data-server-0.3.4-bluez4.patch ---
--- obex-data-server-0.3.4/src/ods-bluez.c	2008-06-27 16:21:14.000000000 +0100
+++ obex-data-server-0.3.4.new/src/ods-bluez.c	2008-09-11 13:56:37.000000000 +0100
@@ -314,7 +314,7 @@ get_remote_service_record_cb (DBusGProxy
 		goto err;
 	}
 	
-	sdp_record = sdp_extract_pdu ((uint8_t *)record_array->data, &scanned);
+	sdp_record = sdp_extract_pdu ((uint8_t *)record_array->data, record_array->len, &scanned);
 	
 	/* get channel for this service */
 	if (sdp_get_access_protos (sdp_record, &protos) != 0) {


Index: obex-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/obex-data-server/devel/obex-data-server.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- obex-data-server.spec	11 Sep 2008 05:33:33 -0000	1.8
+++ obex-data-server.spec	11 Sep 2008 13:01:10 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		obex-data-server
 Version:	0.3.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Epoch:		1
 Summary:	D-Bus service for Obex access
 
@@ -16,6 +16,8 @@
 BuildRequires:	glib2-devel
 BuildRequires:	libtool
 
+Patch0:		obex-data-server-0.3.4-bluez4.patch
+
 %description
 obex-data-server is a D-Bus service to allow sending and receiving files
 using the ObexFTP and Obex Push protocols, common on mobile phones and
@@ -23,6 +25,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .bluez4
 
 %build
 %configure
@@ -60,6 +63,9 @@
 %{_mandir}/man1/obex-data-server.1.gz
 
 %changelog
+* Thu Sep 11 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.4-3
+- Rebuild with BlueZ 4.x patch
+
 * Thu Sep 11 2008 Matthias Clasen <mclasen at redhat.com> - 0.3.4-2
 - Rebuild
 




More information about the fedora-extras-commits mailing list