From 6ec998bf05b86899f6f5ac6cd37c40f102f618eb Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 3 Nov 2011 16:45:27 -0400 Subject: [PATCH] Build with -Wno-error=disabled-declarations for the moment --- gnome-shell.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 077851c..27f24ee 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -88,6 +88,7 @@ easy to use experience. %patch1 -p1 -b .firefox %build +export CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations" (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; %configure --disable-static) make V=1 %{?_smp_mflags} @@ -155,6 +156,9 @@ gconftool-2 --makefile-install-rule \ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %changelog +* Thu Nov 03 2011 Adam Jackson 3.2.1-5 +- Build with -Wno-error=disabled-declarations for the moment + * Wed Nov 02 2011 Brian Pepple - 3.2.1-4 - Rebuld against tp-logger.