From 37e3bbb48804f2aba5ae6c283e56b8e522a3ce084d36f8edaabe12b70131d6b1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 13 Jan 2009 17:37:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=20 --- bluetooth.modprobe | 2 +- bluez-gstreamer.spec | 2 +- bluez.changes | 5 +++++ bluez.spec | 4 +++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bluetooth.modprobe b/bluetooth.modprobe index c57d961..e6c8294 100644 --- a/bluetooth.modprobe +++ b/bluetooth.modprobe @@ -1,3 +1,3 @@ # use "reset=1" as default, since it should be safe for recent devices and # solves all kind of problems. -option btusb reset=1 +options btusb reset=1 diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index 0d72509..b2ef374 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -25,7 +25,7 @@ BuildRequires: alsa-devel libsndfile-devel BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel Url: http://www.bluez.org Version: 4.22 -Release: 2 +Release: 4 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities License: GPL v2 or later diff --git a/bluez.changes b/bluez.changes index 67541ed..79b38b5 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 13 12:54:33 CET 2009 - seife@suse.de + +- fix the modprobe.d config syntax (bnc#465643) + ------------------------------------------------------------------- Thu Jan 8 17:09:02 CET 2009 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index d0ed5be..f1cd96c 100644 --- a/bluez.spec +++ b/bluez.spec @@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel Url: http://www.bluez.org Version: 4.22 -Release: 2 +Release: 4 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later @@ -353,6 +353,8 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/dund.1.gz %changelog +* Tue Jan 13 2009 seife@suse.de +- fix the modprobe.d config syntax (bnc#465643) * Thu Jan 08 2009 seife@suse.de - add a modprobe.d config, setting reset=1 for btusb (bnc#461369) * Sun Dec 07 2008 seife@suse.de