From 7e581ef9d48913fc33b1f15eeb5363d8001577e000271060f0f07bf21b94b0e7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Sep 2008 15:50:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=2 --- bluez.changes | 5 +++++ bluez.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) 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