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