19062e
Summary: Bluetooth utilities
19062e
Name: bluez
64ed66
Version: 5.44
64ed66
Release: 2%{?dist}
19062e
License: GPLv2+
19062e
Group: Applications/System
19062e
URL: http://www.bluez.org/
19062e
311967
Source0: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz
19062e
Source1: bluez.gitignore
311967
311967
## Ubuntu patches
311967
Patch2: 0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch
311967
# Non-upstream
311967
Patch3: 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
311967
Patch4: 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
311967
Patch5: 0002-autopair-Don-t-handle-the-iCade.patch
311967
Patch7: 0004-agent-Assert-possible-infinite-loop.patch
311967
311967
%global _hardened_build 1
19062e
19062e
BuildRequires: git
19062e
BuildRequires: dbus-devel >= 0.90
311967
BuildRequires: glib2-devel
311967
BuildRequires: libical-devel >= 1.0.1
19062e
BuildRequires: readline-devel
19062e
# For cable pairing
19062e
BuildRequires: systemd-devel
19062e
# For cups
19062e
BuildRequires: cups-devel
19062e
19062e
# For rebuild
19062e
BuildRequires: libtool autoconf automake
19062e
19062e
Requires: dbus >= 0.60
311967
311967
Requires(post): systemd
311967
Requires(preun): systemd
311967
Requires(postun): systemd
311967
64ed66
Provides: bluez-obexd
64ed66
311967
# Dropped in Fedora 20:
311967
Obsoletes: bluez-alsa < 5.0
311967
Obsoletes: bluez-compat < 5.0
311967
Obsoletes: bluez-gstreamer < 5.0
311967
311967
# Other bluetooth-releated packages that haven't gotten ported to BlueZ 5
311967
Obsoletes: blueman < 1.23-9
311967
Obsoletes: blueman-nautilus < 1.23-9
311967
Obsoletes: obex-data-server < 1:0.4.6-8
19062e
19062e
%description
19062e
Utilities for use in Bluetooth applications:
19062e
	- hcitool
19062e
	- hciattach
19062e
	- hciconfig
19062e
	- bluetoothd
19062e
	- l2ping
311967
	- rfcomm
311967
	- sdptool
311967
	- bccmd
311967
	- bluetoothctl
311967
	- btmon
311967
	- hcidump
311967
	- l2test
311967
	- rctest
c71827
	- gatttool
19062e
	- start scripts (Red Hat)
19062e
	- pcmcia configuration files
19062e
19062e
The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
19062e
19062e
%package libs
19062e
Summary: Libraries for use in Bluetooth applications
19062e
Group: System Environment/Libraries
19062e
19062e
%package libs-devel
19062e
Summary: Development libraries for Bluetooth applications
19062e
Group: Development/Libraries
311967
Requires: bluez-libs%{?_isa} = %{version}-%{release}
19062e
19062e
%package cups
19062e
Summary: CUPS printer backend for Bluetooth printers
19062e
Group: System Environment/Daemons
311967
Requires: bluez%{?_isa} = %{version}-%{release}
19062e
Requires: cups
19062e
19062e
%package hid2hci
19062e
Summary: Put HID proxying bluetooth HCI's into HCI mode
19062e
Group: System Environment/Daemons
311967
Requires: bluez%{?_isa} = %{version}-%{release}
19062e
19062e
%description cups
19062e
This package contains the CUPS backend
19062e
19062e
%description libs
19062e
Libraries for use in Bluetooth applications.
19062e
19062e
%description libs-devel
19062e
bluez-libs-devel contains development libraries and headers for
19062e
use in Bluetooth applications.
19062e
19062e
%description hid2hci
19062e
Most allinone PC's and bluetooth keyboard / mouse sets which include a
19062e
bluetooth dongle, ship with a so called HID proxying bluetooth HCI.
19062e
The HID proxying makes the keyboard / mouse show up as regular USB HID
19062e
devices (after connecting using the connect button on the device + keyboard),
19062e
which makes them work without requiring any manual configuration.
19062e
19062e
The bluez-hid2hci package contains the hid2hci utility and udev rules to
19062e
automatically switch supported Bluetooth devices into regular HCI mode.
19062e
19062e
Install this package if you want to use the bluetooth function of the HCI
19062e
with other bluetooth devices like for example a mobile phone.
19062e
19062e
Note that after installing this package you will first need to pair your
19062e
bluetooth keyboard and mouse with the bluetooth adapter before you can use
19062e
them again. Since you cannot use your bluetooth keyboard and mouse until
19062e
they are paired, this will require the use of a regular (wired) USB keyboard
19062e
and mouse.
19062e
19062e
%prep
19062e
%setup -q
19062e
git init
19062e
if [ -z "$GIT_COMMITTER_NAME" ]; then
19062e
    git config user.email "bluez-owner@fedoraproject.org"
19062e
    git config user.name "Fedora Bluez maintainers"
19062e
fi
19062e
cp %{SOURCE1} .gitignore
19062e
git add .
19062e
git commit -a -q -m "%{version} baseline."
19062e
19062e
git am -p1 %{patches} < /dev/null
19062e
19062e
%build
19062e
libtoolize -f -c
311967
autoreconf -f -i
311967
%configure --enable-cups --enable-tools --enable-library \
64ed66
           --enable-sixaxis --enable-pie --enable-deprecated \
311967
           --with-systemdsystemunitdir=%{_unitdir} \
311967
           --with-systemduserunitdir=%{_userunitdir}
311967
make %{?_smp_mflags} V=1
19062e
19062e
%install
19062e
make install DESTDIR=$RPM_BUILD_ROOT
19062e
c71827
# "make install" fails to install gatttool, necessary for Bluetooth Low Energy
c71827
# Red Hat Bugzilla bug #1141909
c71827
# Debian bug #720486
c71827
install -m0755 attrib/gatttool $RPM_BUILD_ROOT%{_bindir}
c71827
311967
# Remove autocrap and libtool droppings
311967
find $RPM_BUILD_ROOT -name '*.la' -delete
19062e
19062e
# Remove the cups backend from libdir, and install it in /usr/lib whatever the install
19062e
if test -d ${RPM_BUILD_ROOT}/usr/lib64/cups ; then
19062e
	install -D -m0755 ${RPM_BUILD_ROOT}/usr/lib64/cups/backend/bluetooth ${RPM_BUILD_ROOT}%_cups_serverbin/backend/bluetooth
19062e
	rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
19062e
fi
19062e
311967
rm -f ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/*.rules ${RPM_BUILD_ROOT}/usr/lib/udev/rules.d/*.rules
311967
install -D -p -m0644 tools/hid2hci.rules ${RPM_BUILD_ROOT}/lib/udev/rules.d/97-hid2hci.rules
19062e
19062e
install -d -m0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/bluetooth
19062e
19062e
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
19062e
c71827
#copy bluetooth config file
c71827
install -D -p -m0644 src/main.conf ${RPM_BUILD_ROOT}/etc/bluetooth/main.conf
c71827
sed -i 's/#\[Policy\]$/\[Policy\]/; s/#AutoEnable=false/AutoEnable=false/' ${RPM_BUILD_ROOT}/%{_sysconfdir}/bluetooth/main.conf
c71827
19062e
%post libs -p /sbin/ldconfig
19062e
19062e
%postun libs -p /sbin/ldconfig
19062e
311967
%post
311967
%systemd_post bluetooth.service
64ed66
%systemd_user_post obex.service
311967
19062e
%preun
311967
%systemd_preun bluetooth.service
64ed66
%systemd_user_preun obex.service
19062e
19062e
%postun
311967
%systemd_postun_with_restart bluetooth.service
19062e
19062e
%post hid2hci
19062e
/sbin/udevadm trigger --subsystem-match=usb
19062e
19062e
%files
311967
%doc AUTHORS COPYING ChangeLog README
64ed66
%{_bindir}/btattach
19062e
%{_bindir}/ciptool
19062e
%{_bindir}/hcitool
19062e
%{_bindir}/l2ping
19062e
%{_bindir}/rfcomm
19062e
%{_bindir}/sdptool
311967
%{_bindir}/bccmd
311967
%{_bindir}/bluetoothctl
311967
%{_bindir}/bluemoon
311967
%{_bindir}/btmon
311967
%{_bindir}/hciattach
311967
%{_bindir}/hciconfig
311967
%{_bindir}/hcidump
311967
%{_bindir}/l2test
c71827
%{_bindir}/hex2hcd
311967
%{_bindir}/mpris-proxy
c71827
%{_bindir}/gatttool
311967
%{_bindir}/rctest
64ed66
%{_mandir}/man1/btattach.1.gz
19062e
%{_mandir}/man1/ciptool.1.gz
19062e
%{_mandir}/man1/hcitool.1.gz
19062e
%{_mandir}/man1/rfcomm.1.gz
19062e
%{_mandir}/man1/sdptool.1.gz
311967
%{_mandir}/man1/bccmd.1.*
311967
%{_mandir}/man1/hciattach.1.*
311967
%{_mandir}/man1/hciconfig.1.*
311967
%{_mandir}/man1/hcidump.1.*
311967
%{_mandir}/man1/l2ping.1.*
311967
%{_mandir}/man1/rctest.1.*
19062e
%{_mandir}/man8/*
311967
%{_libexecdir}/bluetooth/bluetoothd
311967
%{_libexecdir}/bluetooth/obexd
311967
%exclude %{_mandir}/man1/hid2hci.1*
19062e
%config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
19062e
%{_libdir}/bluetooth/
19062e
%{_localstatedir}/lib/bluetooth
19062e
%{_datadir}/dbus-1/system-services/org.bluez.service
311967
%{_datadir}/dbus-1/services/org.bluez.obex.service
311967
%{_unitdir}/bluetooth.service
311967
%{_userunitdir}/obex.service
c71827
%config %{_sysconfdir}/bluetooth/main.conf
19062e
19062e
%files libs
311967
%doc COPYING
19062e
%{_libdir}/libbluetooth.so.*
19062e
19062e
%files libs-devel
19062e
%{_libdir}/libbluetooth.so
19062e
%dir %{_includedir}/bluetooth
19062e
%{_includedir}/bluetooth/*
19062e
%{_libdir}/pkgconfig/bluez.pc
19062e
19062e
%files cups
19062e
%_cups_serverbin/backend/bluetooth
19062e
19062e
%files hid2hci
19062e
/usr/lib/udev/hid2hci
311967
%{_mandir}/man1/hid2hci.1*
311967
/lib/udev/rules.d/97-hid2hci.rules
19062e
19062e
%changelog
64ed66
* Mon Mar 27 2017 David Arcari <darcari@redhat.com> 5.44-2
64ed66
- added missing updates for sources and .gitignore
64ed66
Resolves: #1434581, #1401501
64ed66
64ed66
* Tue Mar 21 2017 David Arcari <darcari@redhat.com> 5.44-1
64ed66
- Update to 5.44
64ed66
- Ship btattach tool
64ed66
- Configure systemctl settings for bluez-obex correctly
64ed66
- Add Provides: bluez-obexd
64ed66
Resolves: #1434581, #1401501
64ed66
c71827
* Fri Aug 5 2016 Don Zickus <dzickus@redhat.com> 5.41-1
c71827
- Update to 5.41
c71827
- obexd fixes to prevent crashes
c71827
- add /etc/bluetooth/main.conf config file
c71827
Resolves: #1313363, #1336476, #1338895
c71827
c71827
* Wed May 18 2016 Don Zickus <dzickus@redhat.com> 5.39-1
c71827
- Update to 5.39
c71827
Resolves: #1263638 #1296616
c71827
311967
* Fri Jul 10 2015 Bastien Nocera <bnocera@redhat.com> 5.23-4
311967
- Build with --enable-fpie as well
311967
Resolves: #1174545
311967
311967
* Wed Jul 08 2015 Bastien Nocera <bnocera@redhat.com> 5.23-3
311967
- Enable hardened build
311967
Resolves: #1174545
311967
311967
* Wed Jul 08 2015 Milan Crha <mcrha@redhat.com> 5.23-2
311967
- Rebuild against updated libical
311967
- Related: #1209787
311967
311967
* Thu Mar 19 2015 Richard Hughes <rhughes@redhat.com> 5.23-1
311967
- Update to 5.23
311967
- Resolves: #1174545
311967
0fa7e2
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.101-13
0fa7e2
- Mass rebuild 2014-01-24
0fa7e2
0fa7e2
* Tue Jan 07 2014 Bastien Nocera <bnocera@redhat.com> 4.101-12
0fa7e2
- Explicitely disable the GStreamer plugins compilation
0fa7e2
Resolves: #1046328
0fa7e2
0fa7e2
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.101-11
0fa7e2
- Mass rebuild 2013-12-27
0fa7e2
0fa7e2
* Thu Nov 21 2013 Bastien Nocera <bnocera@redhat.com> 4.101-10
0fa7e2
- Really disable the socket interface for A2DP
0fa7e2
Resolves: #969385
0fa7e2
19062e
* Thu Nov 07 2013 Bastien Nocera <bnocera@redhat.com> 4.101-9
19062e
- Add linker flags to BIND_NOW
19062e
Resolves: #983161
19062e
19062e
* Mon Jul 22 2013 Bastien Nocera <bnocera@redhat.com> 4.101-8
19062e
- Remove GStreamer plugins, they're already in GStreamer 1.0
19062e
19062e
* Tue Jun 25 2013 Bastien Nocera <bnocera@redhat.com> 4.101-7
19062e
- Remove socket interface enablement for A2DP (#964031)
19062e
19062e
* Mon Jan 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.101-6
19062e
- Add -vif to autoreconf to fix build issues
19062e
19062e
* Thu Jan 10 2013 Bastien Nocera <bnocera@redhat.com> 4.101-5
19062e
- Use git to manage distro patches
19062e
- Add numerous upstream and downstream patches (#892929)
19062e
19062e
* Wed Nov 21 2012 Bastien Nocera <bnocera@redhat.com> 4.101-4
19062e
- Clean up requires and build requires
19062e
- Use CUPS macro (#772236)
19062e
- Enable audio socket so a2dp works in PulseAudio again (#874015)
19062e
- Fix hid2hci not working with recent kernels (#877998)
19062e
19062e
* Wed Aug 15 2012 Bastien Nocera <bnocera@redhat.com> 4.101-3
19062e
- Enable pairing Wiimote support (#847481)
19062e
19062e
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.101-2
19062e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
19062e
19062e
* Sun Jun 17 2012 Bastien Nocera <bnocera@redhat.com> 4.100-2
19062e
- Add PS3 BD Remote patches (power saving)
19062e
19062e
* Thu Jun 14 2012 Bastien Nocera <bnocera@redhat.com> 4.100-1
19062e
- Update to 4.100
19062e
19062e
* Fri Jun  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 4.99-2
19062e
- Add patch for udev change to fix FTBFS on rawhide
19062e
- Drop sbc patch as fixed in gcc 4.7 final
19062e
19062e
* Tue Mar 06 2012 Bastien Nocera <bnocera@redhat.com> 4.99-1
19062e
- Update to 4.99
19062e
19062e
* Tue Feb 28 2012 Petr Pisar <ppisar@redhat.com> - 4.98-3
19062e
- Make headers compilable with g++ 4.7 (bug #791292)
19062e
19062e
* Fri Feb 24 2012 Peter Robinson <pbrobinson@fedoraproject.org> 4.98-2
19062e
- Add mmx patch to fix build of sbc component
19062e
- clean up spec, drop ancient obsoletes
19062e
19062e
* Fri Jan 13 2012 Bastien Nocera <bnocera@redhat.com> 4.98-1
19062e
- Update to 4.98
19062e
19062e
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.97-2
19062e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
19062e
19062e
* Fri Dec 30 2011 Bastien Nocera <bnocera@redhat.com> 4.97-1
19062e
- Update to 4.97
19062e
19062e
* Mon Sep  5 2011 Hans de Goede <hdegoede@redhat.com> 4.96-3
19062e
- Put hid2hci into its own (optional) subpackage, so that people who
19062e
  just want to use their HID proxying HCI with the keyboard and mouse
19062e
  it came with, will have things working out of the box.
19062e
- Put udev rules in /lib/udev, where package installed udev rules belong
19062e
19062e
* Mon Aug 29 2011 Hans de Goede <hdegoede@redhat.com> 4.96-2
19062e
- hid2hci was recently removed from udev and added to bluez in 4.93,
19062e
  udev in Fedora-16 no longer has hid2hci -> enable it in our bluez builds.
19062e
  This fixes bluetooth not working on machines where the bluetooth hci
19062e
  initially shows up as a hid device, such as with many Dell laptops.
19062e
19062e
* Mon Aug 01 2011 Bastien Nocera <bnocera@redhat.com> 4.96-1
19062e
- Update to 4.96
19062e
19062e
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 4.95-1
19062e
- Update to 4.95
19062e
19062e
* Tue Jun 28 2011 Lennart Poettering <lpoetter@redhat.com> - 4.94-4
19062e
- Enable bluetoothd on all upgrades from 4.87-6 and older, in order to fix up broken F15 installations
19062e
19062e
* Thu Jun 23 2011 Bastien Nocera <bnocera@redhat.com> 4.94-3
19062e
- Update patches to apply correctly
19062e
- First compilable version with hostnamed support
19062e
19062e
* Mon Jun 20 2011 Lennart Poettering <lpoetter@redhat.com> - 4.94-2
19062e
- Enable bluetoothd by default
19062e
- Follow-up on https://bugzilla.redhat.com/show_bug.cgi?id=694519 also fixing upgrades
19062e
19062e
* Wed Jun 01 2011 Bastien Nocera <bnocera@redhat.com> 4.94-1
19062e
- Update to 4.94
19062e
19062e
* Wed May 25 2011 Bastien Nocera <bnocera@redhat.com> 4.93-1
19062e
- Update to 4.93
19062e
19062e
* Thu Apr  7 2011 Lennart Poettering <lpoetter@redhat.com> - 4.90-2
19062e
- Update systemd patch to make it possible to disable bluez
19062e
19062e
* Thu Mar 17 2011 Bastien Nocera <bnocera@redhat.com> 4.90-1
19062e
- Update to 4.90
19062e
19062e
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 4.89-1
19062e
- Update to 4.89
19062e
19062e
* Mon Feb 14 2011 Bastien Nocera <bnocera@redhat.com> 4.88-1
19062e
- Update to 4.88
19062e
19062e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.87-2
19062e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
19062e
19062e
* Wed Jan 26 2011 Bastien Nocera <bnocera@redhat.com> 4.87-1
19062e
- Update to 4.87
19062e
19062e
* Thu Jan 20 2011 Bastien Nocera <bnocera@redhat.com> 4.86-1
19062e
- Update to 4.86
19062e
19062e
* Thu Jan 13 2011 Bastien Nocera <bnocera@redhat.com> 4.85-1
19062e
- Update to 4.85
19062e
19062e
* Sun Dec 19 2010 Bastien Nocera <bnocera@redhat.com> 4.82-1
19062e
- Update to 4.82
19062e
19062e
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 4.81-1
19062e
- Update to 4.81
19062e
19062e
* Mon Nov 22 2010 Bastien Nocera <bnocera@redhat.com> 4.80-1
19062e
- Update to 4.80
19062e
19062e
* Tue Nov 09 2010 Bastien Nocera <bnocera@redhat.com> 4.79-1
19062e
- Update to 4.79
19062e
19062e
* Sat Nov 06 2010 Bastien Nocera <bnocera@redhat.com> 4.78-1
19062e
- Update to 4.78
19062e
19062e
* Wed Oct 27 2010 Bastien Nocera <bnocera@redhat.com> 4.77-1
19062e
- Update to 4.77
19062e
19062e
* Sat Oct 16 2010 Bastien Nocera <bnocera@redhat.com> 4.76-1
19062e
- Update to 4.76
19062e
19062e
* Tue Oct 05 2010 Bastien Nocera <bnocera@redhat.com> 4.74-1
19062e
- Update to 4.74
19062e
19062e
* Mon Oct 04 2010 Bastien Nocera <bnocera@redhat.com> 4.73-1
19062e
- Update to 4.73
19062e
19062e
* Wed Sep 29 2010 jkeating - 4.72-2
19062e
- Rebuilt for gcc bug 634757
19062e
19062e
* Wed Sep 22 2010 Bastien Nocera <bnocera@redhat.com> 4.72-1
19062e
- Update to 4.72
19062e
19062e
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> 4.71-4
19062e
- sync release number (but not package) with F-14
19062e
19062e
* Tue Sep 14 2010 Bastien Nocera <bnocera@redhat.com> 4.71-3
19062e
- systemd hookup and cleanups from Lennart
19062e
19062e
* Thu Sep 09 2010 Bastien Nocera <bnocera@redhat.com> 4.71-1
19062e
- Update to 4.71
19062e
19062e
* Thu Aug 26 2010 Bastien Nocera <bnocera@redhat.com> 4.70-1
19062e
- Update to 4.70
19062e
19062e
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-4
19062e
- Re-add Requires: dbus-bluez-pin-helper, since blueman is now in
19062e
19062e
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-3
19062e
- Comment out Requires: dbus-bluez-pin-helper for bootstrapping. Otherwise
19062e
  it drags in the old blueman, built against python-2.6
19062e
* Fri Jul 23 2010 Bastien Nocera <bnocera@redhat.com> 4.69-2
19062e
- Don't allow installing bluez-compat on its own
19062e
19062e
* Fri Jul 16 2010 Bastien Nocera <bnocera@redhat.com> 4.69-1
19062e
- Update to 4.69
19062e
19062e
* Sun Jul 11 2010 Dan Horák <dan[at]danny.cz> 4.66-3
19062e
- don't require the pin helper on s390(x) now, we can disable the whole
19062e
  bluetooth stack in the future
19062e
19062e
* Mon Jun 21 2010 Bastien Nocera <bnocera@redhat.com> 4.66-2
19062e
- Move hidd, pand and dund man pages to the -compat
19062e
  sub-package (#593578)
19062e
19062e
* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 4.66-1
19062e
- Update to 4.66
19062e
19062e
* Mon May 24 2010 Bastien Nocera <bnocera@redhat.com> 4.65-1
19062e
- Update to 4.65
19062e
19062e
* Thu Apr 29 2010 Bastien Nocera <bnocera@redhat.com> 4.64-1
19062e
- Update to 4.64
19062e
19062e
* Mon Apr 12 2010 Bastien Nocera <bnocera@redhat.com> 4.63-3
19062e
- And actually apply the aforementioned patch
19062e
19062e
* Mon Apr 12 2010 Bastien Nocera <bnocera@redhat.com> 4.63-2
19062e
- Fix pairing and using mice, due to recent BtIO changes
19062e
19062e
* Fri Mar 26 2010 Bastien Nocera <bnocera@redhat.com> 4.63-1
19062e
- Update to 4.63
19062e
19062e
* Mon Mar 08 2010 Bastien Nocera <bnocera@redhat.com> 4.62-1
19062e
- Update to 4.62
19062e
19062e
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 4.61-1
19062e
- Update to 4.61
19062e
- Remove Wacom tablet enabler, now in the kernel
19062e
- Fix linking with new DSO rules (#564799)
19062e
19062e
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 4.60-2
19062e
- Fix typo in init script (#558993)
19062e
19062e
* Sun Jan 10 2010 Bastien Nocera <bnocera@redhat.com> 4.60-1
19062e
- Update to 4.60
19062e
19062e
* Fri Dec 25 2009 Bastien Nocera <bnocera@redhat.com> 4.59-1
19062e
- Update to 4.59
19062e
19062e
* Mon Nov 16 2009 Bastien Nocera <bnocera@redhat.com> 4.58-1
19062e
- Update to 4.58
19062e
19062e
* Mon Nov 02 2009 Bastien Nocera <bnocera@redhat.com> 4.57-2
19062e
- Move the rfcomm.conf to the compat package, otherwise
19062e
  the comments at the top of it are confusing
19062e
19062e
* Sat Oct 31 2009 Bastien Nocera <bnocera@redhat.com> 4.57-1
19062e
- Update to 4.57
19062e
19062e
* Sat Oct 10 2009 Bastien Nocera <bnocera@redhat.com> 4.56-1
19062e
- Update to 4.56
19062e
19062e
* Fri Oct 09 2009 Bastien Nocera <bnocera@redhat.com> 4.55-2
19062e
- Update cable pairing plugin to use libudev
19062e
19062e
* Mon Oct 05 2009 Bastien Nocera <bnocera@redhat.com> 4.55-1
19062e
- Update to 4.55
19062e
- Add libcap-ng support to drop capabilities (#517660)
19062e
19062e
* Thu Sep 24 2009 Bastien Nocera <bnocera@redhat.com> 4.54-1
19062e
- Update to 4.54
19062e
19062e
* Wed Sep 16 2009 Bastien Nocera <bnocera@redhat.com> 4.53-2
19062e
- Update cable plugin for gudev changes
19062e
19062e
* Thu Sep 10 2009 Bastien Nocera <bnocera@redhat.com> 4.53-1
19062e
- Update to 4.53
19062e
19062e
* Fri Sep 04 2009 Bastien Nocera <bnocera@redhat.com> 4.52-1
19062e
- Update to 4.52
19062e
19062e
* Thu Sep 03 2009 Bastien Nocera <bnocera@redhat.com> 4.51-1
19062e
- Update to 4.51
19062e
19062e
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 4.50-2
19062e
- Remove obsoleted patches
19062e
- Add another CUPS backend patch
19062e
- Update cable pairing patch for new build system
19062e
19062e
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 4.50-1
19062e
- Update to 4.50
19062e
19062e
* Tue Aug 25 2009 Karsten Hopp <karsten@redhat.com> 4.47-6
19062e
- don't buildrequire libusb1 on s390*
19062e
19062e
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 4.47-5
19062e
- More upstream CUPS fixes
19062e
19062e
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 4.47-4
19062e
- Fix cups discovery the first time we discover a device
19062e
19062e
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 4.47-3
19062e
- Use bzipped upstream tarball.
19062e
19062e
* Wed Aug 05 2009 Bastien Nocera <bnocera@redhat.com> 4.47-2
19062e
- Remove hid2hci calls, they're in udev now
19062e
- Work-around udev bug, bluetoothd wasn't getting enabled
19062e
  on coldplug
19062e
19062e
* Sun Aug 02 2009 Bastien Nocera <bnocera@redhat.com> 4.47-1
19062e
- Update to 4.47
19062e
19062e
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 4.46-3
19062e
- Add rfkill plugin to restore the state of the adapters
19062e
  after coming back from a blocked adapter
19062e
19062e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.46-2
19062e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
19062e
19062e
* Sun Jul 19 2009 Bastien Nocera <bnocera@redhat.com> 4.46-1
19062e
- Update to 4.46
19062e
19062e
* Wed Jul 08 2009 Bastien Nocera <bnocera@redhat.com> 4.45-1
19062e
- Update to 4.45
19062e
19062e
* Tue Jul 07 2009 Bastien Nocera <bnocera@redhat.com> 4.44-1
19062e
- Update to 4.44
19062e
19062e
* Fri Jul 03 2009 Bastien Nocera <bnocera@redhat.com> 4.43-2
19062e
- Up the required udev requires so bluetoothd gets started
19062e
  on boot when an adapter is present
19062e
19062e
* Fri Jul 03 2009 Bastien Nocera <bnocera@redhat.com> 4.43-1
19062e
- Update to 4.43
19062e
19062e
* Sun Jun 21 2009 Bastien Nocera <bnocera@redhat.com> 4.42-2
19062e
- Update to 4.42
19062e
19062e
* Thu Jun 11 2009 Bastien Nocera <bnocera@redhat.com> 4.41-2
19062e
- Switch to on-demand start/stop using udev
19062e
19062e
* Mon Jun 08 2009 Bastien Nocera <bnocera@redhat.com> 4.41-1
19062e
- Update to 4.41
19062e
19062e
* Fri Jun 05 2009 Bastien Nocera <bnocera@redhat.com> 4.40-2
19062e
- Add patch to allow Sixaxis pairing
19062e
19062e
* Tue May 19 2009 Bastien Nocera <bnocera@redhat.com> 4.40-1
19062e
- Update to 4.40
19062e
19062e
* Sat May 09 2009 Bastien Nocera <bnocera@redhat.com> 4.39-1
19062e
- Update to 4.39
19062e
19062e
* Tue May 05 2009 Petr Lautrbach <plautrba@redhat.com> 4.38-3
19062e
- Start/stop the bluetooth service via udev (#484345)
19062e
19062e
* Tue May 05 2009 Bastien Nocera <bnocera@redhat.com> 4.38-2
19062e
- Add patch to activate the Socket Mobile CF kit (#498756)
19062e
19062e
* Mon May 04 2009 Bastien Nocera <bnocera@redhat.com> 4.38-1
19062e
- Update to 4.38
19062e
19062e
* Wed Apr 29 2009 Bastien Nocera <bnocera@redhat.com> 4.37-2
19062e
- Split off dund, pand, hidd, and rfcomm helper into a compat package
19062e
  (#477890, #473892)
19062e
19062e
* Thu Apr 23 2009 - Bastien Nocera <bnocera@redhat.com> - 4.37-1
19062e
- Update to 4.37
19062e
19062e
* Fri Apr 17 2009 - Bastien Nocera <bnocera@redhat.com> - 4.36-1
19062e
- Update to 4.36
19062e
19062e
* Sat Apr 11 2009 - Bastien Nocera <bnocera@redhat.com> - 4.35-1
19062e
- Update to 4.35
19062e
19062e
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-3
19062e
- Avoid disconnecting audio devices straight after they're connected
19062e
19062e
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-2
19062e
- Don't crash when audio devices are registered and the adapter
19062e
  is removed
19062e
19062e
* Sun Mar 29 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-1
19062e
- Update to 4.34
19062e
19062e
* Tue Mar 24 2009 - Bastien Nocera <bnocera@redhat.com> - 4.33-11
19062e
- Fix a possible crasher
19062e
19062e
* Mon Mar 16 2009 - Bastien Nocera <bnocera@redhat.com> - 4.33-1
19062e
- Update to 4.33
19062e
19062e
* Sat Mar 14 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-10
19062e
- Fix a couple of warnings in the CUPS/BlueZ 4.x patch
19062e
19062e
* Fri Mar 13 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-9
19062e
- Switch Wacom Bluetooth tablet to mode 2
19062e
19062e
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-8
19062e
- Port CUPS backend to BlueZ 4.x
19062e
19062e
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-7
19062e
- A (slightly) different fix for parsing to XML when it contains a NULL
19062e
19062e
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-6
19062e
- Fix sdp_copy_record(), so records are properly exported through D-Bus
19062e
19062e
* Fri Mar 06 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-5
19062e
- Fix SDP parsing to XML when it contains NULLs
19062e
19062e
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-4
19062e
- Work-around broken devices that export their names in ISO-8859-1
19062e
  (#450081)
19062e
19062e
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-3
19062e
- Fix permissions on the udev rules (#479348)
19062e
19062e
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-2
19062e
- Own /usr/lib*/bluetooth and children (#474632)
19062e
19062e
* Mon Mar 2 2009 Lennart Poettering <lpoetter@redhat.com> - 4.32-1
19062e
- Update to 4.32
19062e
19062e
* Thu Feb 26 2009 Lennart Poettering <lpoetter@redhat.com> - 4.31-1
19062e
- Update to 4.31
19062e
19062e
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.30-3
19062e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
19062e
19062e
* Mon Feb 23 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-2
19062e
- Fix the cups backend being a libtool stub
19062e
19062e
* Thu Feb 12 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-1
19062e
- Update to 4.30
19062e
19062e
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-3
19062e
- disable 0001-Add-icon-for-other-audio-device.patch, already upstream
19062e
19062e
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-2
19062e
- bluez builds fine on s390(x) and the packages are required to build
19062e
  other packages, drop ExcludeArch
19062e
19062e
* Mon Feb 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.29-1
19062e
- Update to 4.29
19062e
19062e
* Mon Feb 02 2009 - Bastien Nocera <bnocera@redhat.com> - 4.28-1
19062e
- Update to 4.28
19062e
19062e
* Mon Jan 19 2009 - Bastien Nocera <bnocera@redhat.com> - 4.27-1
19062e
- Update to 4.27
19062e
19062e
* Fri Jan 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.26-1
19062e
- Update to 4.26
19062e
19062e
* Sat Jan 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.25-1
19062e
- Update to 4.25
19062e
19062e
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 4.22-2
19062e
- Fix D-Bus configuration for latest D-Bus (#475069)
19062e
19062e
* Mon Dec 08 2008 - Bastien Nocera <bnocera@redhat.com> - 4.22-1
19062e
- Update to 4.22
19062e
19062e
* Mon Dec 01 2008 - Bastien Nocera <bnocera@redhat.com> - 4.21-1
19062e
- Update to 4.21
19062e
19062e
* Fri Nov 21 2008 - Bastien Nocera <bnocera@redhat.com> - 4.19-1
19062e
- Update to 4.19
19062e
19062e
* Mon Nov 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.18-1
19062e
- Update to 4.18
19062e
19062e
* Mon Oct 27 2008 - Bastien Nocera <bnocera@redhat.com> - 4.17-2
19062e
- Own /var/lib/bluetooth (#468717)
19062e
19062e
* Sun Oct 26 2008 - Bastien Nocera <bnocera@redhat.com> - 4.17-1
19062e
- Update to 4.17
19062e
19062e
* Tue Oct 21 2008 - Bastien Nocera <bnocera@redhat.com> - 4.16-1
19062e
- Update to 4.16
19062e
19062e
* Mon Oct 20 2008 - Bastien Nocera <bnocera@redhat.com> - 4.15-1
19062e
- Update to 4.15
19062e
19062e
* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.14-2
19062e
- Add script to autoload uinput on startup, so the PS3 remote
19062e
  works out-of-the-box
19062e
19062e
* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.14-1
19062e
- Update to 4.14
19062e
19062e
* Tue Oct 14 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-3
19062e
- Update udev rules (#246840)
19062e
19062e
* Mon Oct 13 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-2
19062e
- Fix PS3 BD remote input event generation
19062e
19062e
* Fri Oct 10 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-1
19062e
- Update to 4.13
19062e
19062e
* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 4.12-1
19062e
- Update to 4.12
19062e
19062e
* Sat Oct 04 2008 - Bastien Nocera <bnocera@redhat.com> - 4.11-1
19062e
- Update to 4.11
19062e
19062e
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 4.10-1
19062e
- Update to 4.10
19062e
19062e
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 4.9-1
19062e
- Update to 4.9
19062e
19062e
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 4.8-1
19062e
- Update to 4.8
19062e
19062e
* Fri Sep 26 2008 - Bastien Nocera <bnocera@redhat.com> - 4.7-1
19062e
- Update to 4.7
19062e
19062e
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-4
19062e
- Fix patch application
19062e
19062e
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-3
19062e
- Add fuzz
19062e
19062e
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-2
19062e
- Fix possible crasher on resume from suspend
19062e
19062e
* Sun Sep 14 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.6-1
19062e
- Update to 4.6
19062e
19062e
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-4
19062e
- SDP browse fixes
19062e
19062e
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-3
19062e
- Bluez-alsa needs to provide/obsolete bluez-utils-alsa
19062e
- Use versioned Obsoletes:
19062e
19062e
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-2
19062e
- Change main utils package name to 'bluez'; likewise its subpackages
19062e
- Remove references to obsolete initscripts (hidd,pand,dund)
19062e
19062e
* Fri Sep 12 2008 - Bastien Nocera <bnocera@redhat.com> - 4.5-1
19062e
- Update to 4.5
19062e
- Fix initscript to actually start bluetoothd by hand
19062e
- Add chkconfig information to the initscript
19062e
19062e
* Tue Sep 09 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.4-2
19062e
- Fix rpmlint problems
19062e
- Fix input device handling
19062e
19062e
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 4.4-1
19062e
- Update to 4.4
19062e
- Update source address, and remove unneeded deps (thanks Marcel)
19062e
19062e
* Mon Aug 11 2008 - Bastien Nocera <bnocera@redhat.com> - 4.1-1
19062e
- Initial build