diff --git a/_service b/_service new file mode 100644 index 0000000..34a4510 --- /dev/null +++ b/_service @@ -0,0 +1,6 @@ + + + diff --git a/mutter-2.91.5.tar.bz2 b/mutter-2.91.5.tar.bz2 deleted file mode 100644 index 61a077a..0000000 --- a/mutter-2.91.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c667475183f7e6a1b7b065adc0eddaed0ee5846e5ad7f58f5902a35daaa5bea5 -size 2030362 diff --git a/mutter-2.91.6.tar.bz2 b/mutter-2.91.6.tar.bz2 new file mode 100644 index 0000000..efcf8d4 --- /dev/null +++ b/mutter-2.91.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898f91531010921381ac8c526e08ed1bafaf2d07dae217da5cf5df5b56d1fc2c +size 2027982 diff --git a/mutter.changes b/mutter.changes index bef0385..4b96d9a 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,4 +1,20 @@ ------------------------------------------------------------------- +Fri Feb 11 12:31:50 UTC 2011 - fcrozat@novell.com + +- Update to version 2.91.6: + + Add meta_screen_override_window_layout() to let a plugin set + the workspace layout + + Add a 'size-changed' signal to MetaWindowActor + + Add meta_window_actor_is_destroyed() + + Fix problems with window tile previews when cancelling a move + + Port theme elements that use GTK+ drawing to use + GtkStyleContext instead of the deprecated GtkStyle. + + Fix compiler warnings that were causing compilation failures + + Misc bug fixes + + Updated translations. + +------------------------------------------------------------------- + Fri Jan 14 15:12:29 CET 2011 - vuntz@opensuse.org - Update to version 2.91.5: diff --git a/mutter.spec b/mutter.spec index 91716b8..445b781 100644 --- a/mutter.spec +++ b/mutter.spec @@ -26,13 +26,16 @@ BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk3-devel BuildRequires: intltool -BuildRequires: libcanberra-devel +BuildRequires: pkgconfig(libcanberra-gtk) BuildRequires: startup-notification-devel BuildRequires: update-desktop-files BuildRequires: zenity +%if 0%{?BUILD_FROM_VCS} +BuildRequires: gnome-common +%endif License: GPLv2+ Group: System/GUI/GNOME -Version: 2.91.5 +Version: 2.91.6 Release: 1 # FIXME: add libcanberra-devel BuildRequires when it has support for gtk3 Summary: Window and compositing manager based on Clutter @@ -63,12 +66,15 @@ to develop applications that require these. %prep %setup -q +%if 0%{?BUILD_FROM_VCS} +[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh +%endif + %build %configure \ --libexecdir=%{_libexecdir}/%{name} \ --disable-static \ - --disable-schemas-install \ - --with-gtk=3.0 + --disable-schemas-install %__make %{?jobs:-j%jobs} %install