From 7c9c80db456cfbce707633488f987a5b13ea2238 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 14 Jun 2006 09:59:20 +0000 Subject: [PATCH] bump --- gnome-bluetooth.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index bdbdfe6..0a448c5 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,11 +1,12 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth Version: 0.7.0 -Release: 9 +Release: 10 License: GPL Group: System Environment/Libraries URL: http://usefulinc.com/software/gnome-bluetooth -Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.bz2 +#Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.bz2 +Source: http://ftp.gnome.org/pub/gnome/sources/gnome-bluetooth/0.7/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: autoconf >= 2.57 bluez-libs-devel >= 2.8 bluez-utils @@ -19,6 +20,7 @@ Requires: %{name}-libs = %{version}-%{release} Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 +Requires: bluez-utils ExcludeArch: s390 s390x Patch1: gnome-bluetooth-0.7.0-pydir.patch @@ -27,7 +29,7 @@ Patch2: gnome-bluetooth-0.7.0-path.patch %description This package contains a Bonobo server to control Bluetooth devices, and a simple GUI to explore which devices are available -(gnome-bluetooth-admin). Also, an OBEX server is available, +(gnome-bluetooth-manager). Also, an OBEX server is available, gnome-obex-server. This will receive files sent via Bluetooth to your PC, and save them in your home directory. @@ -133,12 +135,18 @@ fi %{_includedir}/gnome-bluetooth/ %changelog +* Wed Jun 14 2006 Harald Hoyer - 0.7.0-10 +- bump for new openobex + * Sun Jun 11 2006 Jesse Keating - 0.7.0-9 - Missing automake, libtool, gettext BR * Sun Jun 11 2006 Jesse Keating - 0.7.0-6 - Bump for new libbluetooth +* Wed May 31 2006 Harald Hoyer - 0.7.0-6 +- add dependency on bluez-utils, cosmetic tweaks (bug #190280) + * Tue May 30 2006 Harald Hoyer - 0.7.0-5 - install schemata correctly (bug #193518)