summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2012-03-21 12:00:11 +0200
committerKalev Lember <kalevlember@gmail.com>2012-03-21 12:00:55 +0200
commit152ac386a73d0614b0c82d84648b1cfcb0d48f74 (patch)
tree625cb8774d2b7d01217bd6149bc5fa418e79a3fa
parent0bc84de0553a9c00526eb976f5bb869b51f8e59a (diff)
downloadmutter-152ac386a73d0614b0c82d84648b1cfcb0d48f74.tar.gz
mutter-152ac386a73d0614b0c82d84648b1cfcb0d48f74.tar.xz
mutter-152ac386a73d0614b0c82d84648b1cfcb0d48f74.zip
3.3.92
-rw-r--r--.gitignore1
-rw-r--r--mutter.spec9
-rw-r--r--sources2
3 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 9065704..17d740b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/mutter.spec b/mutter.spec
index 5fb91e2..a19fea3 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -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
diff --git a/sources b/sources
index 5b3bd47..d5d2ada 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76cff8f1a1f22125466a69fedbbf8a94 mutter-3.3.90.tar.xz
+7ab93788cf692e87749e2e5b343a8df6 mutter-3.3.92.tar.xz