- 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 Name: gnome-bluetooth
Version: 2.27.1 Version: 2.27.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Bluetooth graphical utilities Summary: Bluetooth graphical utilities
Group: Applications/Communications Group: Applications/Communications
@ -28,8 +28,10 @@ Requires: bluez
Requires: obexd Requires: obexd
Requires: notification-daemon Requires: notification-daemon
Requires(post): desktop-file-utils Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils Requires(postun): desktop-file-utils
Patch0: sendto-connect-fix.patch
%description %description
The gnome-bluetooth package contains graphical utilities to setup, The gnome-bluetooth package contains graphical utilities to setup,
@ -58,7 +60,7 @@ for writing applications that require a Bluetooth device selection widget.
%prep %prep
%setup -q -n gnome-bluetooth-%{version} %setup -q -n gnome-bluetooth-%{version}
%patch0 -p1
%build %build
%configure --disable-desktop-update --disable-icon-update %configure --disable-desktop-update --disable-icon-update
@ -156,6 +158,9 @@ fi
%{_datadir}/gtk-doc/html/gnome-bluetooth/ %{_datadir}/gtk-doc/html/gnome-bluetooth/
%changelog %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 * Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-2
- Update to 2.27.1 - Update to 2.27.1
- Loads of fixes mentioned by Bill Nottingham in bug #488498 - Loads of fixes mentioned by Bill Nottingham in bug #488498