From e278631798773a46b1b800e9005c966a2172b77aa597565510578451751e8b05 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 11 Feb 2010 20:09:32 +0000 Subject: [PATCH] Accepting request 32269 from GNOME:Factory Copy from GNOME:Factory/gnome-shell based on submit request 32269 from user vuntz OBS-URL: https://build.opensuse.org/request/show/32269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell?expand=0&rev=10 --- gnome-shell.changes | 6 ++++++ gnome-shell.spec | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gnome-shell.changes b/gnome-shell.changes index 1974a17..66912f4 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 28 12:43:43 CET 2010 - vuntz@opensuse.org + +- Pass --enable-compile-warnings=no to configure, to avoid broken + build because of deprecated functions. + ------------------------------------------------------------------- Sun Oct 11 15:52:05 EDT 2009 - vuntz@opensuse.org diff --git a/gnome-shell.spec b/gnome-shell.spec index ce78854..3b94b54 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-shell (Version 2.28.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,10 +34,10 @@ BuildRequires: librsvg-devel BuildRequires: mutter-devel BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel -License: GPL v2 or later +License: GPLv2+ Group: System/GUI/GNOME Version: 2.28.0 -Release: 2 +Release: 3 Summary: GNOME Shell Source: %{name}-%{version}.tar.bz2 # To integrate a preview mode in GDM. @@ -75,7 +75,8 @@ export LD_LIBRARY_PATH=%{_libdir}/xulrunner-1.9 %endif %configure \ --libexecdir=%{_libexecdir}/%{name} \ - --disable-static + --disable-static \ + --enable-compile-warnings=no %__make %{?jobs:-j%jobs} %install