rpms/NetworkManager/devel 0001-bluetooth-fix-device-capability-checking-need-NAP.patch, NONE, 1.1 NetworkManager.spec, 1.281, 1.282

Bastien Nocera hadess at fedoraproject.org
Tue Aug 11 08:52:18 UTC 2009


Author: hadess

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

Modified Files:
	NetworkManager.spec 
Added Files:
	0001-bluetooth-fix-device-capability-checking-need-NAP.patch 
Log Message:
* Tue Aug 11 2009 Bastien Nocera <bnocera at redhat.com> 0.7.995-2.git20090804
- Add patch to fix service detection on phones


0001-bluetooth-fix-device-capability-checking-need-NAP.patch:
 network-manager-applet.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE 0001-bluetooth-fix-device-capability-checking-need-NAP.patch ---
>From 4dee9abe1d000d0fc266924949ea7b97e025d7f7 Mon Sep 17 00:00:00 2001
From: Dan Williams <dcbw at redhat.com>
Date: Fri, 7 Aug 2009 10:01:50 -0500
Subject: [PATCH 1/3] bluetooth: fix device capability checking (need NAP not PANU)

The remote device (which is what we're checking) needs to provide
the NAP service (meaning it can bridge packets to the cellular
network), not the PANU service.
---
 src/gnome-bluetooth/network-manager-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gnome-bluetooth/network-manager-applet.c b/src/gnome-bluetooth/network-manager-applet.c
index 3cdd5b5..58f5b9c 100644
--- a/src/gnome-bluetooth/network-manager-applet.c
+++ b/src/gnome-bluetooth/network-manager-applet.c
@@ -45,7 +45,7 @@ has_config_widget (const char *bdaddr, const char **uuids)
 
 	for (i = 0; uuids && uuids[i] != NULL; i++) {
 		g_message ("has_config_widget %s %s", bdaddr, uuids[i]);
-		if (g_str_equal (uuids[i], "PANU"))
+		if (g_str_equal (uuids[i], "NAP"))
 			return TRUE;
 	}
 	return FALSE;
-- 
1.6.2.5



Index: NetworkManager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/devel/NetworkManager.spec,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -p -r1.281 -r1.282
--- NetworkManager.spec	4 Aug 2009 20:02:07 -0000	1.281
+++ NetworkManager.spec	11 Aug 2009 08:52:18 -0000	1.282
@@ -15,7 +15,7 @@ Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.7.995
-Release: 1%{snapshot}%{?dist}
+Release: 2%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -25,6 +25,7 @@ Source1: network-manager-applet-%{versio
 Source2: nm-system-settings.conf
 Patch1: nm-applet-internal-buildfixes.patch
 Patch2: explain-dns1-dns2.patch
+Patch3: 0001-bluetooth-fix-device-capability-checking-need-NAP.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 PreReq:   chkconfig
@@ -145,6 +146,7 @@ tar -xjf %{SOURCE1}
 
 %patch1 -p1 -b .buildfix
 %patch2 -p1 -b .explain-dns1-dns2
+%patch3 -p1 -b .bt-detection
 
 %build
 
@@ -323,6 +325,9 @@ fi
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Tue Aug 11 2009 Bastien Nocera <bnocera at redhat.com> 0.7.995-2.git20090804
+- Add patch to fix service detection on phones
+
 * Tue Aug  4 2009 Dan Williams <dcbw at redhat.com> - 0.7.995-1.git20090804
 - nm: IPv6 support for manual & router-advertisement modes
 




More information about the fedora-extras-commits mailing list