2008-09-12 17:00:29 +00:00
|
|
|
Summary: Bluetooth utilities
|
2008-09-11 02:10:24 +00:00
|
|
|
Name: bluez
|
2009-06-21 13:43:33 +00:00
|
|
|
Version: 4.42
|
2009-06-12 17:40:17 +00:00
|
|
|
Release: 2%{?dist}
|
2008-09-11 02:10:24 +00:00
|
|
|
License: GPLv2+
|
2008-09-12 17:00:29 +00:00
|
|
|
Group: Applications/System
|
2008-09-11 02:10:24 +00:00
|
|
|
Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
|
|
|
|
Source1: bluetooth.init
|
|
|
|
Source2: bluetooth.conf
|
2009-04-29 10:22:58 +00:00
|
|
|
Source3: dund.init
|
|
|
|
Source4: dund.conf
|
|
|
|
Source5: pand.init
|
|
|
|
Source6: pand.conf
|
|
|
|
Source7: rfcomm.init
|
|
|
|
Source8: bluez-uinput.modules
|
2009-06-12 17:40:17 +00:00
|
|
|
|
2008-09-11 02:10:24 +00:00
|
|
|
Patch1: bluez-utils-oui-usage.patch
|
2009-03-05 18:53:13 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=450081
|
|
|
|
# http://thread.gmane.org/gmane.linux.bluez.kernel/1687
|
|
|
|
Patch2: bluez-try-utf8-harder.patch
|
2009-03-17 23:56:41 +00:00
|
|
|
# http://thread.gmane.org/gmane.linux.bluez.kernel/1754
|
2009-03-16 14:22:41 +00:00
|
|
|
Patch3: bluez-activate-wacom-mode2.patch
|
2009-05-05 13:53:20 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=498756
|
|
|
|
Patch4: bluez-socket-mobile-cf-connection-kit.patch
|
2009-06-05 13:14:16 +00:00
|
|
|
# http://thread.gmane.org/gmane.linux.bluez.kernel/2396
|
|
|
|
Patch5: 0001-Add-sixaxis-cable-pairing-plugin.patch
|
2009-06-21 13:43:33 +00:00
|
|
|
# http://thread.gmane.org/gmane.linux.bluez.kernel/2579
|
|
|
|
Patch6: 0001-Add-udev-rules-to-start-bluetooth-on-demand.patch
|
2008-09-11 02:10:24 +00:00
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
URL: http://www.bluez.org/
|
|
|
|
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: dbus-devel >= 0.90
|
|
|
|
BuildRequires: libusb-devel, glib2-devel, alsa-lib-devel
|
|
|
|
BuildRequires: gstreamer-plugins-base-devel, gstreamer-devel
|
|
|
|
BuildRequires: libsndfile-devel
|
2009-06-05 13:14:16 +00:00
|
|
|
# For cable pairing
|
|
|
|
BuildRequires: libgudev-devel, libusb1-devel
|
|
|
|
|
|
|
|
# For rebuild
|
|
|
|
BuildRequires: libtool autoconf automake
|
2008-09-11 02:10:24 +00:00
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
Obsoletes: bluez-pan < 4.0, bluez-sdp < 4.0
|
|
|
|
Requires: initscripts, bluez-libs = %{version}
|
|
|
|
Requires: dbus >= 0.60
|
|
|
|
Requires: hwdata >= 0.215
|
|
|
|
Requires: dbus-bluez-pin-helper
|
2009-05-06 11:24:51 +00:00
|
|
|
Requires: udev >= 130
|
2008-09-12 17:00:29 +00:00
|
|
|
Requires(preun): /sbin/chkconfig, /sbin/service
|
|
|
|
Requires(post): /sbin/chkconfig, /sbin/service
|
|
|
|
|
|
|
|
Obsoletes: bluez-utils < 4.5-2
|
|
|
|
Provides: bluez-utils = %{version}-%{release}
|
|
|
|
|
2008-09-11 02:10:24 +00:00
|
|
|
%description
|
2008-09-12 17:00:29 +00:00
|
|
|
Utilities for use in Bluetooth applications:
|
|
|
|
- hcitool
|
|
|
|
- hciattach
|
|
|
|
- hciconfig
|
|
|
|
- bluetoothd
|
|
|
|
- l2ping
|
|
|
|
- start scripts (Red Hat)
|
|
|
|
- pcmcia configuration files
|
2008-09-11 02:10:24 +00:00
|
|
|
|
|
|
|
The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
Summary: Libraries for use in Bluetooth applications
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%package libs-devel
|
|
|
|
Summary: Development libraries for Bluetooth applications
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: bluez-libs = %{version}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Obsoletes: bluez-sdp-devel < 4.0
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%package cups
|
2008-09-11 02:10:24 +00:00
|
|
|
Summary: CUPS printer backend for Bluetooth printers
|
|
|
|
Group: System Environment/Daemons
|
2008-09-12 22:29:05 +00:00
|
|
|
Obsoletes: bluez-utils-cups < 4.5-2
|
2008-09-12 17:00:29 +00:00
|
|
|
Provides: bluez-utils-cups = %{version}-%{release}
|
2008-09-11 02:10:24 +00:00
|
|
|
Requires: bluez-libs = %{version}
|
|
|
|
Requires: cups
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%package gstreamer
|
2008-09-11 02:10:24 +00:00
|
|
|
Summary: GStreamer support for SBC audio format
|
|
|
|
Group: System Environment/Daemons
|
2008-09-12 22:29:05 +00:00
|
|
|
Obsoletes: bluez-utils-gstreamer < 4.5-2
|
2008-09-12 17:00:29 +00:00
|
|
|
Provides: bluez-utils-gstreamer = %{version}-%{release}
|
2008-09-11 02:10:24 +00:00
|
|
|
Requires: bluez-libs = %{version}
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%package alsa
|
2008-09-11 02:10:24 +00:00
|
|
|
Summary: ALSA support for Bluetooth audio devices
|
2008-09-12 22:29:05 +00:00
|
|
|
Obsoletes: bluez-utils-alsa < 4.5-2
|
|
|
|
Provides: bluez-utils-alsa = %{version}-%{release}
|
2008-09-11 02:10:24 +00:00
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: bluez-libs = %{version}
|
|
|
|
|
2009-04-29 10:22:58 +00:00
|
|
|
%package compat
|
|
|
|
Summary: Compatibility utilities for Bluetooth devices
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: bluez-libs = %{version}
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%description cups
|
2008-09-11 02:10:24 +00:00
|
|
|
This package contains the CUPS backend
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%description gstreamer
|
2008-09-11 02:10:24 +00:00
|
|
|
This package contains gstreamer plugins for the Bluetooth SBC audio format
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%description alsa
|
2008-09-11 02:10:24 +00:00
|
|
|
This package contains ALSA support for Bluetooth audio devices
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
Libraries for use in Bluetooth applications.
|
|
|
|
|
|
|
|
%description libs-devel
|
|
|
|
bluez-libs-devel contains development libraries and headers for
|
|
|
|
use in Bluetooth applications.
|
|
|
|
|
2009-04-29 10:22:58 +00:00
|
|
|
%description compat
|
|
|
|
This package contains compatibility utilities for Bluetooth devices.
|
|
|
|
This includes hidd, dund and pand.
|
|
|
|
|
2008-09-11 02:10:24 +00:00
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
%patch1 -p0 -b .oui
|
2009-03-05 18:53:13 +00:00
|
|
|
%patch2 -p1 -b .non-utf8-name
|
2009-03-16 14:22:41 +00:00
|
|
|
%patch3 -p1 -b .wacom
|
2009-05-05 13:53:20 +00:00
|
|
|
%patch4 -p1 -b .socket-mobile
|
2009-06-05 13:14:16 +00:00
|
|
|
%patch5 -p1 -b .cable-pairing
|
2009-06-12 17:40:17 +00:00
|
|
|
%patch6 -p1 -b .udev
|
2008-09-11 02:10:24 +00:00
|
|
|
|
|
|
|
%build
|
2009-06-09 00:45:22 +00:00
|
|
|
libtoolize -f -c
|
2009-06-05 13:14:16 +00:00
|
|
|
autoreconf
|
2008-09-11 02:10:24 +00:00
|
|
|
%configure --enable-cups --enable-hid2hci --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
|
|
|
|
# Remove autocrap and libtool droppings
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la \
|
|
|
|
$RPM_BUILD_ROOT/%{_libdir}/alsa-lib/*.la \
|
|
|
|
$RPM_BUILD_ROOT/%{_libdir}/bluetooth/plugins/*.la \
|
|
|
|
$RPM_BUILD_ROOT/%{_libdir}/gstreamer-0.10/*.la
|
|
|
|
|
2009-04-29 10:22:58 +00:00
|
|
|
for a in bluetooth dund pand rfcomm ; do
|
|
|
|
install -D -m0755 $RPM_SOURCE_DIR/$a.init $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/$a
|
|
|
|
if [ -e $RPM_SOURCE_DIR/$a.conf ] ; then
|
|
|
|
install -D -m0644 $RPM_SOURCE_DIR/$a.conf $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/$a
|
|
|
|
fi
|
|
|
|
done
|
2008-09-11 02:10:24 +00:00
|
|
|
|
|
|
|
# Remove the cups backend from libdir, and install it in /usr/lib whatever the install
|
2009-02-23 14:11:11 +00:00
|
|
|
if test -d ${RPM_BUILD_ROOT}/usr/lib64/cups ; then
|
|
|
|
install -D -m0755 ${RPM_BUILD_ROOT}/usr/lib64/cups/backend/bluetooth ${RPM_BUILD_ROOT}/usr/lib/cups/backend/bluetooth
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
|
|
|
|
fi
|
2008-09-11 02:10:24 +00:00
|
|
|
|
2009-05-20 15:53:19 +00:00
|
|
|
rm -f ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/*.rules
|
|
|
|
install -D -m0644 scripts/bluetooth-serial.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
|
2008-09-11 02:10:24 +00:00
|
|
|
install -D -m0755 scripts/bluetooth_serial ${RPM_BUILD_ROOT}/lib/udev/bluetooth_serial
|
2009-06-12 17:40:17 +00:00
|
|
|
install -D -m0644 %{SOURCE9} ${RPM_BUILD_ROOT}/lib/udev/rules.d/96-bluez.rules
|
2008-09-11 02:10:24 +00:00
|
|
|
|
2009-04-29 10:22:58 +00:00
|
|
|
install -D -m0755 %{SOURCE8} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/modules/bluez-uinput.modules
|
2008-10-17 10:47:21 +00:00
|
|
|
|
2008-10-27 17:30:54 +00:00
|
|
|
install -d -m0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/bluetooth
|
|
|
|
|
2008-09-11 02:10:24 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%post
|
2008-09-11 02:10:24 +00:00
|
|
|
/sbin/chkconfig --add bluetooth
|
|
|
|
if [ "$1" -ge "1" ]; then
|
|
|
|
/sbin/service bluetooth condrestart >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%preun
|
2008-09-11 02:10:24 +00:00
|
|
|
if [ "$1" = "0" ]; then
|
|
|
|
/sbin/service bluetooth stop >/dev/null 2>&1 || :
|
|
|
|
/sbin/chkconfig --del bluetooth
|
|
|
|
fi
|
|
|
|
|
2009-04-29 10:22:58 +00:00
|
|
|
%post compat
|
|
|
|
/sbin/chkconfig --add dund
|
|
|
|
/sbin/chkconfig --add pand
|
|
|
|
/sbin/chkconfig --add rfcomm
|
|
|
|
if [ "$1" -ge "1" ]; then
|
|
|
|
/sbin/service dund condrestart >/dev/null 2>&1 || :
|
|
|
|
/sbin/service pand condrestart >/dev/null 2>&1 || :
|
|
|
|
/sbin/service rfcomm condrestart >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%preun compat
|
|
|
|
if [ "$1" = "0" ]; then
|
|
|
|
/sbin/service dund stop >/dev/null 2>&1 || :
|
|
|
|
/sbin/service pand stop >/dev/null 2>&1 || :
|
|
|
|
/sbin/service rfcomm stop >/dev/null 2>&1 || :
|
|
|
|
/sbin/chkconfig --del dund
|
|
|
|
/sbin/chkconfig --del pand
|
|
|
|
/sbin/chkconfig --del rfcomm
|
|
|
|
fi
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%files
|
2008-09-11 02:10:24 +00:00
|
|
|
%defattr(-, root, root)
|
2009-04-29 10:22:58 +00:00
|
|
|
%{_bindir}/ciptool
|
|
|
|
%{_bindir}/dfutool
|
|
|
|
%{_bindir}/hcitool
|
|
|
|
%{_bindir}/l2ping
|
|
|
|
%{_bindir}/rfcomm
|
|
|
|
%{_bindir}/sdptool
|
2008-09-11 02:10:24 +00:00
|
|
|
%{_sbindir}/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
%dir %{_sysconfdir}/bluetooth/
|
|
|
|
%config(noreplace) %{_sysconfdir}/bluetooth/*
|
2009-04-29 10:22:58 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/bluetooth
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/modules/bluez-uinput.modules
|
2008-09-11 02:10:24 +00:00
|
|
|
%config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
|
2009-03-04 20:04:48 +00:00
|
|
|
%{_libdir}/bluetooth/
|
2008-09-11 02:10:24 +00:00
|
|
|
/lib/udev/bluetooth_serial
|
2009-06-12 17:40:17 +00:00
|
|
|
/lib/udev/rules.d/96-bluez.rules
|
2008-09-11 02:10:24 +00:00
|
|
|
%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
|
2009-04-29 10:22:58 +00:00
|
|
|
%{_sysconfdir}/rc.d/init.d/bluetooth
|
2008-10-27 17:30:54 +00:00
|
|
|
%{_localstatedir}/lib/bluetooth
|
2008-09-11 02:10:24 +00:00
|
|
|
|
|
|
|
%files libs
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/libbluetooth.so.*
|
|
|
|
%doc AUTHORS COPYING INSTALL ChangeLog README
|
|
|
|
|
|
|
|
%files libs-devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/libbluetooth.so
|
|
|
|
%dir %{_includedir}/bluetooth
|
|
|
|
%{_includedir}/bluetooth/*
|
|
|
|
%{_libdir}/pkgconfig/bluez.pc
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%files cups
|
2008-09-11 02:10:24 +00:00
|
|
|
%defattr(-, root, root)
|
|
|
|
/usr/lib/cups/backend/bluetooth
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%files gstreamer
|
2008-09-11 02:10:24 +00:00
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/gstreamer-*/*.so
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
%files alsa
|
2008-09-11 02:10:24 +00:00
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/alsa-lib/*.so
|
2009-04-17 00:39:28 +00:00
|
|
|
%{_sysconfdir}/alsa/bluetooth.conf
|
2008-09-11 02:10:24 +00:00
|
|
|
|
2009-04-29 10:22:58 +00:00
|
|
|
%files compat
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_bindir}/dund
|
|
|
|
%{_bindir}/pand
|
|
|
|
%{_bindir}/hidd
|
|
|
|
%{_sysconfdir}/rc.d/init.d/dund
|
|
|
|
%{_sysconfdir}/rc.d/init.d/rfcomm
|
|
|
|
%{_sysconfdir}/rc.d/init.d/pand
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/dund
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/pand
|
|
|
|
|
2008-09-11 02:10:24 +00:00
|
|
|
%changelog
|
2009-06-21 13:43:33 +00:00
|
|
|
* Sun Jun 21 2009 Bastien Nocera <bnocera@redhat.com> 4.42-2
|
|
|
|
- Update to 4.42
|
|
|
|
|
2009-06-12 17:40:17 +00:00
|
|
|
* Thu Jun 11 2009 Bastien Nocera <bnocera@redhat.com> 4.41-2
|
|
|
|
- Switch to on-demand start/stop using udev
|
|
|
|
|
2009-06-08 08:40:37 +00:00
|
|
|
* Mon Jun 08 2009 Bastien Nocera <bnocera@redhat.com> 4.41-1
|
|
|
|
- Update to 4.41
|
|
|
|
|
2009-06-05 13:14:16 +00:00
|
|
|
* Fri Jun 05 2009 Bastien Nocera <bnocera@redhat.com> 4.40-2
|
|
|
|
- Add patch to allow Sixaxis pairing
|
|
|
|
|
2009-05-19 19:22:09 +00:00
|
|
|
* Tue May 19 2009 Bastien Nocera <bnocera@redhat.com> 4.40-1
|
|
|
|
- Update to 4.40
|
|
|
|
|
2009-05-09 19:17:18 +00:00
|
|
|
* Sat May 09 2009 Bastien Nocera <bnocera@redhat.com> 4.39-1
|
|
|
|
- Update to 4.39
|
|
|
|
|
2009-05-06 11:24:51 +00:00
|
|
|
* Tue May 05 2009 Petr Lautrbach <plautrba@redhat.com> 4.38-3
|
|
|
|
- Start/stop the bluetooth service via udev (#484345)
|
|
|
|
|
2009-05-05 13:53:20 +00:00
|
|
|
* Tue May 05 2009 Bastien Nocera <bnocera@redhat.com> 4.38-2
|
|
|
|
- Add patch to activate the Socket Mobile CF kit (#498756)
|
|
|
|
|
2009-05-04 11:46:00 +00:00
|
|
|
* Mon May 04 2009 Bastien Nocera <bnocera@redhat.com> 4.38-1
|
|
|
|
- Update to 4.38
|
|
|
|
|
2009-04-29 10:22:58 +00:00
|
|
|
* Wed Apr 29 2009 Bastien Nocera <bnocera@redhat.com> 4.37-2
|
|
|
|
- Split off dund, pand, hidd, and rfcomm helper into a compat package
|
|
|
|
(#477890, #473892)
|
|
|
|
|
2009-04-23 12:54:21 +00:00
|
|
|
* Thu Apr 23 2009 - Bastien Nocera <bnocera@redhat.com> - 4.37-1
|
|
|
|
- Update to 4.37
|
|
|
|
|
2009-04-17 00:39:28 +00:00
|
|
|
* Fri Apr 17 2009 - Bastien Nocera <bnocera@redhat.com> - 4.36-1
|
|
|
|
- Update to 4.36
|
|
|
|
|
2009-04-11 19:39:41 +00:00
|
|
|
* Sat Apr 11 2009 - Bastien Nocera <bnocera@redhat.com> - 4.35-1
|
|
|
|
- Update to 4.35
|
|
|
|
|
2009-04-03 17:41:03 +00:00
|
|
|
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-3
|
|
|
|
- Avoid disconnecting audio devices straight after they're connected
|
|
|
|
|
2009-04-03 17:36:45 +00:00
|
|
|
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-2
|
|
|
|
- Don't crash when audio devices are registered and the adapter
|
|
|
|
is removed
|
|
|
|
|
2009-03-29 21:15:07 +00:00
|
|
|
* Sun Mar 29 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-1
|
|
|
|
- Update to 4.34
|
|
|
|
|
|
|
|
* Tue Mar 24 2009 - Bastien Nocera <bnocera@redhat.com> - 4.33-11
|
2009-03-24 12:09:57 +00:00
|
|
|
- Fix a possible crasher
|
|
|
|
|
2009-03-16 14:22:41 +00:00
|
|
|
* Mon Mar 16 2009 - Bastien Nocera <bnocera@redhat.com> - 4.33-1
|
|
|
|
- Update to 4.33
|
|
|
|
|
2009-03-14 00:42:09 +00:00
|
|
|
* Sat Mar 14 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-10
|
|
|
|
- Fix a couple of warnings in the CUPS/BlueZ 4.x patch
|
|
|
|
|
2009-03-13 18:08:38 +00:00
|
|
|
* Fri Mar 13 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-9
|
|
|
|
- Switch Wacom Bluetooth tablet to mode 2
|
|
|
|
|
2009-03-09 19:31:52 +00:00
|
|
|
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-8
|
|
|
|
- Port CUPS backend to BlueZ 4.x
|
|
|
|
|
2009-03-09 17:11:56 +00:00
|
|
|
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-7
|
|
|
|
- A (slightly) different fix for parsing to XML when it contains a NULL
|
|
|
|
|
2009-03-09 15:28:31 +00:00
|
|
|
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-6
|
|
|
|
- Fix sdp_copy_record(), so records are properly exported through D-Bus
|
|
|
|
|
2009-03-06 01:06:07 +00:00
|
|
|
* Fri Mar 06 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-5
|
|
|
|
- Fix SDP parsing to XML when it contains NULLs
|
|
|
|
|
2009-03-05 18:53:13 +00:00
|
|
|
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-4
|
|
|
|
- Work-around broken devices that export their names in ISO-8859-1
|
|
|
|
(#450081)
|
|
|
|
|
2009-03-05 00:56:51 +00:00
|
|
|
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-3
|
|
|
|
- Fix permissions on the udev rules (#479348)
|
|
|
|
|
2009-03-04 20:04:48 +00:00
|
|
|
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-2
|
|
|
|
- Own /usr/lib*/bluetooth and children (#474632)
|
|
|
|
|
2009-03-02 06:55:39 +00:00
|
|
|
* Mon Mar 2 2009 Lennart Poettering <lpoetter@redhat.com> - 4.32-1
|
|
|
|
- Update to 4.32
|
|
|
|
|
2009-02-26 04:35:40 +00:00
|
|
|
* Thu Feb 26 2009 Lennart Poettering <lpoetter@redhat.com> - 4.31-1
|
|
|
|
- Update to 4.31
|
|
|
|
|
2009-02-24 05:15:40 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.30-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-23 14:11:11 +00:00
|
|
|
* Mon Feb 23 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-2
|
|
|
|
- Fix the cups backend being a libtool stub
|
|
|
|
|
2009-02-12 23:38:37 +00:00
|
|
|
* Thu Feb 12 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-1
|
|
|
|
- Update to 4.30
|
|
|
|
|
2009-02-12 18:07:38 +00:00
|
|
|
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-3
|
|
|
|
- disable 0001-Add-icon-for-other-audio-device.patch, already upstream
|
|
|
|
|
2009-02-12 17:48:28 +00:00
|
|
|
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-2
|
|
|
|
- bluez builds fine on s390(x) and the packages are required to build
|
|
|
|
other packages, drop ExcludeArch
|
|
|
|
|
2009-02-09 09:42:50 +00:00
|
|
|
* Mon Feb 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.29-1
|
|
|
|
- Update to 4.29
|
|
|
|
|
2009-02-02 11:19:50 +00:00
|
|
|
* Mon Feb 02 2009 - Bastien Nocera <bnocera@redhat.com> - 4.28-1
|
|
|
|
- Update to 4.28
|
|
|
|
|
2009-01-19 11:10:52 +00:00
|
|
|
* Mon Jan 19 2009 - Bastien Nocera <bnocera@redhat.com> - 4.27-1
|
|
|
|
- Update to 4.27
|
|
|
|
|
2009-01-09 10:55:46 +00:00
|
|
|
* Fri Jan 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.26-1
|
|
|
|
- Update to 4.26
|
|
|
|
|
2009-01-03 17:59:23 +00:00
|
|
|
* Sat Jan 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.25-1
|
|
|
|
- Update to 4.25
|
|
|
|
|
2008-12-09 11:28:35 +00:00
|
|
|
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 4.22-2
|
|
|
|
- Fix D-Bus configuration for latest D-Bus (#475069)
|
|
|
|
|
2008-12-08 09:48:21 +00:00
|
|
|
* Mon Dec 08 2008 - Bastien Nocera <bnocera@redhat.com> - 4.22-1
|
|
|
|
- Update to 4.22
|
|
|
|
|
2008-12-01 09:21:08 +00:00
|
|
|
* Mon Dec 01 2008 - Bastien Nocera <bnocera@redhat.com> - 4.21-1
|
|
|
|
- Update to 4.21
|
|
|
|
|
2008-11-21 16:47:05 +00:00
|
|
|
* Fri Nov 21 2008 - Bastien Nocera <bnocera@redhat.com> - 4.19-1
|
|
|
|
- Update to 4.19
|
|
|
|
|
2008-11-17 14:47:31 +00:00
|
|
|
* Mon Nov 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.18-1
|
|
|
|
- Update to 4.18
|
|
|
|
|
2008-10-27 17:30:54 +00:00
|
|
|
* Mon Oct 27 2008 - Bastien Nocera <bnocera@redhat.com> - 4.17-2
|
|
|
|
- Own /var/lib/bluetooth (#468717)
|
|
|
|
|
2008-10-26 12:13:06 +00:00
|
|
|
* Sun Oct 26 2008 - Bastien Nocera <bnocera@redhat.com> - 4.17-1
|
|
|
|
- Update to 4.17
|
|
|
|
|
|
|
|
* Tue Oct 21 2008 - Bastien Nocera <bnocera@redhat.com> - 4.16-1
|
2008-10-21 18:29:20 +00:00
|
|
|
- Update to 4.16
|
|
|
|
|
2008-10-20 00:28:06 +00:00
|
|
|
* Mon Oct 20 2008 - Bastien Nocera <bnocera@redhat.com> - 4.15-1
|
|
|
|
- Update to 4.15
|
|
|
|
|
2008-10-17 10:47:21 +00:00
|
|
|
* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.14-2
|
|
|
|
- Add script to autoload uinput on startup, so the PS3 remote
|
|
|
|
works out-of-the-box
|
|
|
|
|
2008-10-17 00:22:15 +00:00
|
|
|
* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.14-1
|
|
|
|
- Update to 4.14
|
|
|
|
|
2008-10-14 21:10:10 +00:00
|
|
|
* Tue Oct 14 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-3
|
|
|
|
- Update udev rules (#246840)
|
|
|
|
|
2008-10-13 22:31:14 +00:00
|
|
|
* Mon Oct 13 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-2
|
|
|
|
- Fix PS3 BD remote input event generation
|
|
|
|
|
2008-10-10 16:28:48 +00:00
|
|
|
* Fri Oct 10 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-1
|
|
|
|
- Update to 4.13
|
|
|
|
|
2008-10-06 17:53:06 +00:00
|
|
|
* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 4.12-1
|
|
|
|
- Update to 4.12
|
|
|
|
|
2008-10-04 18:47:16 +00:00
|
|
|
* Sat Oct 04 2008 - Bastien Nocera <bnocera@redhat.com> - 4.11-1
|
|
|
|
- Update to 4.11
|
|
|
|
|
2008-10-03 07:33:46 +00:00
|
|
|
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 4.10-1
|
|
|
|
- Update to 4.10
|
|
|
|
|
2008-09-29 12:14:52 +00:00
|
|
|
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 4.9-1
|
|
|
|
- Update to 4.9
|
|
|
|
|
2008-09-29 08:46:49 +00:00
|
|
|
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 4.8-1
|
|
|
|
- Update to 4.8
|
|
|
|
|
2008-09-26 13:03:53 +00:00
|
|
|
* Fri Sep 26 2008 - Bastien Nocera <bnocera@redhat.com> - 4.7-1
|
|
|
|
- Update to 4.7
|
|
|
|
|
2008-09-25 03:04:45 +00:00
|
|
|
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-4
|
|
|
|
- Fix patch application
|
|
|
|
|
2008-09-25 00:13:13 +00:00
|
|
|
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-3
|
|
|
|
- Add fuzz
|
|
|
|
|
2008-09-25 00:02:00 +00:00
|
|
|
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-2
|
|
|
|
- Fix possible crasher on resume from suspend
|
|
|
|
|
2008-09-14 21:11:24 +00:00
|
|
|
* Sun Sep 14 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.6-1
|
|
|
|
- Update to 4.6
|
|
|
|
|
2008-09-13 04:07:40 +00:00
|
|
|
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-4
|
|
|
|
- SDP browse fixes
|
|
|
|
|
2008-09-12 22:29:05 +00:00
|
|
|
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-3
|
|
|
|
- Bluez-alsa needs to provide/obsolete bluez-utils-alsa
|
|
|
|
- Use versioned Obsoletes:
|
|
|
|
|
2008-09-12 17:00:29 +00:00
|
|
|
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-2
|
|
|
|
- Change main utils package name to 'bluez'; likewise its subpackages
|
|
|
|
- Remove references to obsolete initscripts (hidd,pand,dund)
|
|
|
|
|
2008-09-12 09:34:05 +00:00
|
|
|
* Fri Sep 12 2008 - Bastien Nocera <bnocera@redhat.com> - 4.5-1
|
|
|
|
- Update to 4.5
|
|
|
|
- Fix initscript to actually start bluetoothd by hand
|
|
|
|
- Add chkconfig information to the initscript
|
|
|
|
|
2008-09-11 02:10:24 +00:00
|
|
|
* Tue Sep 09 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.4-2
|
|
|
|
- Fix rpmlint problems
|
|
|
|
- Fix input device handling
|
|
|
|
|
|
|
|
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 4.4-1
|
|
|
|
- Update to 4.4
|
|
|
|
- Update source address, and remove unneeded deps (thanks Marcel)
|
|
|
|
|
|
|
|
* Mon Aug 11 2008 - Bastien Nocera <bnocera@redhat.com> - 4.1-1
|
|
|
|
- Initial build
|