From 94ec0f240f151bc9d45dce2b9fa6d2d0e67c5d7cf5a02d421be10692340fa1a5 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 6 Aug 2010 22:33:04 +0000 Subject: [PATCH] Accepting request 44777 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/mutter via accept of submit request 44777 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/44777 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=28 --- mutter.changes | 7 ++++--- mutter.spec | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/mutter.changes b/mutter.changes index d686f0e..013df68 100644 --- a/mutter.changes +++ b/mutter.changes @@ -6,8 +6,9 @@ Fri Jul 16 13:49:04 UTC 2010 - dimstar@opensuse.org + Remove deprecated usages for compatibility with GTK+ 3.0 + Export a boxed type for MetaRectangle + Allow disabling -Werror with --enable-compile-warnings=yes - + Build fixes [Andreas, Florian, Owen] -- BuildRequire gtk3-devel instead of gtk2-devel. + + Build fixes +- Build against GTK+ 3: use gtk3-devel BuildRequires instead of + gtk2-devel and pass --with-gtk=3.0 to configure. ------------------------------------------------------------------- Mon Jul 5 20:40:09 CEST 2010 - dimstar@opensuse.org @@ -67,7 +68,7 @@ Fri May 28 21:53:59 CEST 2010 - dimstar@opensuse.org meta_window_unset_demands_attention() + Bug fixes + Build fixes -- Drop mutter-gcc45.patch, fixed by upstream. +- Drop mutter-gcc45.patch, fixed upstream. ------------------------------------------------------------------- Fri Mar 19 09:01:56 CET 2010 - dimstar@opensuse.org diff --git a/mutter.spec b/mutter.spec index 269296b..5a5f6fc 100644 --- a/mutter.spec +++ b/mutter.spec @@ -69,8 +69,8 @@ to develop applications that require these. %configure \ --libexecdir=%{_libexecdir}/%{name} \ --disable-static \ - --with-gtk=3.0 \ - --disable-schemas-install + --disable-schemas-install \ + --with-gtk=3.0 %__make %{?jobs:-j%jobs} %install