From 194fd0443dc6513d6042d151b395caea2fd27761 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 26 Jan 2013 16:47:11 +0100 Subject: [PATCH] Fix the build with gcc 4.8 ... by disabling -Werror. --- gnome-bluetooth.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 090774e..7fe9234 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -7,7 +7,7 @@ Summary: Bluetooth graphical utilities Group: Applications/Communications License: GPLv2+ URL: http://live.gnome.org/GnomeBluetooth -Source0: http://download.gnome.org/sources/gnome-bluetooth/3.6/gnome-bluetooth-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-bluetooth/3.7/gnome-bluetooth-%{version}.tar.xz Source1: 61-gnome-bluetooth-rfkill.rules %if 0%{?rhel} @@ -72,7 +72,7 @@ for writing applications that require a Bluetooth device selection widget. %setup -q %build -%configure --disable-desktop-update --disable-icon-update --disable-schemas-compile +%configure --disable-desktop-update --disable-icon-update --disable-schemas-compile --disable-compile-warnings make %{?_smp_mflags} %install @@ -147,6 +147,7 @@ fi * Sat Jan 26 2013 Kalev Lember - 1:3.7.4-2 - Spec file cleanup - Drop the desktop-notification-daemon requires now that the applet is gone +- Fix the build with gcc 4.8 * Wed Jan 16 2013 Richard Hughes - 1:3.7.4-1 - Update to 3.7.4