- Enable introspection

This commit is contained in:
Bastien Nocera 2009-12-15 11:27:29 +00:00
parent 77e9234777
commit f8a306dc1f

View File

@ -1,6 +1,6 @@
Name: gnome-bluetooth
Version: 2.29.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Bluetooth graphical utilities
Group: Applications/Communications
@ -82,7 +82,7 @@ This package contains the Moblin user interface for gnome-bluetooth.
%patch1 -p1
%build
%configure --disable-desktop-update --disable-icon-update --enable-introspection=no
%configure --disable-desktop-update --disable-icon-update
make %{?_smp_mflags}
%install
@ -221,6 +221,9 @@ fi
%{_bindir}/bluetooth-panel
%changelog
* Tue Dec 15 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
- Enable introspection
* Mon Dec 14 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-2
- Add patch to fix possible crasher in bluetooth-sendto (#544881)