rpms/bluez/devel 0001-Add-udev-rules-to-start-bluetooth-on-demand.patch, NONE, 1.1 .cvsignore, 1.36, 1.37 bluez.spec, 1.71, 1.72 sources, 1.36, 1.37 0001-Add-udev-mode-to-bluetoothd.patch, 1.1, NONE 96-bluez.rules, 1.1, NONE

Bastien Nocera hadess at fedoraproject.org
Sun Jun 21 13:44:03 UTC 2009


Author: hadess

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

Modified Files:
	.cvsignore bluez.spec sources 
Added Files:
	0001-Add-udev-rules-to-start-bluetooth-on-demand.patch 
Removed Files:
	0001-Add-udev-mode-to-bluetoothd.patch 96-bluez.rules 
Log Message:
* Sun Jun 21 2009 Bastien Nocera <bnocera at redhat.com> 4.42-2
- Update to 4.42

0001-Add-udev-rules-to-start-bluetooth-on-demand.patch:

--- NEW FILE 0001-Add-udev-rules-to-start-bluetooth-on-demand.patch ---
>From 830639ae0f3421a9d7c7366854925e32001771b5 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess at hadess.net>
Date: Sun, 21 Jun 2009 14:37:32 +0100
Subject: [PATCH] Add udev rules to start bluetooth on-demand

Those rules call bluetoothd --udev when a new dongle is inserted.
---
 scripts/96-bluez.rules |    5 +++++
 scripts/Makefile.am    |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 scripts/96-bluez.rules

diff --git a/scripts/96-bluez.rules b/scripts/96-bluez.rules
new file mode 100644
index 0000000..f3034b5
--- /dev/null
+++ b/scripts/96-bluez.rules
@@ -0,0 +1,5 @@
+# Run helper every time a Bluetooth device appears
+# On remove actions, bluetoothd should go away by itself
+
+ACTION=="add", SUBSYSTEM=="bluetooth",		RUN+="/usr/sbin/bluetoothd --udev"
+
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 494a9c2..d87295d 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -11,6 +11,8 @@ endif
 if PCMCIARULES
 rules_DATA += bluetooth-serial.rules
 endif
+
+rules_DATA += 96-bluez.rules
 endif
 
 if PCMCIARULES
-- 
1.6.2.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- .cvsignore	8 Jun 2009 08:40:37 -0000	1.36
+++ .cvsignore	21 Jun 2009 13:43:32 -0000	1.37
@@ -1 +1 @@
-bluez-4.41.tar.gz
+bluez-4.42.tar.gz


Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/bluez.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- bluez.spec	12 Jun 2009 17:40:17 -0000	1.71
+++ bluez.spec	21 Jun 2009 13:43:33 -0000	1.72
@@ -1,6 +1,6 @@
 Summary: Bluetooth utilities
 Name: bluez
-Version: 4.41
+Version: 4.42
 Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -25,8 +25,8 @@ Patch3: bluez-activate-wacom-mode2.patch
 Patch4: bluez-socket-mobile-cf-connection-kit.patch
 # http://thread.gmane.org/gmane.linux.bluez.kernel/2396
 Patch5: 0001-Add-sixaxis-cable-pairing-plugin.patch
-# http://thread.gmane.org/gmane.linux.bluez.kernel/2474
-Patch6: 0001-Add-udev-mode-to-bluetoothd.patch
+# http://thread.gmane.org/gmane.linux.bluez.kernel/2579
+Patch6: 0001-Add-udev-rules-to-start-bluetooth-on-demand.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://www.bluez.org/
@@ -273,6 +273,9 @@ fi
 %config(noreplace) %{_sysconfdir}/sysconfig/pand
 
 %changelog
+* Sun Jun 21 2009 Bastien Nocera <bnocera at redhat.com> 4.42-2
+- Update to 4.42
+
 * Thu Jun 11 2009 Bastien Nocera <bnocera at redhat.com> 4.41-2
 - Switch to on-demand start/stop using udev
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- sources	8 Jun 2009 08:40:37 -0000	1.36
+++ sources	21 Jun 2009 13:43:33 -0000	1.37
@@ -1 +1 @@
-4629236517df280be321f009917a52be  bluez-4.41.tar.gz
+d24dfd3ca42847123e29f58b29af6948  bluez-4.42.tar.gz


--- 0001-Add-udev-mode-to-bluetoothd.patch DELETED ---


--- 96-bluez.rules DELETED ---




More information about the fedora-extras-commits mailing list