Blame SPECS/bluez.spec

ab4cc4
Name:    bluez
ab4cc4
Summary: Bluetooth utilities
ab4cc4
Version: 5.50
ab4cc4
Release: 3%{?dist}
ab4cc4
License: GPLv2+
ab4cc4
URL:     http://www.bluez.org/
ab4cc4
ab4cc4
Source0: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz
ab4cc4
Source1: bluez.gitignore
ab4cc4
ab4cc4
# Scripts for automatically btattach-ing serial ports connected to Broadcom HCIs
ab4cc4
# as found on some Atom based x86 hardware
ab4cc4
Source2: 69-btattach-bcm.rules
ab4cc4
Source3: btattach-bcm@.service
ab4cc4
Source4: btattach-bcm-service.sh
ab4cc4
ab4cc4
# https://github.com/hadess/bluez/commits/build-fixes-5.46
ab4cc4
Patch1: 0001-build-Enable-BIND_NOW.patch
ab4cc4
Patch2: 0003-tools-csr_usb-Fix-compilation-failure.patch
ab4cc4
ab4cc4
# https://github.com/hadess/bluez/commits/obex-5.46
ab4cc4
Patch3: 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
ab4cc4
ab4cc4
# https://github.com/hadess/bluez/commits/hostname-plugin-5.47
ab4cc4
Patch4: 0001-hostname-Fix-BlueZ-5.XX-adapter-name-on-startup.patch
ab4cc4
ab4cc4
# https://github.com/hadess/bluez/commits/systemd-hardening
ab4cc4
Patch20: 0001-build-Always-define-confdir-and-statedir.patch
ab4cc4
Patch21: 0002-systemd-Add-PrivateTmp-and-NoNewPrivileges-options.patch
ab4cc4
Patch22: 0003-systemd-Add-more-filesystem-lockdown.patch
ab4cc4
Patch23: 0004-systemd-More-lockdown.patch
ab4cc4
ab4cc4
# https://bugzilla.redhat.com/show_bug.cgi?id=1567622
ab4cc4
Patch24: 0001-adapter-Don-t-refresh-adv_manager-for-non-LE-devices.patch
ab4cc4
ab4cc4
Patch25: 0001-core-Add-AlwaysPairable-to-main.conf.patch 
ab4cc4
Patch26: 0002-agent-Make-the-first-agent-to-register-the-default.patch 
ab4cc4
ab4cc4
BuildRequires: git-core
ab4cc4
BuildRequires: dbus-devel >= 1.6
ab4cc4
BuildRequires: glib2-devel
ab4cc4
BuildRequires: libical-devel
ab4cc4
BuildRequires: readline-devel
ab4cc4
# For bluetooth mesh
ab4cc4
BuildRequires: json-c-devel
ab4cc4
# For cable pairing
ab4cc4
BuildRequires: systemd-devel
ab4cc4
# For printing
ab4cc4
BuildRequires: cups-devel
ab4cc4
# For autoreconf
ab4cc4
BuildRequires: libtool automake autoconf
ab4cc4
ab4cc4
Requires: dbus >= 1.6
ab4cc4
ab4cc4
Requires(post): systemd
ab4cc4
Requires(preun): systemd
ab4cc4
Requires(postun): systemd
ab4cc4
ab4cc4
%description
ab4cc4
Utilities for use in Bluetooth applications:
ab4cc4
	- hcitool
ab4cc4
	- hciattach
ab4cc4
	- hciconfig
ab4cc4
	- bluetoothd
ab4cc4
	- l2ping
ab4cc4
	- rfcomm
ab4cc4
	- sdptool
ab4cc4
	- bccmd
ab4cc4
	- bluetoothctl
ab4cc4
	- btmon
ab4cc4
	- hcidump
ab4cc4
	- l2test
ab4cc4
	- rctest
ab4cc4
	- gatttool
ab4cc4
	- start scripts (Red Hat)
ab4cc4
	- pcmcia configuration files
ab4cc4
ab4cc4
The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
ab4cc4
ab4cc4
%package libs
ab4cc4
Summary: Libraries for use in Bluetooth applications
ab4cc4
ab4cc4
%package libs-devel
ab4cc4
Summary: Development libraries for Bluetooth applications
ab4cc4
Requires: bluez-libs%{?_isa} = %{version}-%{release}
ab4cc4
ab4cc4
%package cups
ab4cc4
Summary: CUPS printer backend for Bluetooth printers
ab4cc4
Requires: bluez%{?_isa} = %{version}-%{release}
ab4cc4
Requires: cups
ab4cc4
ab4cc4
%package hid2hci
ab4cc4
Summary: Put HID proxying bluetooth HCI's into HCI mode
ab4cc4
Requires: bluez%{?_isa} = %{version}-%{release}
ab4cc4
ab4cc4
%package obexd
ab4cc4
Summary: Object Exchange daemon for sharing content
ab4cc4
Requires: bluez%{?_isa} = %{version}-%{release}
ab4cc4
Requires: bluez-libs%{?_isa} = %{version}-%{release}
ab4cc4
ab4cc4
%description cups
ab4cc4
This package contains the CUPS backend
ab4cc4
ab4cc4
%description libs
ab4cc4
Libraries for use in Bluetooth applications.
ab4cc4
ab4cc4
%description libs-devel
ab4cc4
bluez-libs-devel contains development libraries and headers for
ab4cc4
use in Bluetooth applications.
ab4cc4
ab4cc4
%description hid2hci
ab4cc4
Most allinone PC's and bluetooth keyboard / mouse sets which include a
ab4cc4
bluetooth dongle, ship with a so called HID proxying bluetooth HCI.
ab4cc4
The HID proxying makes the keyboard / mouse show up as regular USB HID
ab4cc4
devices (after connecting using the connect button on the device + keyboard),
ab4cc4
which makes them work without requiring any manual configuration.
ab4cc4
ab4cc4
The bluez-hid2hci package contains the hid2hci utility and udev rules to
ab4cc4
automatically switch supported Bluetooth devices into regular HCI mode.
ab4cc4
ab4cc4
Install this package if you want to use the bluetooth function of the HCI
ab4cc4
with other bluetooth devices like for example a mobile phone.
ab4cc4
ab4cc4
Note that after installing this package you will first need to pair your
ab4cc4
bluetooth keyboard and mouse with the bluetooth adapter before you can use
ab4cc4
them again. Since you cannot use your bluetooth keyboard and mouse until
ab4cc4
they are paired, this will require the use of a regular (wired) USB keyboard
ab4cc4
and mouse.
ab4cc4
ab4cc4
%description obexd
ab4cc4
Object Exchange daemon for sharing files, contacts etc over bluetooth
ab4cc4
ab4cc4
%prep
ab4cc4
%autosetup -S git
ab4cc4
ab4cc4
%build
ab4cc4
libtoolize -f
ab4cc4
autoreconf -f -i
ab4cc4
%configure --enable-tools --enable-library --enable-deprecated \
ab4cc4
           --enable-sixaxis --enable-cups --enable-nfc \
ab4cc4
           --with-systemdsystemunitdir=%{_unitdir} \
ab4cc4
           --with-systemduserunitdir=%{_userunitdir}
ab4cc4
ab4cc4
make %{?_smp_mflags} V=1
ab4cc4
ab4cc4
%install
ab4cc4
make install DESTDIR=$RPM_BUILD_ROOT
ab4cc4
ab4cc4
# "make install" fails to install gatttool, necessary for Bluetooth Low Energy
ab4cc4
# Red Hat Bugzilla bug #1141909
ab4cc4
# Debian bug #720486
ab4cc4
install -m0755 attrib/gatttool $RPM_BUILD_ROOT%{_bindir}
ab4cc4
ab4cc4
# Remove autocrap and libtool droppings
ab4cc4
find $RPM_BUILD_ROOT -name '*.la' -delete
ab4cc4
ab4cc4
# Remove the cups backend from libdir, and install it in /usr/lib whatever the install
ab4cc4
if test -d ${RPM_BUILD_ROOT}/usr/lib64/cups ; then
ab4cc4
	install -D -m0755 ${RPM_BUILD_ROOT}/usr/lib64/cups/backend/bluetooth ${RPM_BUILD_ROOT}%_cups_serverbin/backend/bluetooth
ab4cc4
	rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
ab4cc4
fi
ab4cc4
ab4cc4
rm -f ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/*.rules ${RPM_BUILD_ROOT}/usr/lib/udev/rules.d/*.rules
ab4cc4
install -D -p -m0644 tools/hid2hci.rules ${RPM_BUILD_ROOT}/%{_udevrulesdir}/97-hid2hci.rules
ab4cc4
ab4cc4
install -d -m0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/bluetooth
ab4cc4
ab4cc4
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
ab4cc4
ab4cc4
#copy bluetooth config file and setup auto enable
ab4cc4
install -D -p -m0644 src/main.conf ${RPM_BUILD_ROOT}/etc/bluetooth/main.conf
ab4cc4
sed -i 's/#\[Policy\]$/\[Policy\]/; s/#AutoEnable=false/AutoEnable=true/' ${RPM_BUILD_ROOT}/%{_sysconfdir}/bluetooth/main.conf
ab4cc4
ab4cc4
#serial port connected Broadcom HCIs scripts
ab4cc4
install -D -p -m0644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_udevrulesdir}/
ab4cc4
install -D -p -m0644 %{SOURCE3} ${RPM_BUILD_ROOT}/%{_unitdir}/
ab4cc4
install -D -p -m0755 %{SOURCE4} ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
ab4cc4
ab4cc4
%check
ab4cc4
make check
ab4cc4
ab4cc4
%ldconfig_scriptlets libs
ab4cc4
ab4cc4
%post
ab4cc4
%systemd_post bluetooth.service
ab4cc4
ab4cc4
%preun
ab4cc4
%systemd_preun bluetooth.service
ab4cc4
ab4cc4
%postun
ab4cc4
%systemd_postun_with_restart bluetooth.service
ab4cc4
ab4cc4
%post hid2hci
ab4cc4
/sbin/udevadm trigger --subsystem-match=usb
ab4cc4
ab4cc4
%post obexd
ab4cc4
%systemd_user_post obex.service
ab4cc4
ab4cc4
%preun obexd
ab4cc4
%systemd_user_preun obex.service
ab4cc4
ab4cc4
%files
ab4cc4
%{!?_licensedir:%global license %%doc}
ab4cc4
%license COPYING
ab4cc4
%doc AUTHORS ChangeLog
ab4cc4
%config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
ab4cc4
%config %{_sysconfdir}/bluetooth/main.conf
ab4cc4
%{_bindir}/btattach
ab4cc4
%{_bindir}/ciptool
ab4cc4
%{_bindir}/hcitool
ab4cc4
%{_bindir}/l2ping
ab4cc4
%{_bindir}/rfcomm
ab4cc4
%{_bindir}/sdptool
ab4cc4
%{_bindir}/bccmd
ab4cc4
%{_bindir}/bluetoothctl
ab4cc4
%{_bindir}/bluemoon
ab4cc4
%{_bindir}/btmon
ab4cc4
%{_bindir}/hciattach
ab4cc4
%{_bindir}/hciconfig
ab4cc4
%{_bindir}/hcidump
ab4cc4
%{_bindir}/l2test
ab4cc4
%{_bindir}/hex2hcd
ab4cc4
%{_bindir}/mpris-proxy
ab4cc4
%{_bindir}/gatttool
ab4cc4
%{_bindir}/rctest
ab4cc4
%{_mandir}/man1/btattach.1.gz
ab4cc4
%{_mandir}/man1/ciptool.1.gz
ab4cc4
%{_mandir}/man1/hcitool.1.gz
ab4cc4
%{_mandir}/man1/rfcomm.1.gz
ab4cc4
%{_mandir}/man1/sdptool.1.gz
ab4cc4
%{_mandir}/man1/bccmd.1.*
ab4cc4
%{_mandir}/man1/hciattach.1.*
ab4cc4
%{_mandir}/man1/hciconfig.1.*
ab4cc4
%{_mandir}/man1/hcidump.1.*
ab4cc4
%{_mandir}/man1/l2ping.1.*
ab4cc4
%{_mandir}/man1/rctest.1.*
ab4cc4
%{_mandir}/man8/*
ab4cc4
%{_libexecdir}/bluetooth/bluetoothd
ab4cc4
%{_libexecdir}/bluetooth/btattach-bcm-service.sh
ab4cc4
%{_libdir}/bluetooth/
ab4cc4
%{_localstatedir}/lib/bluetooth
ab4cc4
%{_datadir}/dbus-1/system-services/org.bluez.service
ab4cc4
%{_unitdir}/bluetooth.service
ab4cc4
%{_unitdir}/btattach-bcm@.service
ab4cc4
%{_udevrulesdir}/69-btattach-bcm.rules
ab4cc4
ab4cc4
%files libs
ab4cc4
%{!?_licensedir:%global license %%doc}
ab4cc4
%license COPYING
ab4cc4
%{_libdir}/libbluetooth.so.*
ab4cc4
ab4cc4
%files libs-devel
ab4cc4
%doc doc/*txt
ab4cc4
%{_libdir}/libbluetooth.so
ab4cc4
%{_includedir}/bluetooth
ab4cc4
%{_libdir}/pkgconfig/bluez.pc
ab4cc4
ab4cc4
%files cups
ab4cc4
%_cups_serverbin/backend/bluetooth
ab4cc4
ab4cc4
%files hid2hci
ab4cc4
/usr/lib/udev/hid2hci
ab4cc4
%{_mandir}/man1/hid2hci.1*
ab4cc4
%{_udevrulesdir}/97-hid2hci.rules
ab4cc4
ab4cc4
%files obexd
ab4cc4
%{_libexecdir}/bluetooth/obexd
ab4cc4
%{_datadir}/dbus-1/services/org.bluez.obex.service
ab4cc4
%{_userunitdir}/obex.service
ab4cc4
ab4cc4
%changelog
ab4cc4
ab4cc4
* Mon Jan 13 2020 Gopal Tiwari <gtiwari@redhat.com> - 5.50-3
ab4cc4
+ bluez-5.50-3
ab4cc4
- Bump the version 
ab4cc4
ab4cc4
* Mon Jan 13 2020 Gopal Tiwari <gtiwari@redhat.com> - 5.50-2
ab4cc4
+ bluez-5.50-2
ab4cc4
- Fixing CVE-2018-10910 (#1606373)
ab4cc4
ab4cc4
* Fri Sep 7 2018 Gopal Tiwari <gtiwari@redhat.com> - 5.50-1
ab4cc4
+ bluez-5.50-1
ab4cc4
- Update to 5.50 (#1504689)
ab4cc4
ab4cc4
* Fri Aug 24 2018 Gopal Tiwari <gtiwari@redhat.com> - 5.49-6
ab4cc4
+ bluez-5.49-6
ab4cc4
- Disabling Mesh Networking for crypto issue while code reviewing. 
ab4cc4
ab4cc4
* Tue Aug 14 2018 Gopal Tiwari <gtiwari@redhat.com> - 5.49-5
ab4cc4
+ bluez-5.49-5
ab4cc4
- Fix accessing NULL adv_manager (#1602779)
ab4cc4
ab4cc4
* Fri Apr 20 2018 Bastien Nocera <bnocera@redhat.com> - 5.49-3
ab4cc4
+ bluez-5.49-3
ab4cc4
- Fix crash on non-LE adapters (#1567622)
ab4cc4
ab4cc4
* Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 5.49-2
ab4cc4
- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28
ab4cc4
ab4cc4
* Tue Mar 20 2018 Peter Robinson <pbrobinson@fedoraproject.org> 5.49-1
ab4cc4
- Update to 5.49
ab4cc4
ab4cc4
* Tue Mar 06 2018 Björn Esser <besser82@fedoraproject.org> - 5.48-5
ab4cc4
- Rebuilt for libjson-c.so.4 (json-c v0.13.1)
ab4cc4
ab4cc4
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 5.48-4
ab4cc4
- Fix PulseAudio interaction on resume (#1534857)
ab4cc4
ab4cc4
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.48-3
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ab4cc4
ab4cc4
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.48-2
ab4cc4
- Switch to %%ldconfig_scriptlets
ab4cc4
ab4cc4
* Thu Dec 28 2017 Pete Walter <pwalter@fedoraproject.org> - 5.48-1
ab4cc4
- Update to 5.48
ab4cc4
ab4cc4
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 5.47-7
ab4cc4
- Rebuilt for libjson-c.so.3
ab4cc4
ab4cc4
* Fri Nov 10 2017 Leigh Scott <leigh123linux@googlemail.com> - 5.47-6
ab4cc4
- Rebuild for libical 3.x
ab4cc4
ab4cc4
* Fri Oct 27 2017 Don Zickus <dzickus@redhat.com> - 5.47-5
ab4cc4
- Enable unit tests (Marek Kasik)
ab4cc4
- Resolves: #1502677
ab4cc4
ab4cc4
* Tue Oct 10 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-4
ab4cc4
+ bluez-5.47-4
ab4cc4
- Fix invalid paths in service file (#1499518)
ab4cc4
ab4cc4
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-3
ab4cc4
+ bluez-5.47-3
ab4cc4
- Fix adapter name not picking up PrettyHostname
ab4cc4
ab4cc4
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-2
ab4cc4
+ bluez-5.47-2
ab4cc4
- Lockdown Bluetooth systemd service
ab4cc4
ab4cc4
* Thu Sep 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 5.47-1
ab4cc4
- New upstream 5.47 bugfix release
ab4cc4
- Initial support for Bluetooth LE mesh
ab4cc4
- Blueooth 5 fixes and improvements
ab4cc4
ab4cc4
* Mon Sep 11 2017 Don Zickus <dzickus@redhat.com> - 5.46-6
ab4cc4
- sdpd heap fixes
ab4cc4
Resolves: rhbz#1490911
ab4cc4
ab4cc4
* Thu Sep 07 2017 Hans de Goede <hdegoede@redhat.com> - 5.46-5
ab4cc4
- Add scripts to automatically btattach serial-port / uart connected
ab4cc4
  Broadcom HCIs found on some Atom based x86 hardware
ab4cc4
ab4cc4
* Mon Sep 04 2017 Bastien Nocera <bnocera@redhat.com> - 5.46-4
ab4cc4
+ bluez-5.46-4
ab4cc4
- Patches cleanup
ab4cc4
- Add DualShock4 cable pairing support
ab4cc4
- BIND_NOW support for RELRO
ab4cc4
- iCade autopairing support
ab4cc4
ab4cc4
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.46-3
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ab4cc4
ab4cc4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.46-2
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ab4cc4
ab4cc4
* Wed Jul 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 4.46-1
ab4cc4
- Update to 5.46
ab4cc4
ab4cc4
* Tue May 16 2017 Peter Robinson <pbrobinson@fedoraproject.org> 5.45-1
ab4cc4
- Update to 5.45
ab4cc4
- Minor spec cleanups
ab4cc4
- Include api docs in devel package
ab4cc4
ab4cc4
* Sun Mar 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 5.44-1
ab4cc4
- Update to 5.44
ab4cc4
- Enable deprecated option to keep all usual tools
ab4cc4
- Ship btattach tool
ab4cc4
- Minor spec cleanups
ab4cc4
ab4cc4
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.43-4
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ab4cc4
ab4cc4
* Fri Feb 3 2017 Don Zickus <dzickus@redhat.com> 5.43-3
ab4cc4
- Configure systemctl settings for bluez-obexd correctly
ab4cc4
- Resolves rhbz#1259827
ab4cc4
ab4cc4
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 5.43-2
ab4cc4
- Rebuild for readline 7.x
ab4cc4
ab4cc4
* Mon Oct 31 2016 Don Zickus <dzickus@redhat.com> 5.43-1
ab4cc4
- Update to 5.43
ab4cc4
ab4cc4
* Tue Oct 25 2016 Don Zickus <dzickus@redhat.com> 5.42-2
ab4cc4
- Fix OBEX connections
ab4cc4
ab4cc4
* Wed Oct 19 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.42-1
ab4cc4
- Update to 5.42
ab4cc4
ab4cc4
* Mon Aug 1 2016 Don Zickus <dzickus@redhat.com> 5.41-1
ab4cc4
- Update to 5.41
ab4cc4
ab4cc4
* Thu Jul 7 2016 Don Zickus <dzickus@redhat.com> 5.40-2
ab4cc4
- obexd fixes to prevent crashes
ab4cc4
- add /etc/bluetooth/main.conf config file
ab4cc4
- set 'AutoEnable=true' in /etc/bluetooth/main.conf file
ab4cc4
ab4cc4
* Tue May 31 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.40-1
ab4cc4
- Update to 5.40 bugfix relesae
ab4cc4
ab4cc4
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5.39-2
ab4cc4
- rebuild for ICU 57.1
ab4cc4
ab4cc4
* Tue Apr 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.39-1
ab4cc4
- Update to 5.39 bugfix relesae
ab4cc4
ab4cc4
* Sun Apr  3 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.38-1
ab4cc4
- Update to 5.38
ab4cc4
ab4cc4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.37-3
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ab4cc4
ab4cc4
* Mon Jan 18 2016 David Tardon <dtardon@redhat.com> - 5.37-2
ab4cc4
- rebuild for libical 2.0.0
ab4cc4
ab4cc4
* Tue Dec 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.37-1
ab4cc4
- Update to 5.37
ab4cc4
ab4cc4
* Fri Nov 13 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.36-1
ab4cc4
- Update to 5.36
ab4cc4
ab4cc4
* Fri Oct 30 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.35-2
ab4cc4
- Split obexd out into a sub package
ab4cc4
ab4cc4
* Mon Oct  5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.35-1
ab4cc4
- Update to 5.35
ab4cc4
ab4cc4
* Tue Sep  8 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.34-1
ab4cc4
- Update to 5.34
ab4cc4
ab4cc4
* Fri Jul 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.33-1
ab4cc4
- Update to 5.33
ab4cc4
ab4cc4
* Wed Jul  8 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.32-1
ab4cc4
- Update to 5.32
ab4cc4
ab4cc4
* Mon Jun 22 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.31-1
ab4cc4
- Update to 5.31
ab4cc4
ab4cc4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.30-3
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ab4cc4
ab4cc4
* Thu Jun 11 2015 Lubomir Rintel <lkundrak@v3.sk> - 5.30-2
ab4cc4
- Fix NAP connections (rh #1230461)
ab4cc4
ab4cc4
* Wed Apr 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> - 5.30-1
ab4cc4
- Update to 5.30
ab4cc4
- Use %%license
ab4cc4
ab4cc4
* Sun Mar 29 2015 David Tardon <dtardon@redhat.com> - 5.29-2
ab4cc4
- fix header file
ab4cc4
ab4cc4
* Wed Mar 25 2015 Don Zickus <dzickus@redhat.com> 5.29-1
ab4cc4
- Update to 5.29
ab4cc4
ab4cc4
* Wed Mar 11 2015 Bastien Nocera <bnocera@redhat.com> 5.28-1
ab4cc4
- Update to 5.28
ab4cc4
ab4cc4
* Thu Nov 20 2014 Bastien Nocera <bnocera@redhat.com> 5.25-1
ab4cc4
- Update to 5.25
ab4cc4
ab4cc4
* Thu Oct 30 2014 Eric Smith <brouhaha@fedorapeople.org> 5.23-2
ab4cc4
- Install gatttool and mpris-proxy
ab4cc4
ab4cc4
* Tue Sep 23 2014 Bastien Nocera <bnocera@redhat.com> 5.23-1
ab4cc4
- Update to 5.23
ab4cc4
ab4cc4
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.18-3
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ab4cc4
ab4cc4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.18-2
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ab4cc4
ab4cc4
* Mon Apr 14 2014 Bastien Nocera <bnocera@redhat.com> 5.18-1
ab4cc4
- Update to 5.18
ab4cc4
ab4cc4
* Wed Mar 26 2014 Bastien Nocera <bnocera@redhat.com> 5.17-1
ab4cc4
- Update to 5.17
ab4cc4
ab4cc4
* Thu Mar 13 2014 Bastien Nocera <bnocera@redhat.com> 5.16-1
ab4cc4
- Update to 5.16
ab4cc4
ab4cc4
* Wed Jan 29 2014 Bastien Nocera <bnocera@redhat.com> 5.14-1
ab4cc4
- Update to 5.14
ab4cc4
ab4cc4
* Mon Jan 06 2014 Bastien Nocera <bnocera@redhat.com> 5.13-1
ab4cc4
- Update to 5.13
ab4cc4
- Enable sixaxis plugin by default
ab4cc4
ab4cc4
* Thu Dec 12 2013 Bastien Nocera <bnocera@redhat.com> 5.12-2
ab4cc4
- This update fixes Sixaxis PS3 joypad detection
ab4cc4
ab4cc4
* Wed Dec 11 2013 Bastien Nocera <bnocera@redhat.com> 5.12-1
ab4cc4
- Update to 5.12
ab4cc4
- Sixaxis PS3 joypad support is now upstream
ab4cc4
ab4cc4
* Tue Dec 10 2013 Bastien Nocera <bnocera@redhat.com> 5.11-2
ab4cc4
- Add crasher fixes (rhbz #1027365)
ab4cc4
ab4cc4
* Mon Nov 18 2013 Bastien Nocera <bnocera@redhat.com> 5.11-1
ab4cc4
- Update to 5.11
ab4cc4
ab4cc4
* Tue Nov 12 2013 Bastien Nocera <bnocera@redhat.com> 5.10-4
ab4cc4
- Default to the XDG cache dir for receiving files
ab4cc4
ab4cc4
* Mon Oct 21 2013 Bastien Nocera <bnocera@redhat.com> 5.10-3
ab4cc4
- Remove a few obsolete BRs and deps, thanks to Marcel Holtmann
ab4cc4
ab4cc4
* Mon Oct 21 2013 Bastien Nocera <bnocera@redhat.com> 5.10-2
ab4cc4
- Add non-upstreamable patch to make bluetooth-sendto work again
ab4cc4
ab4cc4
* Thu Oct 17 2013 Bastien Nocera <bnocera@redhat.com> 5.10-1
ab4cc4
- Update to 5.10
ab4cc4
ab4cc4
* Fri Sep 20 2013 Kalev Lember <kalevlember@gmail.com> 5.9-4
ab4cc4
- Obsolete blueman-nautilus as well
ab4cc4
ab4cc4
* Fri Sep 20 2013 Kalev Lember <kalevlember@gmail.com> 5.9-3
ab4cc4
- Obsolete blueman and obex-data-server
ab4cc4
ab4cc4
* Fri Sep 20 2013 Bastien Nocera <bnocera@redhat.com> 5.9-2
ab4cc4
- Fix problem unsetting discoverable
ab4cc4
ab4cc4
* Fri Sep 20 2013 Bastien Nocera <bnocera@redhat.com> 5.9-1
ab4cc4
- Update to 5.9
ab4cc4
ab4cc4
* Fri Aug 16 2013 Kalev Lember <kalevlember@gmail.com> - 5.8-2
ab4cc4
- Don't pull in -libs for the other subpackages
ab4cc4
- Remove a stray .la file
ab4cc4
ab4cc4
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 5.8-1
ab4cc4
- Update to 5.8
ab4cc4
- Hardened build
ab4cc4
- Use systemd rpm macros
ab4cc4
ab4cc4
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 5.5-1
ab4cc4
- Update to 5.5, based on earlier work from
ab4cc4
  https://bugzilla.redhat.com/show_bug.cgi?id=974145
ab4cc4
ab4cc4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.101-10
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ab4cc4
ab4cc4
* Tue Jul 23 2013 Bastien Nocera <bnocera@redhat.com> 4.101-9
ab4cc4
- Fix trust setting in Sixaxis devices
ab4cc4
ab4cc4
* Wed Jun 26 2013 Bastien Nocera <bnocera@redhat.com> 4.101-8
ab4cc4
- Another pass at fixing A2DP support (#964031)
ab4cc4
ab4cc4
* Tue Jun 25 2013 Bastien Nocera <bnocera@redhat.com> 4.101-7
ab4cc4
- Remove socket interface enablement for A2DP (#964031)
ab4cc4
ab4cc4
* Mon Jan 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.101-6
ab4cc4
- Add -vif to autoreconf to fix build issues
ab4cc4
ab4cc4
* Thu Jan 10 2013 Bastien Nocera <bnocera@redhat.com> 4.101-5
ab4cc4
- Use git to manage distro patches
ab4cc4
- Add numerous upstream and downstream patches (#892929)
ab4cc4
ab4cc4
* Wed Nov 21 2012 Bastien Nocera <bnocera@redhat.com> 4.101-4
ab4cc4
- Clean up requires and build requires
ab4cc4
- Use CUPS macro (#772236)
ab4cc4
- Enable audio socket so a2dp works in PulseAudio again (#874015)
ab4cc4
- Fix hid2hci not working with recent kernels (#877998)
ab4cc4
ab4cc4
* Wed Aug 15 2012 Bastien Nocera <bnocera@redhat.com> 4.101-3
ab4cc4
- Enable pairing Wiimote support (#847481)
ab4cc4
ab4cc4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.101-2
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ab4cc4
ab4cc4
* Sun Jun 17 2012 Bastien Nocera <bnocera@redhat.com> 4.100-2
ab4cc4
- Add PS3 BD Remote patches (power saving)
ab4cc4
ab4cc4
* Thu Jun 14 2012 Bastien Nocera <bnocera@redhat.com> 4.100-1
ab4cc4
- Update to 4.100
ab4cc4
ab4cc4
* Fri Jun  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 4.99-2
ab4cc4
- Add patch for udev change to fix FTBFS on rawhide
ab4cc4
- Drop sbc patch as fixed in gcc 4.7 final
ab4cc4
ab4cc4
* Tue Mar 06 2012 Bastien Nocera <bnocera@redhat.com> 4.99-1
ab4cc4
- Update to 4.99
ab4cc4
ab4cc4
* Tue Feb 28 2012 Petr Pisar <ppisar@redhat.com> - 4.98-3
ab4cc4
- Make headers compilable with g++ 4.7 (bug #791292)
ab4cc4
ab4cc4
* Fri Feb 24 2012 Peter Robinson <pbrobinson@fedoraproject.org> 4.98-2
ab4cc4
- Add mmx patch to fix build of sbc component
ab4cc4
- clean up spec, drop ancient obsoletes
ab4cc4
ab4cc4
* Fri Jan 13 2012 Bastien Nocera <bnocera@redhat.com> 4.98-1
ab4cc4
- Update to 4.98
ab4cc4
ab4cc4
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.97-2
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ab4cc4
ab4cc4
* Fri Dec 30 2011 Bastien Nocera <bnocera@redhat.com> 4.97-1
ab4cc4
- Update to 4.97
ab4cc4
ab4cc4
* Mon Sep  5 2011 Hans de Goede <hdegoede@redhat.com> 4.96-3
ab4cc4
- Put hid2hci into its own (optional) subpackage, so that people who
ab4cc4
  just want to use their HID proxying HCI with the keyboard and mouse
ab4cc4
  it came with, will have things working out of the box.
ab4cc4
- Put udev rules in /lib/udev, where package installed udev rules belong
ab4cc4
ab4cc4
* Mon Aug 29 2011 Hans de Goede <hdegoede@redhat.com> 4.96-2
ab4cc4
- hid2hci was recently removed from udev and added to bluez in 4.93,
ab4cc4
  udev in Fedora-16 no longer has hid2hci -> enable it in our bluez builds.
ab4cc4
  This fixes bluetooth not working on machines where the bluetooth hci
ab4cc4
  initially shows up as a hid device, such as with many Dell laptops.
ab4cc4
ab4cc4
* Mon Aug 01 2011 Bastien Nocera <bnocera@redhat.com> 4.96-1
ab4cc4
- Update to 4.96
ab4cc4
ab4cc4
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 4.95-1
ab4cc4
- Update to 4.95
ab4cc4
ab4cc4
* Tue Jun 28 2011 Lennart Poettering <lpoetter@redhat.com> - 4.94-4
ab4cc4
- Enable bluetoothd on all upgrades from 4.87-6 and older, in order to fix up broken F15 installations
ab4cc4
ab4cc4
* Thu Jun 23 2011 Bastien Nocera <bnocera@redhat.com> 4.94-3
ab4cc4
- Update patches to apply correctly
ab4cc4
- First compilable version with hostnamed support
ab4cc4
ab4cc4
* Mon Jun 20 2011 Lennart Poettering <lpoetter@redhat.com> - 4.94-2
ab4cc4
- Enable bluetoothd by default
ab4cc4
- Follow-up on https://bugzilla.redhat.com/show_bug.cgi?id=694519 also fixing upgrades
ab4cc4
ab4cc4
* Wed Jun 01 2011 Bastien Nocera <bnocera@redhat.com> 4.94-1
ab4cc4
- Update to 4.94
ab4cc4
ab4cc4
* Wed May 25 2011 Bastien Nocera <bnocera@redhat.com> 4.93-1
ab4cc4
- Update to 4.93
ab4cc4
ab4cc4
* Thu Apr  7 2011 Lennart Poettering <lpoetter@redhat.com> - 4.90-2
ab4cc4
- Update systemd patch to make it possible to disable bluez
ab4cc4
ab4cc4
* Thu Mar 17 2011 Bastien Nocera <bnocera@redhat.com> 4.90-1
ab4cc4
- Update to 4.90
ab4cc4
ab4cc4
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 4.89-1
ab4cc4
- Update to 4.89
ab4cc4
ab4cc4
* Mon Feb 14 2011 Bastien Nocera <bnocera@redhat.com> 4.88-1
ab4cc4
- Update to 4.88
ab4cc4
ab4cc4
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.87-2
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ab4cc4
ab4cc4
* Wed Jan 26 2011 Bastien Nocera <bnocera@redhat.com> 4.87-1
ab4cc4
- Update to 4.87
ab4cc4
ab4cc4
* Thu Jan 20 2011 Bastien Nocera <bnocera@redhat.com> 4.86-1
ab4cc4
- Update to 4.86
ab4cc4
ab4cc4
* Thu Jan 13 2011 Bastien Nocera <bnocera@redhat.com> 4.85-1
ab4cc4
- Update to 4.85
ab4cc4
ab4cc4
* Sun Dec 19 2010 Bastien Nocera <bnocera@redhat.com> 4.82-1
ab4cc4
- Update to 4.82
ab4cc4
ab4cc4
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 4.81-1
ab4cc4
- Update to 4.81
ab4cc4
ab4cc4
* Mon Nov 22 2010 Bastien Nocera <bnocera@redhat.com> 4.80-1
ab4cc4
- Update to 4.80
ab4cc4
ab4cc4
* Tue Nov 09 2010 Bastien Nocera <bnocera@redhat.com> 4.79-1
ab4cc4
- Update to 4.79
ab4cc4
ab4cc4
* Sat Nov 06 2010 Bastien Nocera <bnocera@redhat.com> 4.78-1
ab4cc4
- Update to 4.78
ab4cc4
ab4cc4
* Wed Oct 27 2010 Bastien Nocera <bnocera@redhat.com> 4.77-1
ab4cc4
- Update to 4.77
ab4cc4
ab4cc4
* Sat Oct 16 2010 Bastien Nocera <bnocera@redhat.com> 4.76-1
ab4cc4
- Update to 4.76
ab4cc4
ab4cc4
* Tue Oct 05 2010 Bastien Nocera <bnocera@redhat.com> 4.74-1
ab4cc4
- Update to 4.74
ab4cc4
ab4cc4
* Mon Oct 04 2010 Bastien Nocera <bnocera@redhat.com> 4.73-1
ab4cc4
- Update to 4.73
ab4cc4
ab4cc4
* Wed Sep 29 2010 jkeating - 4.72-2
ab4cc4
- Rebuilt for gcc bug 634757
ab4cc4
ab4cc4
* Wed Sep 22 2010 Bastien Nocera <bnocera@redhat.com> 4.72-1
ab4cc4
- Update to 4.72
ab4cc4
ab4cc4
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> 4.71-4
ab4cc4
- sync release number (but not package) with F-14
ab4cc4
ab4cc4
* Tue Sep 14 2010 Bastien Nocera <bnocera@redhat.com> 4.71-3
ab4cc4
- systemd hookup and cleanups from Lennart
ab4cc4
ab4cc4
* Thu Sep 09 2010 Bastien Nocera <bnocera@redhat.com> 4.71-1
ab4cc4
- Update to 4.71
ab4cc4
ab4cc4
* Thu Aug 26 2010 Bastien Nocera <bnocera@redhat.com> 4.70-1
ab4cc4
- Update to 4.70
ab4cc4
ab4cc4
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-4
ab4cc4
- Re-add Requires: dbus-bluez-pin-helper, since blueman is now in
ab4cc4
ab4cc4
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-3
ab4cc4
- Comment out Requires: dbus-bluez-pin-helper for bootstrapping. Otherwise
ab4cc4
  it drags in the old blueman, built against python-2.6
ab4cc4
* Fri Jul 23 2010 Bastien Nocera <bnocera@redhat.com> 4.69-2
ab4cc4
- Don't allow installing bluez-compat on its own
ab4cc4
ab4cc4
* Fri Jul 16 2010 Bastien Nocera <bnocera@redhat.com> 4.69-1
ab4cc4
- Update to 4.69
ab4cc4
ab4cc4
* Sun Jul 11 2010 Dan Horák <dan[at]danny.cz> 4.66-3
ab4cc4
- don't require the pin helper on s390(x) now, we can disable the whole
ab4cc4
  bluetooth stack in the future
ab4cc4
ab4cc4
* Mon Jun 21 2010 Bastien Nocera <bnocera@redhat.com> 4.66-2
ab4cc4
- Move hidd, pand and dund man pages to the -compat
ab4cc4
  sub-package (#593578)
ab4cc4
ab4cc4
* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 4.66-1
ab4cc4
- Update to 4.66
ab4cc4
ab4cc4
* Mon May 24 2010 Bastien Nocera <bnocera@redhat.com> 4.65-1
ab4cc4
- Update to 4.65
ab4cc4
ab4cc4
* Thu Apr 29 2010 Bastien Nocera <bnocera@redhat.com> 4.64-1
ab4cc4
- Update to 4.64
ab4cc4
ab4cc4
* Mon Apr 12 2010 Bastien Nocera <bnocera@redhat.com> 4.63-3
ab4cc4
- And actually apply the aforementioned patch
ab4cc4
ab4cc4
* Mon Apr 12 2010 Bastien Nocera <bnocera@redhat.com> 4.63-2
ab4cc4
- Fix pairing and using mice, due to recent BtIO changes
ab4cc4
ab4cc4
* Fri Mar 26 2010 Bastien Nocera <bnocera@redhat.com> 4.63-1
ab4cc4
- Update to 4.63
ab4cc4
ab4cc4
* Mon Mar 08 2010 Bastien Nocera <bnocera@redhat.com> 4.62-1
ab4cc4
- Update to 4.62
ab4cc4
ab4cc4
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 4.61-1
ab4cc4
- Update to 4.61
ab4cc4
- Remove Wacom tablet enabler, now in the kernel
ab4cc4
- Fix linking with new DSO rules (#564799)
ab4cc4
ab4cc4
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 4.60-2
ab4cc4
- Fix typo in init script (#558993)
ab4cc4
ab4cc4
* Sun Jan 10 2010 Bastien Nocera <bnocera@redhat.com> 4.60-1
ab4cc4
- Update to 4.60
ab4cc4
ab4cc4
* Fri Dec 25 2009 Bastien Nocera <bnocera@redhat.com> 4.59-1
ab4cc4
- Update to 4.59
ab4cc4
ab4cc4
* Mon Nov 16 2009 Bastien Nocera <bnocera@redhat.com> 4.58-1
ab4cc4
- Update to 4.58
ab4cc4
ab4cc4
* Mon Nov 02 2009 Bastien Nocera <bnocera@redhat.com> 4.57-2
ab4cc4
- Move the rfcomm.conf to the compat package, otherwise
ab4cc4
  the comments at the top of it are confusing
ab4cc4
ab4cc4
* Sat Oct 31 2009 Bastien Nocera <bnocera@redhat.com> 4.57-1
ab4cc4
- Update to 4.57
ab4cc4
ab4cc4
* Sat Oct 10 2009 Bastien Nocera <bnocera@redhat.com> 4.56-1
ab4cc4
- Update to 4.56
ab4cc4
ab4cc4
* Fri Oct 09 2009 Bastien Nocera <bnocera@redhat.com> 4.55-2
ab4cc4
- Update cable pairing plugin to use libudev
ab4cc4
ab4cc4
* Mon Oct 05 2009 Bastien Nocera <bnocera@redhat.com> 4.55-1
ab4cc4
- Update to 4.55
ab4cc4
- Add libcap-ng support to drop capabilities (#517660)
ab4cc4
ab4cc4
* Thu Sep 24 2009 Bastien Nocera <bnocera@redhat.com> 4.54-1
ab4cc4
- Update to 4.54
ab4cc4
ab4cc4
* Wed Sep 16 2009 Bastien Nocera <bnocera@redhat.com> 4.53-2
ab4cc4
- Update cable plugin for gudev changes
ab4cc4
ab4cc4
* Thu Sep 10 2009 Bastien Nocera <bnocera@redhat.com> 4.53-1
ab4cc4
- Update to 4.53
ab4cc4
ab4cc4
* Fri Sep 04 2009 Bastien Nocera <bnocera@redhat.com> 4.52-1
ab4cc4
- Update to 4.52
ab4cc4
ab4cc4
* Thu Sep 03 2009 Bastien Nocera <bnocera@redhat.com> 4.51-1
ab4cc4
- Update to 4.51
ab4cc4
ab4cc4
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 4.50-2
ab4cc4
- Remove obsoleted patches
ab4cc4
- Add another CUPS backend patch
ab4cc4
- Update cable pairing patch for new build system
ab4cc4
ab4cc4
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 4.50-1
ab4cc4
- Update to 4.50
ab4cc4
ab4cc4
* Tue Aug 25 2009 Karsten Hopp <karsten@redhat.com> 4.47-6
ab4cc4
- don't buildrequire libusb1 on s390*
ab4cc4
ab4cc4
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 4.47-5
ab4cc4
- More upstream CUPS fixes
ab4cc4
ab4cc4
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 4.47-4
ab4cc4
- Fix cups discovery the first time we discover a device
ab4cc4
ab4cc4
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 4.47-3
ab4cc4
- Use bzipped upstream tarball.
ab4cc4
ab4cc4
* Wed Aug 05 2009 Bastien Nocera <bnocera@redhat.com> 4.47-2
ab4cc4
- Remove hid2hci calls, they're in udev now
ab4cc4
- Work-around udev bug, bluetoothd wasn't getting enabled
ab4cc4
  on coldplug
ab4cc4
ab4cc4
* Sun Aug 02 2009 Bastien Nocera <bnocera@redhat.com> 4.47-1
ab4cc4
- Update to 4.47
ab4cc4
ab4cc4
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 4.46-3
ab4cc4
- Add rfkill plugin to restore the state of the adapters
ab4cc4
  after coming back from a blocked adapter
ab4cc4
ab4cc4
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.46-2
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ab4cc4
ab4cc4
* Sun Jul 19 2009 Bastien Nocera <bnocera@redhat.com> 4.46-1
ab4cc4
- Update to 4.46
ab4cc4
ab4cc4
* Wed Jul 08 2009 Bastien Nocera <bnocera@redhat.com> 4.45-1
ab4cc4
- Update to 4.45
ab4cc4
ab4cc4
* Tue Jul 07 2009 Bastien Nocera <bnocera@redhat.com> 4.44-1
ab4cc4
- Update to 4.44
ab4cc4
ab4cc4
* Fri Jul 03 2009 Bastien Nocera <bnocera@redhat.com> 4.43-2
ab4cc4
- Up the required udev requires so bluetoothd gets started
ab4cc4
  on boot when an adapter is present
ab4cc4
ab4cc4
* Fri Jul 03 2009 Bastien Nocera <bnocera@redhat.com> 4.43-1
ab4cc4
- Update to 4.43
ab4cc4
ab4cc4
* Sun Jun 21 2009 Bastien Nocera <bnocera@redhat.com> 4.42-2
ab4cc4
- Update to 4.42
ab4cc4
ab4cc4
* Thu Jun 11 2009 Bastien Nocera <bnocera@redhat.com> 4.41-2
ab4cc4
- Switch to on-demand start/stop using udev
ab4cc4
ab4cc4
* Mon Jun 08 2009 Bastien Nocera <bnocera@redhat.com> 4.41-1
ab4cc4
- Update to 4.41
ab4cc4
ab4cc4
* Fri Jun 05 2009 Bastien Nocera <bnocera@redhat.com> 4.40-2
ab4cc4
- Add patch to allow Sixaxis pairing
ab4cc4
ab4cc4
* Tue May 19 2009 Bastien Nocera <bnocera@redhat.com> 4.40-1
ab4cc4
- Update to 4.40
ab4cc4
ab4cc4
* Sat May 09 2009 Bastien Nocera <bnocera@redhat.com> 4.39-1
ab4cc4
- Update to 4.39
ab4cc4
ab4cc4
* Tue May 05 2009 Petr Lautrbach <plautrba@redhat.com> 4.38-3
ab4cc4
- Start/stop the bluetooth service via udev (#484345)
ab4cc4
ab4cc4
* Tue May 05 2009 Bastien Nocera <bnocera@redhat.com> 4.38-2
ab4cc4
- Add patch to activate the Socket Mobile CF kit (#498756)
ab4cc4
ab4cc4
* Mon May 04 2009 Bastien Nocera <bnocera@redhat.com> 4.38-1
ab4cc4
- Update to 4.38
ab4cc4
ab4cc4
* Wed Apr 29 2009 Bastien Nocera <bnocera@redhat.com> 4.37-2
ab4cc4
- Split off dund, pand, hidd, and rfcomm helper into a compat package
ab4cc4
  (#477890, #473892)
ab4cc4
ab4cc4
* Thu Apr 23 2009 - Bastien Nocera <bnocera@redhat.com> - 4.37-1
ab4cc4
- Update to 4.37
ab4cc4
ab4cc4
* Fri Apr 17 2009 - Bastien Nocera <bnocera@redhat.com> - 4.36-1
ab4cc4
- Update to 4.36
ab4cc4
ab4cc4
* Sat Apr 11 2009 - Bastien Nocera <bnocera@redhat.com> - 4.35-1
ab4cc4
- Update to 4.35
ab4cc4
ab4cc4
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-3
ab4cc4
- Avoid disconnecting audio devices straight after they're connected
ab4cc4
ab4cc4
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-2
ab4cc4
- Don't crash when audio devices are registered and the adapter
ab4cc4
  is removed
ab4cc4
ab4cc4
* Sun Mar 29 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-1
ab4cc4
- Update to 4.34
ab4cc4
ab4cc4
* Tue Mar 24 2009 - Bastien Nocera <bnocera@redhat.com> - 4.33-11
ab4cc4
- Fix a possible crasher
ab4cc4
ab4cc4
* Mon Mar 16 2009 - Bastien Nocera <bnocera@redhat.com> - 4.33-1
ab4cc4
- Update to 4.33
ab4cc4
ab4cc4
* Sat Mar 14 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-10
ab4cc4
- Fix a couple of warnings in the CUPS/BlueZ 4.x patch
ab4cc4
ab4cc4
* Fri Mar 13 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-9
ab4cc4
- Switch Wacom Bluetooth tablet to mode 2
ab4cc4
ab4cc4
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-8
ab4cc4
- Port CUPS backend to BlueZ 4.x
ab4cc4
ab4cc4
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-7
ab4cc4
- A (slightly) different fix for parsing to XML when it contains a NULL
ab4cc4
ab4cc4
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-6
ab4cc4
- Fix sdp_copy_record(), so records are properly exported through D-Bus
ab4cc4
ab4cc4
* Fri Mar 06 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-5
ab4cc4
- Fix SDP parsing to XML when it contains NULLs
ab4cc4
ab4cc4
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-4
ab4cc4
- Work-around broken devices that export their names in ISO-8859-1
ab4cc4
  (#450081)
ab4cc4
ab4cc4
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-3
ab4cc4
- Fix permissions on the udev rules (#479348)
ab4cc4
ab4cc4
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-2
ab4cc4
- Own /usr/lib*/bluetooth and children (#474632)
ab4cc4
ab4cc4
* Mon Mar 2 2009 Lennart Poettering <lpoetter@redhat.com> - 4.32-1
ab4cc4
- Update to 4.32
ab4cc4
ab4cc4
* Thu Feb 26 2009 Lennart Poettering <lpoetter@redhat.com> - 4.31-1
ab4cc4
- Update to 4.31
ab4cc4
ab4cc4
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.30-3
ab4cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ab4cc4
ab4cc4
* Mon Feb 23 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-2
ab4cc4
- Fix the cups backend being a libtool stub
ab4cc4
ab4cc4
* Thu Feb 12 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-1
ab4cc4
- Update to 4.30
ab4cc4
ab4cc4
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-3
ab4cc4
- disable 0001-Add-icon-for-other-audio-device.patch, already upstream
ab4cc4
ab4cc4
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-2
ab4cc4
- bluez builds fine on s390(x) and the packages are required to build
ab4cc4
  other packages, drop ExcludeArch
ab4cc4
ab4cc4
* Mon Feb 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.29-1
ab4cc4
- Update to 4.29
ab4cc4
ab4cc4
* Mon Feb 02 2009 - Bastien Nocera <bnocera@redhat.com> - 4.28-1
ab4cc4
- Update to 4.28
ab4cc4
ab4cc4
* Mon Jan 19 2009 - Bastien Nocera <bnocera@redhat.com> - 4.27-1
ab4cc4
- Update to 4.27
ab4cc4
ab4cc4
* Fri Jan 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.26-1
ab4cc4
- Update to 4.26
ab4cc4
ab4cc4
* Sat Jan 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.25-1
ab4cc4
- Update to 4.25
ab4cc4
ab4cc4
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 4.22-2
ab4cc4
- Fix D-Bus configuration for latest D-Bus (#475069)
ab4cc4
ab4cc4
* Mon Dec 08 2008 - Bastien Nocera <bnocera@redhat.com> - 4.22-1
ab4cc4
- Update to 4.22
ab4cc4
ab4cc4
* Mon Dec 01 2008 - Bastien Nocera <bnocera@redhat.com> - 4.21-1
ab4cc4
- Update to 4.21
ab4cc4
ab4cc4
* Fri Nov 21 2008 - Bastien Nocera <bnocera@redhat.com> - 4.19-1
ab4cc4
- Update to 4.19
ab4cc4
ab4cc4
* Mon Nov 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.18-1
ab4cc4
- Update to 4.18
ab4cc4
ab4cc4
* Mon Oct 27 2008 - Bastien Nocera <bnocera@redhat.com> - 4.17-2
ab4cc4
- Own /var/lib/bluetooth (#468717)
ab4cc4
ab4cc4
* Sun Oct 26 2008 - Bastien Nocera <bnocera@redhat.com> - 4.17-1
ab4cc4
- Update to 4.17
ab4cc4
ab4cc4
* Tue Oct 21 2008 - Bastien Nocera <bnocera@redhat.com> - 4.16-1
ab4cc4
- Update to 4.16
ab4cc4
ab4cc4
* Mon Oct 20 2008 - Bastien Nocera <bnocera@redhat.com> - 4.15-1
ab4cc4
- Update to 4.15
ab4cc4
ab4cc4
* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.14-2
ab4cc4
- Add script to autoload uinput on startup, so the PS3 remote
ab4cc4
  works out-of-the-box
ab4cc4
ab4cc4
* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.14-1
ab4cc4
- Update to 4.14
ab4cc4
ab4cc4
* Tue Oct 14 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-3
ab4cc4
- Update udev rules (#246840)
ab4cc4
ab4cc4
* Mon Oct 13 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-2
ab4cc4
- Fix PS3 BD remote input event generation
ab4cc4
ab4cc4
* Fri Oct 10 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-1
ab4cc4
- Update to 4.13
ab4cc4
ab4cc4
* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 4.12-1
ab4cc4
- Update to 4.12
ab4cc4
ab4cc4
* Sat Oct 04 2008 - Bastien Nocera <bnocera@redhat.com> - 4.11-1
ab4cc4
- Update to 4.11
ab4cc4
ab4cc4
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 4.10-1
ab4cc4
- Update to 4.10
ab4cc4
ab4cc4
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 4.9-1
ab4cc4
- Update to 4.9
ab4cc4
ab4cc4
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 4.8-1
ab4cc4
- Update to 4.8
ab4cc4
ab4cc4
* Fri Sep 26 2008 - Bastien Nocera <bnocera@redhat.com> - 4.7-1
ab4cc4
- Update to 4.7
ab4cc4
ab4cc4
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-4
ab4cc4
- Fix patch application
ab4cc4
ab4cc4
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-3
ab4cc4
- Add fuzz
ab4cc4
ab4cc4
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-2
ab4cc4
- Fix possible crasher on resume from suspend
ab4cc4
ab4cc4
* Sun Sep 14 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.6-1
ab4cc4
- Update to 4.6
ab4cc4
ab4cc4
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-4
ab4cc4
- SDP browse fixes
ab4cc4
ab4cc4
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-3
ab4cc4
- Bluez-alsa needs to provide/obsolete bluez-utils-alsa
ab4cc4
- Use versioned Obsoletes:
ab4cc4
ab4cc4
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-2
ab4cc4
- Change main utils package name to 'bluez'; likewise its subpackages
ab4cc4
- Remove references to obsolete initscripts (hidd,pand,dund)
ab4cc4
ab4cc4
* Fri Sep 12 2008 - Bastien Nocera <bnocera@redhat.com> - 4.5-1
ab4cc4
- Update to 4.5
ab4cc4
- Fix initscript to actually start bluetoothd by hand
ab4cc4
- Add chkconfig information to the initscript
ab4cc4
ab4cc4
* Tue Sep 09 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.4-2
ab4cc4
- Fix rpmlint problems
ab4cc4
- Fix input device handling
ab4cc4
ab4cc4
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 4.4-1
ab4cc4
- Update to 4.4
ab4cc4
- Update source address, and remove unneeded deps (thanks Marcel)
ab4cc4
ab4cc4
* Mon Aug 11 2008 - Bastien Nocera <bnocera@redhat.com> - 4.1-1
ab4cc4
- Initial build