From 35c3a5b71bd329954df42f98a5523807fc2c2aad Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 8 Apr 2009 18:51:20 +0000 Subject: [PATCH] - Fix schema installation --- gnome-bluetooth.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 63c8e25..c3314e3 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,6 +1,6 @@ Name: gnome-bluetooth Version: 2.27.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bluetooth graphical utilities Group: Applications/Communications @@ -61,6 +61,9 @@ for writing applications that require a Bluetooth device selection widget. %prep %setup -q -n gnome-bluetooth-%{version} +# http://svn.gnome.org/viewvc/gnome-bluetooth?view=revision&revision=587 +sed -i -e "s/boolean/bool/" */schemas.in + %build %configure --disable-desktop-update --disable-icon-update make %{?_smp_mflags} @@ -158,6 +161,9 @@ fi %{_datadir}/gtk-doc/html/gnome-bluetooth/ %changelog +* Wed Apr 08 2009 - Bastien Nocera - 2.27.2-2 +- Fix schema installation + * Wed Apr 08 2009 - Bastien Nocera - 2.27.2-1 - Upgrade to 2.27.2