From 55cb2cfcb47915038bba0c11775d29d4e21e8380 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 5 Mar 2009 00:21:11 +0000 Subject: [PATCH] - Add patch to fix sendto --- gnome-bluetooth.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index a2870c9..9f0e4f4 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,6 +1,6 @@ Name: gnome-bluetooth Version: 2.27.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bluetooth graphical utilities Group: Applications/Communications @@ -28,8 +28,10 @@ Requires: bluez Requires: obexd Requires: notification-daemon -Requires(post): desktop-file-utils -Requires(postun): desktop-file-utils +Requires(post): desktop-file-utils +Requires(postun): desktop-file-utils + +Patch0: sendto-connect-fix.patch %description The gnome-bluetooth package contains graphical utilities to setup, @@ -58,7 +60,7 @@ for writing applications that require a Bluetooth device selection widget. %prep %setup -q -n gnome-bluetooth-%{version} - +%patch0 -p1 %build %configure --disable-desktop-update --disable-icon-update @@ -156,6 +158,9 @@ fi %{_datadir}/gtk-doc/html/gnome-bluetooth/ %changelog +* Thu Mar 05 2009 - Bastien Nocera - 2.27.1-3 +- Add patch to fix sendto + * Wed Mar 04 2009 - Bastien Nocera - 2.27.1-2 - Update to 2.27.1 - Loads of fixes mentioned by Bill Nottingham in bug #488498