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