- Add patch to fix sendto

This commit is contained in:
Bastien Nocera 2009-03-05 00:21:11 +00:00
parent 5f2f1d4fa3
commit 55cb2cfcb4

View File

@ -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 <bnocera@redhat.com> - 2.27.1-3
- Add patch to fix sendto
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-2
- Update to 2.27.1
- Loads of fixes mentioned by Bill Nottingham in bug #488498