diff --git a/bluez.changes b/bluez.changes index 027a314..d1212db 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 15 17:06:46 CEST 2008 - dmueller@suse.de + +- fix devel package requires + ------------------------------------------------------------------- Tue Sep 9 15:08:23 CEST 2008 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index efab23f..1cd02b7 100644 --- a/bluez.spec +++ b/bluez.spec @@ -25,7 +25,7 @@ BuildRequires: alsa-devel libsndfile-devel BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel Url: http://bluez.sourceforge.net Version: 4.4 -Release: 1 +Release: 2 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later @@ -58,6 +58,7 @@ Authors: License: GPL v2 or later Summary: Files needed for BlueZ development Group: Development/Sources +Requires: libbluetooth3 = %{version} %description devel Files needed to develop applications for the BlueZ Bluetooth protocol @@ -93,7 +94,7 @@ Authors: Group: Hardware/Printing License: GPL v2 or later Summary: CUPS Driver for Bluetooth Printers -Requires: libbluetooth3 >= %{version} +Requires: libbluetooth3 = %{version} %description cups Contains the files required by CUPS for printing to Bluetooth-connected @@ -109,7 +110,7 @@ Authors: Group: Development/Tools/Debuggers License: GPL v2 or later; X11/MIT Summary: Tools for testing of various Bluetooth-functions -Requires: libbluetooth3 >= %{version} python-gobject2 dbus-1-python +Requires: libbluetooth3 = %{version} python-gobject2 dbus-1-python %description test Contains a few tools for testing various bluetooth functions. The @@ -125,7 +126,7 @@ Authors: Group: Productivity/Multimedia/Sound/Utilities License: GPL v2 or later Summary: Bluetooth Sound Support -Requires: libbluetooth3 >= %{version} +Requires: libbluetooth3 = %{version} %description alsa The package contains libraries for using bluetooth audio services. @@ -311,5 +312,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Mon Sep 15 2008 dmueller@suse.de +- fix devel package requires * Tue Sep 09 2008 seife@suse.de - initial checkin of BlueZ 4