ea45d39
%if 0%{?fedora} || 0%{?rhel} <= 8
ea45d39
%bcond_without deprecated
ea45d39
%else
ea45d39
%bcond_with deprecated
ea45d39
%endif
ea45d39
7edb603
Name:    bluez
204bce3
Version: 5.75
4f44749
Release: 1%{?dist}
430f12b
Summary: Bluetooth utilities
1e336b2
License: GPLv2+
71b7c79
URL:     http://www.bluez.org/
891fff9
4f44749
Source0: https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
be1858e
7ee65ed
BuildRequires: dbus-devel >= 1.6
f358c17
BuildRequires: glib2-devel
c5705fd
BuildRequires: libell-devel >= 0.37
636e2c4
BuildRequires: libical-devel
c5705fd
BuildRequires: make
Bastien Nocera 7ae180b
BuildRequires: readline-devel
cd998e6
# For bluetooth mesh
cd998e6
BuildRequires: json-c-devel
22e68ea
# For cable pairing
Bastien Nocera ed430ca
BuildRequires: systemd-devel
Bastien Nocera 13f2785
# For udev rules
Bastien Nocera 13f2785
BuildRequires: systemd
71b7c79
# For printing
Bastien Nocera e92de5a
BuildRequires: cups-devel
Bastien Nocera 02c8633
# For autoreconf
Bastien Nocera 02c8633
BuildRequires: libtool automake autoconf
0122099
# For man pages
0122099
BuildRequires: python3-docutils
f951b65
BuildRequires: python3-pygments
22e68ea
7ee65ed
Requires: dbus >= 1.6
4a28461
Requires(post): systemd
4a28461
Requires(preun): systemd
4a28461
Requires(postun): systemd
430f12b
1e336b2
%description
430f12b
Utilities for use in Bluetooth applications:
ea45d39
	- avinfo
ea45d39
	- bluemoon
636e2c4
	- bluetoothctl
ea45d39
	- bluetoothd
ea45d39
	- btattach
636e2c4
	- btmon
ea45d39
	- hex2hcd
ea45d39
	- mpris-proxy
1e336b2
1e336b2
The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
1e336b2
430f12b
%package cups
1e336b2
Summary: CUPS printer backend for Bluetooth printers
2d13457
Requires: bluez%{?_isa} = %{version}-%{release}
1e336b2
Requires: cups
1e336b2
ea45d39
%description cups
ea45d39
This package contains the CUPS backend
f59cf18
ea45d39
%if %{with deprecated}
ea45d39
%package deprecated
ea45d39
Summary: Deprecated Bluetooth applications
8f5b81e
Requires: bluez%{?_isa} = %{version}-%{release}
ea45d39
Obsoletes: bluez < 5.55-2
234ae94
ea45d39
%description deprecated
ea45d39
Bluetooth applications that have bee deprecated by upstream. They have been
ea45d39
replaced by funcationality in the core bluetoothctl and will eventually
ea45d39
be dropped by upstream. Utilities include:
ea45d39
	- ciptool
ea45d39
	- gatttool
ea45d39
	- hciattach
ea45d39
	- hciconfig
ea45d39
	- hcidump
ea45d39
	- hcitool
9ef85f3
	- meshctl
ea45d39
	- rfcomm
ea45d39
	- sdptool
ea45d39
%endif
a2c9b02
ea45d39
%package libs
ea45d39
Summary: Libraries for use in Bluetooth applications
1e336b2
1e336b2
%description libs
1e336b2
Libraries for use in Bluetooth applications.
1e336b2
ea45d39
%package libs-devel
ea45d39
Summary: Development libraries for Bluetooth applications
ea45d39
Requires: bluez-libs%{?_isa} = %{version}-%{release}
ea45d39
1e336b2
%description libs-devel
1e336b2
bluez-libs-devel contains development libraries and headers for
1e336b2
use in Bluetooth applications.
1e336b2
ea45d39
%package hid2hci
ea45d39
Summary: Put HID proxying bluetooth HCI's into HCI mode
ea45d39
Requires: bluez%{?_isa} = %{version}-%{release}
ea45d39
9533d58
%description hid2hci
9533d58
Most allinone PC's and bluetooth keyboard / mouse sets which include a
9533d58
bluetooth dongle, ship with a so called HID proxying bluetooth HCI.
9533d58
The HID proxying makes the keyboard / mouse show up as regular USB HID
9533d58
devices (after connecting using the connect button on the device + keyboard),
9533d58
which makes them work without requiring any manual configuration.
9533d58
9533d58
The bluez-hid2hci package contains the hid2hci utility and udev rules to
9533d58
automatically switch supported Bluetooth devices into regular HCI mode.
9533d58
9533d58
Install this package if you want to use the bluetooth function of the HCI
9533d58
with other bluetooth devices like for example a mobile phone.
9533d58
9533d58
Note that after installing this package you will first need to pair your
9533d58
bluetooth keyboard and mouse with the bluetooth adapter before you can use
9533d58
them again. Since you cannot use your bluetooth keyboard and mouse until
9533d58
they are paired, this will require the use of a regular (wired) USB keyboard
9533d58
and mouse.
9533d58
ea45d39
%package mesh
ea45d39
Summary: Bluetooth mesh
ea45d39
Requires: bluez%{?_isa} = %{version}-%{release}
ea45d39
Requires: bluez-libs%{?_isa} = %{version}-%{release}
ea45d39
234ae94
%description mesh
234ae94
Services for bluetooth mesh
234ae94
ea45d39
%package obexd
ea45d39
Summary: Object Exchange daemon for sharing content
ea45d39
Requires: bluez%{?_isa} = %{version}-%{release}
ea45d39
Requires: bluez-libs%{?_isa} = %{version}-%{release}
ea45d39
a2c9b02
%description obexd
a2c9b02
Object Exchange daemon for sharing files, contacts etc over bluetooth
a2c9b02
1e336b2
%prep
ea45d39
%autosetup -p1
1e336b2
1e336b2
%build
c5705fd
autoreconf -vif
42fca29
%configure --enable-tools --enable-library \
42fca29
           --enable-external-ell --disable-optimization \
ea45d39
%if %{with deprecated}
ea45d39
           --enable-deprecated \
ea45d39
%endif
cd998e6
           --enable-sixaxis --enable-cups --enable-nfc --enable-mesh \
42fca29
           --enable-hid2hci --enable-testing --enable-experimental \
49a9945
           --enable-bap --enable-bass --enable-mcp --enable-micp \
49a9945
           --enable-csip --enable-vcp \
4a28461
           --with-systemdsystemunitdir=%{_unitdir} \
4a28461
           --with-systemduserunitdir=%{_userunitdir}
e21b8f7
234ae94
%{make_build}
1e336b2
1e336b2
%install
234ae94
%{make_install}
f358c17
ea45d39
%if %{with deprecated}
79258ee
# "make install" fails to install gatttool, necessary for Bluetooth Low Energy
ea45d39
# Red Hat Bugzilla bug #1141909, Debian bug #720486
79258ee
install -m0755 attrib/gatttool $RPM_BUILD_ROOT%{_bindir}
ea45d39
%endif
79258ee
2a0eb35
# "make install" fails to install avinfo
2a0eb35
# Red Hat Bugzilla bug #1699680
2a0eb35
install -m0755 tools/avinfo $RPM_BUILD_ROOT%{_bindir}
2a0eb35
e5a6d99
# btmgmt is not installed by "make install", but it is useful for debugging
e5a6d99
# some issues and to set the MAC address on HCIs which don't have their
e5a6d99
# MAC address configured 
e5a6d99
install -m0755 tools/btmgmt $RPM_BUILD_ROOT%{_bindir}
e5a6d99
ea45d39
# Remove libtool archive
feffbcc
find $RPM_BUILD_ROOT -name '*.la' -delete
1e336b2
1e336b2
# Remove the cups backend from libdir, and install it in /usr/lib whatever the install
208788a
if test -d ${RPM_BUILD_ROOT}/usr/lib64/cups ; then
Bastien Nocera e92de5a
	install -D -m0755 ${RPM_BUILD_ROOT}/usr/lib64/cups/backend/bluetooth ${RPM_BUILD_ROOT}%_cups_serverbin/backend/bluetooth
208788a
	rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
208788a
fi
1e336b2
636e2c4
rm -f ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/*.rules ${RPM_BUILD_ROOT}/usr/lib/udev/rules.d/*.rules
f8d4e0a
install -D -p -m0644 tools/hid2hci.rules ${RPM_BUILD_ROOT}/%{_udevrulesdir}/97-hid2hci.rules
cc9ac66
4dee224
install -d -m0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/bluetooth
8f5b81e
install -d -m0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/bluetooth/mesh
4dee224
6f3d555
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
6f3d555
dd83a2e
#copy bluetooth config file and setup auto enable
dd83a2e
install -D -p -m0644 src/main.conf ${RPM_BUILD_ROOT}/etc/bluetooth/main.conf
45a1b7b
install -D -p -m0644 mesh/mesh-main.conf ${RPM_BUILD_ROOT}/etc/bluetooth/mesh-main.conf
a7f1a9c
install -D -p -m0644 profiles/input/input.conf ${RPM_BUILD_ROOT}/etc/bluetooth/input.conf
a7f1a9c
install -D -p -m0644 profiles/network/network.conf ${RPM_BUILD_ROOT}/etc/bluetooth/network.conf
a7f1a9c
dd83a2e
sed -i 's/#\[Policy\]$/\[Policy\]/; s/#AutoEnable=false/AutoEnable=true/' ${RPM_BUILD_ROOT}/%{_sysconfdir}/bluetooth/main.conf
dd83a2e
eb384bf
# Install the HCI emulator, useful for testing
eb384bf
install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
eb384bf
9f70365
#check
9f70365
#make check
4b0c300
da7ae2b
%ldconfig_scriptlets libs
1e336b2
4a28461
%post
4a28461
%systemd_post bluetooth.service
4a28461
430f12b
%preun
4a28461
%systemd_preun bluetooth.service
Bastien Nocera 54521b0
Bastien Nocera 54521b0
%postun
4a28461
%systemd_postun_with_restart bluetooth.service
Lennart Poettering edfdc35
9533d58
%post hid2hci
9533d58
/sbin/udevadm trigger --subsystem-match=usb
9533d58
234ae94
%post mesh
234ae94
%systemd_user_post bluetooth-mesh.service
234ae94
234ae94
%preun mesh
234ae94
%systemd_user_preun bluetooth-mesh.service
234ae94
b5636a4
%post obexd
b5636a4
%systemd_user_post obex.service
b5636a4
b5636a4
%preun obexd
b5636a4
%systemd_user_preun obex.service
b5636a4
430f12b
%files
7ee65ed
%license COPYING
7ee65ed
%doc AUTHORS ChangeLog
e96c7c7
# bluetooth.service expects configuraton directory to be read only
e96c7c7
# https://github.com/bluez/bluez/issues/329#issuecomment-1102459104
e96c7c7
%attr(0555, root, root) %dir %{_sysconfdir}/bluetooth
fe89728
%config(noreplace) %{_sysconfdir}/bluetooth/main.conf
a7f1a9c
%config(noreplace) %{_sysconfdir}/bluetooth/input.conf
a7f1a9c
%config(noreplace) %{_sysconfdir}/bluetooth/network.conf
ea45d39
%{_bindir}/avinfo
Bastien Nocera 9468d4a
%{_bindir}/bluemoon
ea45d39
%{_bindir}/bluetoothctl
ea45d39
%{_bindir}/btattach
e5a6d99
%{_bindir}/btmgmt
636e2c4
%{_bindir}/btmon
Bastien Nocera ea96fde
%{_bindir}/hex2hcd
Bastien Nocera 0401767
%{_bindir}/mpris-proxy
f951b65
%{_mandir}/man1/bluetoothctl.1.*
de15f36
%{_mandir}/man1/bluetoothctl-*.1.*
f991645
%{_mandir}/man1/btmgmt.1.*
ea45d39
%{_mandir}/man1/btattach.1.*
19b82e3
%{_mandir}/man1/btmon.1.*
ea45d39
%{_mandir}/man8/bluetoothd.8.*
eb384bf
%dir %{_libexecdir}/bluetooth
636e2c4
%{_libexecdir}/bluetooth/bluetoothd
c1fcbef
%{_libdir}/bluetooth/
e96c7c7
# bluetooth.service expects StateDirectoryMode to be 700.
e96c7c7
%attr(0700, root, root) %dir %{_localstatedir}/lib/bluetooth
e96c7c7
%dir %{_localstatedir}/lib/bluetooth/mesh
f991645
%{_datadir}/dbus-1/system.d/bluetooth.conf
Bastien Nocera 54521b0
%{_datadir}/dbus-1/system-services/org.bluez.service
4a28461
%{_unitdir}/bluetooth.service
234ae94
%{_datadir}/zsh/site-functions/_bluetoothctl
1e336b2
ea45d39
%if %{with deprecated}
ea45d39
%files deprecated
ea45d39
%{_bindir}/ciptool
ea45d39
%{_bindir}/gatttool
ea45d39
%{_bindir}/hciattach
ea45d39
%{_bindir}/hciconfig
ea45d39
%{_bindir}/hcidump
ea45d39
%{_bindir}/hcitool
5e9e52d
%{_bindir}/meshctl
ea45d39
%{_bindir}/rfcomm
ea45d39
%{_bindir}/sdptool
ea45d39
%{_mandir}/man1/ciptool.1.*
ea45d39
%{_mandir}/man1/hciattach.1.*
ea45d39
%{_mandir}/man1/hciconfig.1.*
ea45d39
%{_mandir}/man1/hcidump.1.*
ea45d39
%{_mandir}/man1/hcitool.1.*
ea45d39
%{_mandir}/man1/rfcomm.1.*
ea45d39
%{_mandir}/man1/sdptool.1.*
ea45d39
%endif
ea45d39
1e336b2
%files libs
7ee65ed
%{!?_licensedir:%global license %%doc}
7ee65ed
%license COPYING
1e336b2
%{_libdir}/libbluetooth.so.*
1e336b2
1e336b2
%files libs-devel
71b7c79
%doc doc/*txt
b9f7a71
%{_bindir}/isotest
1066b78
%{_bindir}/l2test
9ef85f3
%{_bindir}/l2ping
1066b78
%{_bindir}/rctest
b9f7a71
%{_mandir}/man1/isotest.1.*
9ef85f3
%{_mandir}/man1/l2ping.1.*
1066b78
%{_mandir}/man1/rctest.1.*
1066b78
%{_mandir}/man5/org.bluez.*.5.*
1e336b2
%{_libdir}/libbluetooth.so
f8d4e0a
%{_includedir}/bluetooth
1e336b2
%{_libdir}/pkgconfig/bluez.pc
eb384bf
%dir %{_libexecdir}/bluetooth
eb384bf
%{_libexecdir}/bluetooth/btvirt
1e336b2
430f12b
%files cups
Bastien Nocera e92de5a
%_cups_serverbin/backend/bluetooth
1e336b2
9533d58
%files hid2hci
4f5d9e6
/usr/lib/udev/hid2hci
636e2c4
%{_mandir}/man1/hid2hci.1*
f8d4e0a
%{_udevrulesdir}/97-hid2hci.rules
9533d58
234ae94
%files mesh
fe89728
%config(noreplace) %{_sysconfdir}/bluetooth/mesh-main.conf
2e00a7b
%{_bindir}/mesh-cfgclient
19b82e3
%{_bindir}/mesh-cfgtest
f991645
%{_datadir}/dbus-1/system.d/bluetooth-mesh.conf
234ae94
%{_datadir}/dbus-1/system-services/org.bluez.mesh.service
234ae94
%{_libexecdir}/bluetooth/bluetooth-meshd
234ae94
%{_unitdir}/bluetooth-mesh.service
8f5b81e
%{_localstatedir}/lib/bluetooth/mesh
19b82e3
%{_mandir}/man8/bluetooth-meshd.8*
234ae94
a2c9b02
%files obexd
a2c9b02
%{_libexecdir}/bluetooth/obexd
a2c9b02
%{_datadir}/dbus-1/services/org.bluez.obex.service
9ef85f3
/usr/lib/systemd/user/dbus-org.bluez.obex.service
a2c9b02
%{_userunitdir}/obex.service
a2c9b02
1e336b2
%changelog
204bce3
* Mon Apr 15 2024 Adam Williamson <awilliam@redhat.com> - 5.75-1
204bce3
- Update to 5.75
204bce3
4f44749
* Sun Apr 14 2024 Adam Williamson <awilliam@redhat.com> - 5.74-1
4f44749
- Update to 5.74
4f44749
- Drop patches (merged upstream)
4f44749
68860c1
* Thu Apr 04 2024 Adam Williamson <awilliam@redhat.com> - 5.73-3
68860c1
- Backport further upstream fix for connected device checks (#2269516)
68860c1
ad0444a
* Mon Mar 18 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 5.73-2
ad0444a
- Upstream fix for connected device checks
ad0444a
9ef85f3
* Fri Mar 08 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 5.73-1
9ef85f3
- Update to 5.73
9ef85f3
3530034
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.72-3
3530034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
3530034
5c8785d
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.72-2
5c8785d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
5c8785d
1edc3dc
* Sun Jan 14 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 5.72-1
1edc3dc
- Update to 5.72
1edc3dc
cff38f0
* Sun Jan 07 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 5.71-3
cff38f0
- Upstream fix for crash on A2DP audio suspend
cff38f0
5ef0a8f
* Fri Dec 29 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.71-2
5ef0a8f
- Fix link key address type for old kernels
5ef0a8f
fce1fd9
* Sat Dec 16 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.71-1
fce1fd9
- Update to 5.71
fce1fd9
a7f1a9c
* Thu Dec 07 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.70-5
a7f1a9c
- Install default input.conf/network.conf
a7f1a9c
74b13d9
* Thu Dec 07 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.70-4
74b13d9
- Add mitigation for CVE-2023-45866
74b13d9
49a9945
* Sun Nov 19 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.70-3
49a9945
- Fix some input devices disconnecting right after connecting
49a9945
- Explicitly enable Bluetooth BAP/BASS/CSIP/MCP/MICP/VCP profiles
49a9945
e96c7c7
* Mon Oct 02 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 5.70-2
e96c7c7
- Fix access modes for /etc/bluetooth and /var/lib/bluetooth as expected
e96c7c7
  by bluetooth.service.
e96c7c7
- Resolves: fedora#2144504
e96c7c7
42fca29
* Fri Sep 29 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.70-1
42fca29
- Update to 5.70
42fca29
- Enable some Bluetooth LE features
42fca29
3faa7e6
* Fri Aug 25 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.69-1
3faa7e6
- Update to 5.69
3faa7e6
2b133d7
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.68-2
2b133d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2b133d7
fe89728
* Sat Jul 01 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.68-1
fe89728
- Update to 5.68
fe89728
- Don't replace modified configs on upgrade (rhbz#2173029)
fe89728
Bastien Nocera a34182c
* Sun Jun 25 2023 Bastien Nocera <bnocera@redhat.com> - 5.66-6
Bastien Nocera a34182c
- Add patch that fixes some devices not being discoverable in
Bastien Nocera a34182c
  GNOME's Bluetooth Settings
Bastien Nocera a34182c
d36cadd
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.66-5
d36cadd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
d36cadd
5e9e52d
* Thu Nov 17 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 5.66-4
5e9e52d
- Move meshctl to deprecated
5e9e52d
Bastien Nocera 338f8a7
* Thu Nov 17 2022 Bastien Nocera <bnocera@redhat.com> - 5.66-3
Bastien Nocera 338f8a7
- Fix handling of transient hostnames (#2143488)
Bastien Nocera 338f8a7
Bastien Nocera 5a4ceeb
* Mon Nov 14 2022 Bastien Nocera <bnocera@redhat.com> - 5.66-2
Bastien Nocera 5a4ceeb
- Re-add wrongly removed non-upstreamed patch
Bastien Nocera 5a4ceeb
f1fc698
* Fri Nov 11 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 5.66-1
f1fc698
- Update to 5.66
f1fc698
Bastien Nocera eee3a46
* Thu Sep 01 2022 Bastien Nocera <bnocera@redhat.com> - 5.65-3
Bastien Nocera eee3a46
+ bluez-5.65-3
Bastien Nocera eee3a46
- Update PowerState property patch to upstream version
Bastien Nocera eee3a46
Bastien Nocera 7d45435
* Wed Aug 31 2022 Bastien Nocera <bnocera@redhat.com> - 5.65-2
Bastien Nocera 7d45435
+ bluez-5.65-2
Bastien Nocera 7d45435
- Add PowerState property implementation
Bastien Nocera 7d45435
3ad5484
* Thu Jul 28 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 5.65-1
3ad5484
- Update to 5.65
3ad5484
88aad1b
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.64-2
88aad1b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
88aad1b
1b8fd10
* Mon Mar 21 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 5.64-1
1b8fd10
- Update to 5.64
1b8fd10
e31d5b8
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.63-3
e31d5b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
e31d5b8
ae56267
* Thu Jan 13 2022 Adam Williamson <awilliam@redhat.com> - 5.63-2
ae56267
- Update fix for MX mice to the one merged upstream
ae56267
5ae774d
* Wed Jan 05 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 5.63-1
5ae774d
- Update to 5.63
5ae774d
6d9000a
* Sun Nov 07 2021 Adam Williamson <awilliam@redhat.com> - 5.62-2
6d9000a
- Revert an upstream change to fix problems with Logitech MX mice (#2019970)
6d9000a
fc8573c
* Wed Oct 13 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.62-1
fc8573c
- Update to 5.62
fc8573c
b7409fe
* Sun Aug 22 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.61-1
b7409fe
- Update to 5.61
b7409fe
Bastien Nocera 4a34d21
* Tue Jul 27 2021 Bastien Nocera <bnocera@redhat.com> - 5.60-4
Bastien Nocera 4a34d21
+ bluez-5.60-4
Bastien Nocera 4a34d21
- Fix for CVE-2021-3658 (see rhbz#1984728)
Bastien Nocera 4a34d21
ef629df
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.60-3
ef629df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
ef629df
7360865
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 5.60-2
7360865
- Rebuild for versioned symbols in json-c
7360865
22fac2a
* Thu Jul 08 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.60-1
22fac2a
- Update to 5.60
22fac2a
302e71d
* Tue Jun 15 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.59-1
302e71d
- Update to 5.59
302e71d
be1858e
* Mon May 03 2021 Benjamin Berg <bberg@redhat.com> - 5.58-2
be1858e
- Fix rfkill reading
be1858e
  Resolves: #1944482
be1858e
- Change all g_memdup calls to use g_memdup2
be1858e
81b5b9a
* Sun Apr 04 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.58-1
81b5b9a
- Update to 5.58
81b5b9a
47bb2ac
* Sun Mar 14 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.56-4
47bb2ac
- Fix for avdtp audio disconnexts
47bb2ac
3a853a2
* Sun Mar 14 2021 Hans de Goede <hdegoede@redhat.com> - 5.56-3
3a853a2
- Drop obsolete udev rule + systemd service to call btattach on BT-HCIs
3a853a2
  connected via UART from userspace, this is all handled in the kernel now
e5a6d99
- Add the btmgmt util to the packaged files
3a853a2
9946daa
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.56-2
9946daa
- Rebuilt for updated systemd-rpm-macros
9946daa
  See https://pagure.io/fesco/issue/2583.
9946daa
c5705fd
* Sat Feb 27 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.56-1
c5705fd
- Update to 5.56
c5705fd
6110e62
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.55-3
6110e62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6110e62
ea45d39
* Sun Sep 13 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 5.55-2
ea45d39
- Split tools marked as deprecated to separate sub package (rhbz #1887569)
ea45d39
7eea935
* Sun Sep 06 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 5.55-1
7eea935
- Update to 5.55
7eea935
af9785d
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.54-4
af9785d
- Second attempt - Rebuilt for
af9785d
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
af9785d
8988f04
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.54-3
8988f04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8988f04
c589568
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 5.54-2
c589568
- Rebuild (json-c)
c589568
4b6f377
* Sun Mar 15 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 5.54-1
4b6f377
- bluez 5.54
4b6f377
45a1b7b
* Sun Feb 16 2020 Peter Robinson <pbrobinson@fedoraproject.org> 5.53-2
45a1b7b
- Minor mesh updates
45a1b7b
fe6ed84
* Sun Feb 16 2020 Peter Robinson <pbrobinson@fedoraproject.org> 5.53-1
fe6ed84
- bluez 5.53
fe6ed84
f172032
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.52-4
f172032
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f172032
8f5b81e
* Thu Dec 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 5.52-3
8f5b81e
- Minor bluetooth mesh improvements
8f5b81e
eb384bf
* Mon Dec 02 2019 Lubomir Rintel <lkundrak@v3.sk> - 5.52-2
eb384bf
- Package the btvirt binary
eb384bf
4f8782f
* Sun Nov  3 2019 Peter Robinson <pbrobinson@fedoraproject.org> 5.52-1
4f8782f
- bluez 5.52
4f8782f
234ae94
* Fri Sep 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> 5.51-1
4f8782f
- bluez 5.51
234ae94
1102d27
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.50-9
1102d27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1102d27
Bastien Nocera 3c5fd71
* Thu Jun 06 2019 Bastien Nocera <bnocera@redhat.com> - 5.50-8
Bastien Nocera 3c5fd71
+ bluez-5.50-8
Bastien Nocera 3c5fd71
- Backport loads of fixes from upstream, including:
Bastien Nocera 3c5fd71
  - dbus-broker support (#1711594)
Bastien Nocera 3c5fd71
  - a2dp codecs discovery
Bastien Nocera 3c5fd71
  - discoverability filter support (used in gnome-bluetooth, #1583442)
Bastien Nocera 3c5fd71
  - sixaxis pairing fixes
Bastien Nocera 3c5fd71
2a0eb35
* Tue Apr 16 2019 Eduardo Minguez <edu@linux.com> - 5.50-7
2a0eb35
- Added avinfo
2a0eb35
9f70365
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.50-6
9f70365
- Disable tests temporarily
9f70365
055ec01
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.50-5
055ec01
- Rebuild for readline 8.0
055ec01
66af2d8
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.50-4
66af2d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
66af2d8
8877c2a
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.50-3
8877c2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8877c2a
Bastien Nocera 065973e
* Wed Jun 27 2018 Bastien Nocera <bnocera@redhat.com> - 5.50-2
Bastien Nocera 065973e
+ bluez-5.50-2
Bastien Nocera 065973e
- Fix A2DP disconnections with some headsets
Bastien Nocera 065973e
Bastien Nocera 9299319
* Mon Jun 04 2018 Bastien Nocera <bnocera@redhat.com> - 5.50-1
Bastien Nocera 9299319
+ bluez-5.50-1
Bastien Nocera 9299319
- Update to 5.50
Bastien Nocera 9299319
Bastien Nocera 05297de
* Fri Apr 20 2018 Bastien Nocera <bnocera@redhat.com> - 5.49-3
Bastien Nocera 05297de
+ bluez-5.49-3
Bastien Nocera 05297de
- Fix crash on non-LE adapters (#1567622)
Bastien Nocera 05297de
b2ac1e0
* Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 5.49-2
b2ac1e0
- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28
b2ac1e0
605ae65
* Tue Mar 20 2018 Peter Robinson <pbrobinson@fedoraproject.org> 5.49-1
605ae65
- Update to 5.49
605ae65
4c96d88
* Tue Mar 06 2018 Björn Esser <besser82@fedoraproject.org> - 5.48-5
4c96d88
- Rebuilt for libjson-c.so.4 (json-c v0.13.1)
4c96d88
Bastien Nocera 07c07a1
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 5.48-4
Bastien Nocera 07c07a1
- Fix PulseAudio interaction on resume (#1534857)
Bastien Nocera 07c07a1
ea68f85
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.48-3
ea68f85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ea68f85
da7ae2b
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.48-2
da7ae2b
- Switch to %%ldconfig_scriptlets
da7ae2b
258c6a4
* Thu Dec 28 2017 Pete Walter <pwalter@fedoraproject.org> - 5.48-1
258c6a4
- Update to 5.48
258c6a4
020b1cf
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 5.47-7
020b1cf
- Rebuilt for libjson-c.so.3
020b1cf
5a50e05
* Fri Nov 10 2017 Leigh Scott <leigh123linux@googlemail.com> - 5.47-6
5a50e05
- Rebuild for libical 3.x
5a50e05
4b0c300
* Fri Oct 27 2017 Don Zickus <dzickus@redhat.com> - 5.47-5
4b0c300
- Enable unit tests (Marek Kasik)
4b0c300
- Resolves: #1502677
4b0c300
Bastien Nocera 02c8633
* Tue Oct 10 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-4
Bastien Nocera 02c8633
+ bluez-5.47-4
Bastien Nocera 02c8633
- Fix invalid paths in service file (#1499518)
Bastien Nocera 02c8633
Bastien Nocera d3a3a8b
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-3
Bastien Nocera d3a3a8b
+ bluez-5.47-3
Bastien Nocera d3a3a8b
- Fix adapter name not picking up PrettyHostname
Bastien Nocera d3a3a8b
Bastien Nocera f88bf4f
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-2
Bastien Nocera f88bf4f
+ bluez-5.47-2
Bastien Nocera f88bf4f
- Lockdown Bluetooth systemd service
Bastien Nocera f88bf4f
cd998e6
* Thu Sep 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 5.47-1
cd998e6
- New upstream 5.47 bugfix release
cd998e6
- Initial support for Bluetooth LE mesh
cd998e6
- Blueooth 5 fixes and improvements
cd998e6
268965a
* Mon Sep 11 2017 Don Zickus <dzickus@redhat.com> - 5.46-6
268965a
- sdpd heap fixes
268965a
Resolves: rhbz#1490911
268965a
9089a62
* Thu Sep 07 2017 Hans de Goede <hdegoede@redhat.com> - 5.46-5
9089a62
- Add scripts to automatically btattach serial-port / uart connected
9089a62
  Broadcom HCIs found on some Atom based x86 hardware
9089a62
Bastien Nocera 88e5001
* Mon Sep 04 2017 Bastien Nocera <bnocera@redhat.com> - 5.46-4
Bastien Nocera 88e5001
+ bluez-5.46-4
Bastien Nocera 88e5001
- Patches cleanup
Bastien Nocera 88e5001
- Add DualShock4 cable pairing support
Bastien Nocera 88e5001
- BIND_NOW support for RELRO
Bastien Nocera 88e5001
- iCade autopairing support
Bastien Nocera 88e5001
cc864eb
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.46-3
cc864eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
cc864eb
3ed76e4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.46-2
3ed76e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3ed76e4
593e2fe
* Wed Jul 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 4.46-1
593e2fe
- Update to 5.46
593e2fe
71b7c79
* Tue May 16 2017 Peter Robinson <pbrobinson@fedoraproject.org> 5.45-1
71b7c79
- Update to 5.45
71b7c79
- Minor spec cleanups
71b7c79
- Include api docs in devel package
71b7c79
f8d4e0a
* Sun Mar 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 5.44-1
f8d4e0a
- Update to 5.44
f8d4e0a
- Enable deprecated option to keep all usual tools
f8d4e0a
- Ship btattach tool
f8d4e0a
- Minor spec cleanups
f8d4e0a
150da1b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.43-4
150da1b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
150da1b
b5636a4
* Fri Feb 3 2017 Don Zickus <dzickus@redhat.com> 5.43-3
b5636a4
- Configure systemctl settings for bluez-obexd correctly
b5636a4
- Resolves rhbz#1259827
b5636a4
Igor Gnatenko f5e71c5
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 5.43-2
Igor Gnatenko f5e71c5
- Rebuild for readline 7.x
Igor Gnatenko f5e71c5
ad66047
* Mon Oct 31 2016 Don Zickus <dzickus@redhat.com> 5.43-1
ad66047
- Update to 5.43
ad66047
2845ea7
* Tue Oct 25 2016 Don Zickus <dzickus@redhat.com> 5.42-2
2845ea7
- Fix OBEX connections
2845ea7
88ca9e2
* Wed Oct 19 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.42-1
88ca9e2
- Update to 5.42
88ca9e2
d725db7
* Mon Aug 1 2016 Don Zickus <dzickus@redhat.com> 5.41-1
d725db7
- Update to 5.41
d725db7
dd83a2e
* Thu Jul 7 2016 Don Zickus <dzickus@redhat.com> 5.40-2
dd83a2e
- obexd fixes to prevent crashes
dd83a2e
- add /etc/bluetooth/main.conf config file
dd83a2e
- set 'AutoEnable=true' in /etc/bluetooth/main.conf file
dd83a2e
5b00702
* Tue May 31 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.40-1
5b00702
- Update to 5.40 bugfix relesae
5b00702
7868080
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5.39-2
7868080
- rebuild for ICU 57.1
7868080
9d8fd34
* Tue Apr 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.39-1
9d8fd34
- Update to 5.39 bugfix relesae
9d8fd34
210b04b
* Sun Apr  3 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.38-1
210b04b
- Update to 5.38
210b04b
6555d87
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.37-3
6555d87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6555d87
2f4b2f3
* Mon Jan 18 2016 David Tardon <dtardon@redhat.com> - 5.37-2
2f4b2f3
- rebuild for libical 2.0.0
2f4b2f3
0bafb09
* Tue Dec 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.37-1
0bafb09
- Update to 5.37
0bafb09
c37e2ea
* Fri Nov 13 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.36-1
c37e2ea
- Update to 5.36
c37e2ea
a2c9b02
* Fri Oct 30 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.35-2
a2c9b02
- Split obexd out into a sub package
a2c9b02
2b814cb
* Mon Oct  5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.35-1
2b814cb
- Update to 5.35
2b814cb
28da33c
* Tue Sep  8 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.34-1
28da33c
- Update to 5.34
28da33c
7edb603
* Fri Jul 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.33-1
7edb603
- Update to 5.33
7edb603
c5d31f2
* Wed Jul  8 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.32-1
c5d31f2
- Update to 5.32
c5d31f2
e21b8f7
* Mon Jun 22 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.31-1
e21b8f7
- Update to 5.31
e21b8f7
becc94c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.30-3
becc94c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
becc94c
2c2a384
* Thu Jun 11 2015 Lubomir Rintel <lkundrak@v3.sk> - 5.30-2
2c2a384
- Fix NAP connections (rh #1230461)
2c2a384
2c2a384
* Wed Apr 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> - 5.30-1
7ee65ed
- Update to 5.30
7ee65ed
- Use %%license
7ee65ed
4d3bfbe
* Sun Mar 29 2015 David Tardon <dtardon@redhat.com> - 5.29-2
4d3bfbe
- fix header file
4d3bfbe
f977799
* Wed Mar 25 2015 Don Zickus <dzickus@redhat.com> 5.29-1
f977799
- Update to 5.29
f977799
Bastien Nocera 51e8bc6
* Wed Mar 11 2015 Bastien Nocera <bnocera@redhat.com> 5.28-1
Bastien Nocera 51e8bc6
- Update to 5.28
Bastien Nocera 51e8bc6
Bastien Nocera b89cdff
* Thu Nov 20 2014 Bastien Nocera <bnocera@redhat.com> 5.25-1
Bastien Nocera b89cdff
- Update to 5.25
Bastien Nocera b89cdff
79258ee
* Thu Oct 30 2014 Eric Smith <brouhaha@fedorapeople.org> 5.23-2
79258ee
- Install gatttool and mpris-proxy
79258ee
Bastien Nocera 9ed9be1
* Tue Sep 23 2014 Bastien Nocera <bnocera@redhat.com> 5.23-1
Bastien Nocera 9ed9be1
- Update to 5.23
Bastien Nocera 9ed9be1
462ce83
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.18-3
462ce83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
462ce83
aa3fb67
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.18-2
aa3fb67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
aa3fb67
Bastien Nocera 3c32dd7
* Mon Apr 14 2014 Bastien Nocera <bnocera@redhat.com> 5.18-1
Bastien Nocera 3c32dd7
- Update to 5.18
Bastien Nocera 3c32dd7
Bastien Nocera fdf68c6
* Wed Mar 26 2014 Bastien Nocera <bnocera@redhat.com> 5.17-1
Bastien Nocera fdf68c6
- Update to 5.17
Bastien Nocera fdf68c6
Bastien Nocera 7b489e0
* Thu Mar 13 2014 Bastien Nocera <bnocera@redhat.com> 5.16-1
Bastien Nocera 7b489e0
- Update to 5.16
Bastien Nocera 7b489e0
Bastien Nocera 7e10de7
* Wed Jan 29 2014 Bastien Nocera <bnocera@redhat.com> 5.14-1
Bastien Nocera 7e10de7
- Update to 5.14
Bastien Nocera 7e10de7
Bastien Nocera ce5d6cd
* Mon Jan 06 2014 Bastien Nocera <bnocera@redhat.com> 5.13-1
Bastien Nocera ce5d6cd
- Update to 5.13
Bastien Nocera ce5d6cd
- Enable sixaxis plugin by default
Bastien Nocera ce5d6cd
Bastien Nocera 1a7d8be
* Thu Dec 12 2013 Bastien Nocera <bnocera@redhat.com> 5.12-2
Bastien Nocera 1a7d8be
- This update fixes Sixaxis PS3 joypad detection
Bastien Nocera 1a7d8be
Bastien Nocera d707091
* Wed Dec 11 2013 Bastien Nocera <bnocera@redhat.com> 5.12-1
Bastien Nocera d707091
- Update to 5.12
Bastien Nocera d707091
- Sixaxis PS3 joypad support is now upstream
Bastien Nocera d707091
Bastien Nocera 2a3b1dd
* Tue Dec 10 2013 Bastien Nocera <bnocera@redhat.com> 5.11-2
Bastien Nocera 2a3b1dd
- Add crasher fixes (rhbz #1027365)
Bastien Nocera 2a3b1dd
Bastien Nocera 42ca3a0
* Mon Nov 18 2013 Bastien Nocera <bnocera@redhat.com> 5.11-1
Bastien Nocera 42ca3a0
- Update to 5.11
Bastien Nocera 42ca3a0
Bastien Nocera f77da25
* Tue Nov 12 2013 Bastien Nocera <bnocera@redhat.com> 5.10-4
Bastien Nocera f77da25
- Default to the XDG cache dir for receiving files
Bastien Nocera f77da25
Bastien Nocera 2a3313d
* Mon Oct 21 2013 Bastien Nocera <bnocera@redhat.com> 5.10-3
Bastien Nocera 2a3313d
- Remove a few obsolete BRs and deps, thanks to Marcel Holtmann
Bastien Nocera 2a3313d
Bastien Nocera a23b9d3
* Mon Oct 21 2013 Bastien Nocera <bnocera@redhat.com> 5.10-2
Bastien Nocera a23b9d3
- Add non-upstreamable patch to make bluetooth-sendto work again
Bastien Nocera a23b9d3
Bastien Nocera dec0121
* Thu Oct 17 2013 Bastien Nocera <bnocera@redhat.com> 5.10-1
Bastien Nocera dec0121
- Update to 5.10
Bastien Nocera dec0121
05bc510
* Fri Sep 20 2013 Kalev Lember <kalevlember@gmail.com> 5.9-4
05bc510
- Obsolete blueman-nautilus as well
05bc510
142e8ae
* Fri Sep 20 2013 Kalev Lember <kalevlember@gmail.com> 5.9-3
142e8ae
- Obsolete blueman and obex-data-server
142e8ae
Bastien Nocera adf5662
* Fri Sep 20 2013 Bastien Nocera <bnocera@redhat.com> 5.9-2
Bastien Nocera adf5662
- Fix problem unsetting discoverable
Bastien Nocera adf5662
Bastien Nocera adf5662
* Fri Sep 20 2013 Bastien Nocera <bnocera@redhat.com> 5.9-1
Bastien Nocera adf5662
- Update to 5.9
Bastien Nocera adf5662
2d13457
* Fri Aug 16 2013 Kalev Lember <kalevlember@gmail.com> - 5.8-2
2d13457
- Don't pull in -libs for the other subpackages
feffbcc
- Remove a stray .la file
2d13457
87ee444
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 5.8-1
87ee444
- Update to 5.8
c1c7b72
- Hardened build
4a28461
- Use systemd rpm macros
87ee444
636e2c4
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 5.5-1
636e2c4
- Update to 5.5, based on earlier work from
636e2c4
  https://bugzilla.redhat.com/show_bug.cgi?id=974145
636e2c4
f62c180
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.101-10
f62c180
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f62c180
Bastien Nocera c38c767
* Tue Jul 23 2013 Bastien Nocera <bnocera@redhat.com> 4.101-9
Bastien Nocera c38c767
- Fix trust setting in Sixaxis devices
Bastien Nocera c38c767
Bastien Nocera 4d1770a
* Wed Jun 26 2013 Bastien Nocera <bnocera@redhat.com> 4.101-8
Bastien Nocera 4d1770a
- Another pass at fixing A2DP support (#964031)
Bastien Nocera 4d1770a
Bastien Nocera 62d7105
* Tue Jun 25 2013 Bastien Nocera <bnocera@redhat.com> 4.101-7
Bastien Nocera 62d7105
- Remove socket interface enablement for A2DP (#964031)
Bastien Nocera 62d7105
302660d
* Mon Jan 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.101-6
302660d
- Add -vif to autoreconf to fix build issues
302660d
Bastien Nocera 16acc96
* Thu Jan 10 2013 Bastien Nocera <bnocera@redhat.com> 4.101-5
Bastien Nocera 16acc96
- Use git to manage distro patches
Bastien Nocera 16acc96
- Add numerous upstream and downstream patches (#892929)
Bastien Nocera 16acc96
Bastien Nocera ed430ca
* Wed Nov 21 2012 Bastien Nocera <bnocera@redhat.com> 4.101-4
Bastien Nocera ed430ca
- Clean up requires and build requires
Bastien Nocera e92de5a
- Use CUPS macro (#772236)
Bastien Nocera 5faa799
- Enable audio socket so a2dp works in PulseAudio again (#874015)
Bastien Nocera ac2b84b
- Fix hid2hci not working with recent kernels (#877998)
Bastien Nocera ed430ca
Bastien Nocera 7d05787
* Wed Aug 15 2012 Bastien Nocera <bnocera@redhat.com> 4.101-3
Bastien Nocera 7d05787
- Enable pairing Wiimote support (#847481)
Bastien Nocera 7d05787
e3bfba7
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.101-2
e3bfba7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e3bfba7
Bastien Nocera d5c31c0
* Sun Jun 17 2012 Bastien Nocera <bnocera@redhat.com> 4.100-2
Bastien Nocera d5c31c0
- Add PS3 BD Remote patches (power saving)
Bastien Nocera d5c31c0
Bastien Nocera a1abfa2
* Thu Jun 14 2012 Bastien Nocera <bnocera@redhat.com> 4.100-1
Bastien Nocera a1abfa2
- Update to 4.100
Bastien Nocera a1abfa2
6f3d555
* Fri Jun  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 4.99-2
6f3d555
- Add patch for udev change to fix FTBFS on rawhide
6f3d555
- Drop sbc patch as fixed in gcc 4.7 final
6f3d555
Bastien Nocera f328c6e
* Tue Mar 06 2012 Bastien Nocera <bnocera@redhat.com> 4.99-1
Bastien Nocera f328c6e
- Update to 4.99
Bastien Nocera f328c6e
548d156
* Tue Feb 28 2012 Petr Pisar <ppisar@redhat.com> - 4.98-3
548d156
- Make headers compilable with g++ 4.7 (bug #791292)
548d156
891fff9
* Fri Feb 24 2012 Peter Robinson <pbrobinson@fedoraproject.org> 4.98-2
891fff9
- Add mmx patch to fix build of sbc component
891fff9
- clean up spec, drop ancient obsoletes
891fff9
Bastien Nocera cbcd1be
* Fri Jan 13 2012 Bastien Nocera <bnocera@redhat.com> 4.98-1
Bastien Nocera cbcd1be
- Update to 4.98
Bastien Nocera cbcd1be
89012a7
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.97-2
89012a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
89012a7
Bastien Nocera c30b00a
* Fri Dec 30 2011 Bastien Nocera <bnocera@redhat.com> 4.97-1
Bastien Nocera c30b00a
- Update to 4.97
Bastien Nocera c30b00a
9533d58
* Mon Sep  5 2011 Hans de Goede <hdegoede@redhat.com> 4.96-3
9533d58
- Put hid2hci into its own (optional) subpackage, so that people who
9533d58
  just want to use their HID proxying HCI with the keyboard and mouse
9533d58
  it came with, will have things working out of the box.
9533d58
- Put udev rules in /lib/udev, where package installed udev rules belong
9533d58
9533d58
* Mon Aug 29 2011 Hans de Goede <hdegoede@redhat.com> 4.96-2
11e8b30
- hid2hci was recently removed from udev and added to bluez in 4.93,
11e8b30
  udev in Fedora-16 no longer has hid2hci -> enable it in our bluez builds.
11e8b30
  This fixes bluetooth not working on machines where the bluetooth hci
11e8b30
  initially shows up as a hid device, such as with many Dell laptops.
11e8b30
Bastien Nocera 2095cdf
* Mon Aug 01 2011 Bastien Nocera <bnocera@redhat.com> 4.96-1
Bastien Nocera 2095cdf
- Update to 4.96
Bastien Nocera 2095cdf
Bastien Nocera bb70014
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 4.95-1
Bastien Nocera bb70014
- Update to 4.95
Bastien Nocera bb70014
Lennart Poettering 158b1d9
* Tue Jun 28 2011 Lennart Poettering <lpoetter@redhat.com> - 4.94-4
Lennart Poettering 158b1d9
- Enable bluetoothd on all upgrades from 4.87-6 and older, in order to fix up broken F15 installations
Lennart Poettering 158b1d9
Bastien Nocera 978b408
* Thu Jun 23 2011 Bastien Nocera <bnocera@redhat.com> 4.94-3
Bastien Nocera 978b408
- Update patches to apply correctly
Bastien Nocera 978b408
- First compilable version with hostnamed support
Bastien Nocera 978b408
Lennart Poettering f18de42
* Mon Jun 20 2011 Lennart Poettering <lpoetter@redhat.com> - 4.94-2
Lennart Poettering f18de42
- Enable bluetoothd by default
Lennart Poettering f18de42
- Follow-up on https://bugzilla.redhat.com/show_bug.cgi?id=694519 also fixing upgrades
Lennart Poettering f18de42
Bastien Nocera c0dc6a5
* Wed Jun 01 2011 Bastien Nocera <bnocera@redhat.com> 4.94-1
Bastien Nocera c0dc6a5
- Update to 4.94
Bastien Nocera c0dc6a5
Bastien Nocera c7f3f65
* Wed May 25 2011 Bastien Nocera <bnocera@redhat.com> 4.93-1
Bastien Nocera c7f3f65
- Update to 4.93
Bastien Nocera c7f3f65
Lennart Poettering edfdc35
* Thu Apr  7 2011 Lennart Poettering <lpoetter@redhat.com> - 4.90-2
Lennart Poettering edfdc35
- Update systemd patch to make it possible to disable bluez
Lennart Poettering edfdc35
Bastien Nocera c645733
* Thu Mar 17 2011 Bastien Nocera <bnocera@redhat.com> 4.90-1
Bastien Nocera c645733
- Update to 4.90
Bastien Nocera c645733
Bastien Nocera eb32c64
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 4.89-1
Bastien Nocera eb32c64
- Update to 4.89
Bastien Nocera eb32c64
Bastien Nocera 18997a2
* Mon Feb 14 2011 Bastien Nocera <bnocera@redhat.com> 4.88-1
Bastien Nocera 18997a2
- Update to 4.88
Bastien Nocera 18997a2
58dd0a2
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.87-2
58dd0a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
58dd0a2
Bastien Nocera 3cd624d
* Wed Jan 26 2011 Bastien Nocera <bnocera@redhat.com> 4.87-1
Bastien Nocera 3cd624d
- Update to 4.87
Bastien Nocera 3cd624d
Bastien Nocera 1f051e3
* Thu Jan 20 2011 Bastien Nocera <bnocera@redhat.com> 4.86-1
Bastien Nocera 1f051e3
- Update to 4.86
Bastien Nocera 1f051e3
Bastien Nocera 91d0f56
* Thu Jan 13 2011 Bastien Nocera <bnocera@redhat.com> 4.85-1
Bastien Nocera 91d0f56
- Update to 4.85
Bastien Nocera 91d0f56
Bastien Nocera a6d564f
* Sun Dec 19 2010 Bastien Nocera <bnocera@redhat.com> 4.82-1
Bastien Nocera a6d564f
- Update to 4.82
Bastien Nocera a6d564f
Bastien Nocera eb77479
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 4.81-1
Bastien Nocera eb77479
- Update to 4.81
Bastien Nocera eb77479
Bastien Nocera 085f75e
* Mon Nov 22 2010 Bastien Nocera <bnocera@redhat.com> 4.80-1
Bastien Nocera 085f75e
- Update to 4.80
Bastien Nocera 085f75e
Bastien Nocera fad219e
* Tue Nov 09 2010 Bastien Nocera <bnocera@redhat.com> 4.79-1
Bastien Nocera fad219e
- Update to 4.79
Bastien Nocera fad219e
Bastien Nocera 6850fe0
* Sat Nov 06 2010 Bastien Nocera <bnocera@redhat.com> 4.78-1
Bastien Nocera 6850fe0
- Update to 4.78
Bastien Nocera 6850fe0
Bastien Nocera 6f4f6b1
* Wed Oct 27 2010 Bastien Nocera <bnocera@redhat.com> 4.77-1
Bastien Nocera 6f4f6b1
- Update to 4.77
Bastien Nocera 6f4f6b1
Bastien Nocera 8cf435f
* Sat Oct 16 2010 Bastien Nocera <bnocera@redhat.com> 4.76-1
Bastien Nocera 8cf435f
- Update to 4.76
Bastien Nocera 8cf435f
Bastien Nocera 1b78ab4
* Tue Oct 05 2010 Bastien Nocera <bnocera@redhat.com> 4.74-1
Bastien Nocera 1b78ab4
- Update to 4.74
Bastien Nocera 1b78ab4
Bastien Nocera 01c24a4
* Mon Oct 04 2010 Bastien Nocera <bnocera@redhat.com> 4.73-1
Bastien Nocera 01c24a4
- Update to 4.73
Bastien Nocera 01c24a4
Jesse Keating f8901ba
* Wed Sep 29 2010 jkeating - 4.72-2
Jesse Keating f8901ba
- Rebuilt for gcc bug 634757
Jesse Keating f8901ba
Bastien Nocera d6c4f08
* Wed Sep 22 2010 Bastien Nocera <bnocera@redhat.com> 4.72-1
Bastien Nocera d6c4f08
- Update to 4.72
Bastien Nocera d6c4f08
Bill Nottingham d34497d
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> 4.71-4
Bill Nottingham d34497d
- sync release number (but not package) with F-14
Bill Nottingham d34497d
Bastien Nocera 54521b0
* Tue Sep 14 2010 Bastien Nocera <bnocera@redhat.com> 4.71-3
Bastien Nocera 54521b0
- systemd hookup and cleanups from Lennart
Bastien Nocera 54521b0
Bastien Nocera ab24799
* Thu Sep 09 2010 Bastien Nocera <bnocera@redhat.com> 4.71-1
Bastien Nocera ab24799
- Update to 4.71
Bastien Nocera ab24799
Bastien Nocera e3627a3
* Thu Aug 26 2010 Bastien Nocera <bnocera@redhat.com> 4.70-1
Bastien Nocera e3627a3
- Update to 4.70
Bastien Nocera e3627a3
a3b542c
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-4
a3b542c
- Re-add Requires: dbus-bluez-pin-helper, since blueman is now in
a3b542c
d9f2d58
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 4.69-3
d9f2d58
- Comment out Requires: dbus-bluez-pin-helper for bootstrapping. Otherwise
d9f2d58
  it drags in the old blueman, built against python-2.6
47911e9
* Fri Jul 23 2010 Bastien Nocera <bnocera@redhat.com> 4.69-2
47911e9
- Don't allow installing bluez-compat on its own
47911e9
83bff84
* Fri Jul 16 2010 Bastien Nocera <bnocera@redhat.com> 4.69-1
83bff84
- Update to 4.69
83bff84
dab5e1a
* Sun Jul 11 2010 Dan Horák <dan[at]danny.cz> 4.66-3
dab5e1a
- don't require the pin helper on s390(x) now, we can disable the whole
dab5e1a
  bluetooth stack in the future
dab5e1a
2229657
* Mon Jun 21 2010 Bastien Nocera <bnocera@redhat.com> 4.66-2
2229657
- Move hidd, pand and dund man pages to the -compat
2229657
  sub-package (#593578)
2229657
43c6456
* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 4.66-1
43c6456
- Update to 4.66
43c6456
392b9e6
* Mon May 24 2010 Bastien Nocera <bnocera@redhat.com> 4.65-1
392b9e6
- Update to 4.65
392b9e6
a6c706e
* Thu Apr 29 2010 Bastien Nocera <bnocera@redhat.com> 4.64-1
a6c706e
- Update to 4.64
a6c706e
8b5b78a
* Mon Apr 12 2010 Bastien Nocera <bnocera@redhat.com> 4.63-3
8b5b78a
- And actually apply the aforementioned patch
8b5b78a
86cf546
* Mon Apr 12 2010 Bastien Nocera <bnocera@redhat.com> 4.63-2
86cf546
- Fix pairing and using mice, due to recent BtIO changes
86cf546
bf530b1
* Fri Mar 26 2010 Bastien Nocera <bnocera@redhat.com> 4.63-1
bf530b1
- Update to 4.63
bf530b1
505d2e0
* Mon Mar 08 2010 Bastien Nocera <bnocera@redhat.com> 4.62-1
bf530b1
- Update to 4.62
505d2e0
00d211e
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 4.61-1
00d211e
- Update to 4.61
00d211e
- Remove Wacom tablet enabler, now in the kernel
685668e
- Fix linking with new DSO rules (#564799)
00d211e
81234be
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 4.60-2
81234be
- Fix typo in init script (#558993)
81234be
2aebda2
* Sun Jan 10 2010 Bastien Nocera <bnocera@redhat.com> 4.60-1
2aebda2
- Update to 4.60
2aebda2
584aa66
* Fri Dec 25 2009 Bastien Nocera <bnocera@redhat.com> 4.59-1
584aa66
- Update to 4.59
584aa66
fb7d8e6
* Mon Nov 16 2009 Bastien Nocera <bnocera@redhat.com> 4.58-1
fb7d8e6
- Update to 4.58
fb7d8e6
ab346e7
* Mon Nov 02 2009 Bastien Nocera <bnocera@redhat.com> 4.57-2
ab346e7
- Move the rfcomm.conf to the compat package, otherwise
ab346e7
  the comments at the top of it are confusing
ab346e7
988e921
* Sat Oct 31 2009 Bastien Nocera <bnocera@redhat.com> 4.57-1
988e921
- Update to 4.57
988e921
92fe1eb
* Sat Oct 10 2009 Bastien Nocera <bnocera@redhat.com> 4.56-1
92fe1eb
- Update to 4.56
92fe1eb
d02faea
* Fri Oct 09 2009 Bastien Nocera <bnocera@redhat.com> 4.55-2
d02faea
- Update cable pairing plugin to use libudev
d02faea
c7a736c
* Mon Oct 05 2009 Bastien Nocera <bnocera@redhat.com> 4.55-1
c7a736c
- Update to 4.55
c7a736c
- Add libcap-ng support to drop capabilities (#517660)
c7a736c
91c9dbf
* Thu Sep 24 2009 Bastien Nocera <bnocera@redhat.com> 4.54-1
91c9dbf
- Update to 4.54
91c9dbf
b2b2733
* Wed Sep 16 2009 Bastien Nocera <bnocera@redhat.com> 4.53-2
b2b2733
- Update cable plugin for gudev changes
b2b2733
b454c97
* Thu Sep 10 2009 Bastien Nocera <bnocera@redhat.com> 4.53-1
b454c97
- Update to 4.53
b454c97
dd7c13f
* Fri Sep 04 2009 Bastien Nocera <bnocera@redhat.com> 4.52-1
dd7c13f
- Update to 4.52
dd7c13f
dbcd72f
* Thu Sep 03 2009 Bastien Nocera <bnocera@redhat.com> 4.51-1
dbcd72f
- Update to 4.51
dbcd72f
ad8c9b3
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 4.50-2
ad8c9b3
- Remove obsoleted patches
ad8c9b3
- Add another CUPS backend patch
ad8c9b3
- Update cable pairing patch for new build system
ad8c9b3
aad373c
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 4.50-1
aad373c
- Update to 4.50
aad373c
f2b07cc
* Tue Aug 25 2009 Karsten Hopp <karsten@redhat.com> 4.47-6
f2b07cc
- don't buildrequire libusb1 on s390*
f2b07cc
aeba10d
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 4.47-5
aeba10d
- More upstream CUPS fixes
aeba10d
385d00d
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 4.47-4
385d00d
- Fix cups discovery the first time we discover a device
385d00d
6ea11c0
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 4.47-3
6ea11c0
- Use bzipped upstream tarball.
6ea11c0
797e3b4
* Wed Aug 05 2009 Bastien Nocera <bnocera@redhat.com> 4.47-2
797e3b4
- Remove hid2hci calls, they're in udev now
797e3b4
- Work-around udev bug, bluetoothd wasn't getting enabled
797e3b4
  on coldplug
797e3b4
42de148
* Sun Aug 02 2009 Bastien Nocera <bnocera@redhat.com> 4.47-1
42de148
- Update to 4.47
42de148
9255184
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 4.46-3
9255184
- Add rfkill plugin to restore the state of the adapters
9255184
  after coming back from a blocked adapter
9255184
a03ff57
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.46-2
a03ff57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a03ff57
fbcb7d1
* Sun Jul 19 2009 Bastien Nocera <bnocera@redhat.com> 4.46-1
fbcb7d1
- Update to 4.46
fbcb7d1
990dca7
* Wed Jul 08 2009 Bastien Nocera <bnocera@redhat.com> 4.45-1
990dca7
- Update to 4.45
990dca7
c9accf2
* Tue Jul 07 2009 Bastien Nocera <bnocera@redhat.com> 4.44-1
c9accf2
- Update to 4.44
c9accf2
ca4f6cc
* Fri Jul 03 2009 Bastien Nocera <bnocera@redhat.com> 4.43-2
ca4f6cc
- Up the required udev requires so bluetoothd gets started
ca4f6cc
  on boot when an adapter is present
ca4f6cc
1fb2c4d
* Fri Jul 03 2009 Bastien Nocera <bnocera@redhat.com> 4.43-1
1fb2c4d
- Update to 4.43
1fb2c4d
21b98c7
* Sun Jun 21 2009 Bastien Nocera <bnocera@redhat.com> 4.42-2
21b98c7
- Update to 4.42
21b98c7
c6e2f31
* Thu Jun 11 2009 Bastien Nocera <bnocera@redhat.com> 4.41-2
c6e2f31
- Switch to on-demand start/stop using udev
c6e2f31
b5a8599
* Mon Jun 08 2009 Bastien Nocera <bnocera@redhat.com> 4.41-1
b5a8599
- Update to 4.41
b5a8599
22e68ea
* Fri Jun 05 2009 Bastien Nocera <bnocera@redhat.com> 4.40-2
22e68ea
- Add patch to allow Sixaxis pairing
22e68ea
358ed6d
* Tue May 19 2009 Bastien Nocera <bnocera@redhat.com> 4.40-1
358ed6d
- Update to 4.40
358ed6d
e677a54
* Sat May 09 2009 Bastien Nocera <bnocera@redhat.com> 4.39-1
e677a54
- Update to 4.39
e677a54
9627443
* Tue May 05 2009 Petr Lautrbach <plautrba@redhat.com> 4.38-3
9627443
- Start/stop the bluetooth service via udev (#484345)
9627443
4d7d9d5
* Tue May 05 2009 Bastien Nocera <bnocera@redhat.com> 4.38-2
4d7d9d5
- Add patch to activate the Socket Mobile CF kit (#498756)
4d7d9d5
690a200
* Mon May 04 2009 Bastien Nocera <bnocera@redhat.com> 4.38-1
690a200
- Update to 4.38
690a200
f59cf18
* Wed Apr 29 2009 Bastien Nocera <bnocera@redhat.com> 4.37-2
f59cf18
- Split off dund, pand, hidd, and rfcomm helper into a compat package
f59cf18
  (#477890, #473892)
f59cf18
c3f9115
* Thu Apr 23 2009 - Bastien Nocera <bnocera@redhat.com> - 4.37-1
c3f9115
- Update to 4.37
c3f9115
f9d86dc
* Fri Apr 17 2009 - Bastien Nocera <bnocera@redhat.com> - 4.36-1
f9d86dc
- Update to 4.36
f9d86dc
a8f2042
* Sat Apr 11 2009 - Bastien Nocera <bnocera@redhat.com> - 4.35-1
a8f2042
- Update to 4.35
a8f2042
25d5c0a
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-3
25d5c0a
- Avoid disconnecting audio devices straight after they're connected
25d5c0a
f7f06cd
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-2
f7f06cd
- Don't crash when audio devices are registered and the adapter
f7f06cd
  is removed
f7f06cd
8b75e7d
* Sun Mar 29 2009 - Bastien Nocera <bnocera@redhat.com> - 4.34-1
8b75e7d
- Update to 4.34
8b75e7d
8b75e7d
* Tue Mar 24 2009 - Bastien Nocera <bnocera@redhat.com> - 4.33-11
effb9d5
- Fix a possible crasher
effb9d5
4523ed4
* Mon Mar 16 2009 - Bastien Nocera <bnocera@redhat.com> - 4.33-1
4523ed4
- Update to 4.33
4523ed4
f70df65
* Sat Mar 14 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-10
f70df65
- Fix a couple of warnings in the CUPS/BlueZ 4.x patch
f70df65
f777da2
* Fri Mar 13 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-9
f777da2
- Switch Wacom Bluetooth tablet to mode 2
f777da2
e31a80a
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-8
e31a80a
- Port CUPS backend to BlueZ 4.x
e31a80a
79f4832
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-7
79f4832
- A (slightly) different fix for parsing to XML when it contains a NULL
79f4832
643330c
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-6
643330c
- Fix sdp_copy_record(), so records are properly exported through D-Bus
643330c
8c7cfdd
* Fri Mar 06 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-5
8c7cfdd
- Fix SDP parsing to XML when it contains NULLs
8c7cfdd
ebbc295
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-4
ebbc295
- Work-around broken devices that export their names in ISO-8859-1
ebbc295
  (#450081)
ebbc295
9f234fe
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-3
9f234fe
- Fix permissions on the udev rules (#479348)
9f234fe
c1fcbef
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 4.32-2
c1fcbef
- Own /usr/lib*/bluetooth and children (#474632)
c1fcbef
c4502d4
* Mon Mar 2 2009 Lennart Poettering <lpoetter@redhat.com> - 4.32-1
c4502d4
- Update to 4.32
c4502d4
5610077
* Thu Feb 26 2009 Lennart Poettering <lpoetter@redhat.com> - 4.31-1
5610077
- Update to 4.31
5610077
d36e85e
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.30-3
d36e85e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d36e85e
208788a
* Mon Feb 23 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-2
208788a
- Fix the cups backend being a libtool stub
208788a
ddd470f
* Thu Feb 12 2009 - Bastien Nocera <bnocera@redhat.com> - 4.30-1
ddd470f
- Update to 4.30
ddd470f
88fbac0
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-3
88fbac0
- disable 0001-Add-icon-for-other-audio-device.patch, already upstream
88fbac0
6defea9
* Thu Feb 12 2009 Karsten Hopp <karsten@redhat.com> 4.29-2
6defea9
- bluez builds fine on s390(x) and the packages are required to build
6defea9
  other packages, drop ExcludeArch
6defea9
7f6f061
* Mon Feb 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.29-1
7f6f061
- Update to 4.29
7f6f061
e75e91e
* Mon Feb 02 2009 - Bastien Nocera <bnocera@redhat.com> - 4.28-1
e75e91e
- Update to 4.28
e75e91e
875bc03
* Mon Jan 19 2009 - Bastien Nocera <bnocera@redhat.com> - 4.27-1
875bc03
- Update to 4.27
875bc03
12b4114
* Fri Jan 09 2009 - Bastien Nocera <bnocera@redhat.com> - 4.26-1
12b4114
- Update to 4.26
12b4114
24b80e4
* Sat Jan 03 2009 - Bastien Nocera <bnocera@redhat.com> - 4.25-1
24b80e4
- Update to 4.25
24b80e4
1e258fc
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 4.22-2
1e258fc
- Fix D-Bus configuration for latest D-Bus (#475069)
1e258fc
dbecba9
* Mon Dec 08 2008 - Bastien Nocera <bnocera@redhat.com> - 4.22-1
dbecba9
- Update to 4.22
dbecba9
08138c1
* Mon Dec 01 2008 - Bastien Nocera <bnocera@redhat.com> - 4.21-1
08138c1
- Update to 4.21
08138c1
9dd8c68
* Fri Nov 21 2008 - Bastien Nocera <bnocera@redhat.com> - 4.19-1
9dd8c68
- Update to 4.19
9dd8c68
3ce358d
* Mon Nov 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.18-1
3ce358d
- Update to 4.18
3ce358d
4dee224
* Mon Oct 27 2008 - Bastien Nocera <bnocera@redhat.com> - 4.17-2
4dee224
- Own /var/lib/bluetooth (#468717)
4dee224
3c7016c
* Sun Oct 26 2008 - Bastien Nocera <bnocera@redhat.com> - 4.17-1
3c7016c
- Update to 4.17
3c7016c
3c7016c
* Tue Oct 21 2008 - Bastien Nocera <bnocera@redhat.com> - 4.16-1
beb7c87
- Update to 4.16
beb7c87
32ab86d
* Mon Oct 20 2008 - Bastien Nocera <bnocera@redhat.com> - 4.15-1
32ab86d
- Update to 4.15
32ab86d
cc9ac66
* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.14-2
cc9ac66
- Add script to autoload uinput on startup, so the PS3 remote
cc9ac66
  works out-of-the-box
cc9ac66
2ccec12
* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 4.14-1
2ccec12
- Update to 4.14
2ccec12
b51f722
* Tue Oct 14 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-3
b51f722
- Update udev rules (#246840)
b51f722
16e8538
* Mon Oct 13 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-2
16e8538
- Fix PS3 BD remote input event generation
16e8538
795ba55
* Fri Oct 10 2008 - Bastien Nocera <bnocera@redhat.com> - 4.13-1
795ba55
- Update to 4.13
795ba55
7f0d68a
* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 4.12-1
7f0d68a
- Update to 4.12
7f0d68a
b2b946c
* Sat Oct 04 2008 - Bastien Nocera <bnocera@redhat.com> - 4.11-1
b2b946c
- Update to 4.11
b2b946c
027f124
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 4.10-1
027f124
- Update to 4.10
027f124
50d75bf
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 4.9-1
50d75bf
- Update to 4.9
50d75bf
fb51c14
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 4.8-1
fb51c14
- Update to 4.8
fb51c14
e580f14
* Fri Sep 26 2008 - Bastien Nocera <bnocera@redhat.com> - 4.7-1
e580f14
- Update to 4.7
e580f14
0cc651e
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-4
0cc651e
- Fix patch application
0cc651e
9f951c3
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-3
9f951c3
- Add fuzz
9f951c3
8c8ad05
* Wed Sep 24 2008 - Bastien Nocera <bnocera@redhat.com> - 4.6-2
8c8ad05
- Fix possible crasher on resume from suspend
8c8ad05
0c6e709
* Sun Sep 14 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.6-1
0c6e709
- Update to 4.6
0c6e709
1b1f314
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-4
1b1f314
- SDP browse fixes
1b1f314
433204a
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-3
433204a
- Bluez-alsa needs to provide/obsolete bluez-utils-alsa
433204a
- Use versioned Obsoletes:
433204a
430f12b
* Fri Sep 12 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.5-2
430f12b
- Change main utils package name to 'bluez'; likewise its subpackages
430f12b
- Remove references to obsolete initscripts (hidd,pand,dund)
430f12b
bf94f3e
* Fri Sep 12 2008 - Bastien Nocera <bnocera@redhat.com> - 4.5-1
bf94f3e
- Update to 4.5
bf94f3e
- Fix initscript to actually start bluetoothd by hand
bf94f3e
- Add chkconfig information to the initscript
bf94f3e
1e336b2
* Tue Sep 09 2008 - David Woodhouse <David.Woodhouse@intel.com> - 4.4-2
1e336b2
- Fix rpmlint problems
1e336b2
- Fix input device handling
1e336b2
1e336b2
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 4.4-1
1e336b2
- Update to 4.4
1e336b2
- Update source address, and remove unneeded deps (thanks Marcel)
1e336b2
1e336b2
* Mon Aug 11 2008 - Bastien Nocera <bnocera@redhat.com> - 4.1-1
1e336b2
- Initial build