This commit is contained in:
Kalev Lember 2012-03-21 12:00:11 +02:00
parent 0bc84de055
commit 152ac386a7
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ mutter-2.31.5.tar.bz2
/mutter-3.3.4.tar.xz
/mutter-3.3.5.tar.xz
/mutter-3.3.90.tar.xz
/mutter-3.3.92.tar.xz

View File

@ -1,6 +1,6 @@
Name: mutter
Version: 3.3.90
Release: 2%{?dist}
Version: 3.3.92
Release: 1%{?dist}
Summary: Window and compositing manager based on Clutter
Group: User Interface/Desktops
@ -62,7 +62,7 @@ utilities for testing Metacity/Mutter themes.
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
%configure --disable-static --with-gtk=3.0 --enable-compile-warnings=maximum)
%configure --disable-static --enable-compile-warnings=maximum)
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_XFREE_XINERAMA HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
@ -127,6 +127,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%doc %{_mandir}/man1/mutter-window-demo.1.gz
%changelog
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
- Update to 3.3.92
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-2
- Rebuild against new cogl

View File

@ -1 +1 @@
76cff8f1a1f22125466a69fedbbf8a94 mutter-3.3.90.tar.xz
7ab93788cf692e87749e2e5b343a8df6 mutter-3.3.92.tar.xz