diff --git a/bluedevil.spec b/bluedevil.spec index 151a7de..85eeb45 100644 --- a/bluedevil.spec +++ b/bluedevil.spec @@ -1,6 +1,6 @@ Name: bluedevil Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bluetooth stack for KDE Group: Applications/Communications @@ -23,6 +23,12 @@ Obsoletes: kbluetooth < 0.4.2-3 # not sure if just kdelibs is enough -- Rex Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}} +## Runtime requirements for file transfers, as per README: +Requires: obex-data-server +# This package contains the obexd client only, which is all we want: +Requires: obexd +# (The obexd server conflicts with obex-data-server and is disabled in Fedora.) + %description BlueDevil is the bluetooth stack for KDE. @@ -100,6 +106,9 @@ update-mime-database %{_kde4_datadir}/mime >& /dev/null %{_includedir}/actionplugin.h %changelog +* Wed Feb 02 2011 Kevin Kofler 1.0.2-2 +- Requires: obex-data-server obexd (for file transfers) + * Wed Feb 02 2011 Lukas Tinkl - 1.0.2-1 - 1.0.2 upstream version, fixes mainly for device pairing and obex crashes