3.3.92
This commit is contained in:
parent
0bc84de055
commit
152ac386a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ mutter-2.31.5.tar.bz2
|
|||||||
/mutter-3.3.4.tar.xz
|
/mutter-3.3.4.tar.xz
|
||||||
/mutter-3.3.5.tar.xz
|
/mutter-3.3.5.tar.xz
|
||||||
/mutter-3.3.90.tar.xz
|
/mutter-3.3.90.tar.xz
|
||||||
|
/mutter-3.3.92.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.3.90
|
Version: 3.3.92
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -62,7 +62,7 @@ utilities for testing Metacity/Mutter themes.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
(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"
|
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
|
%doc %{_mandir}/man1/mutter-window-demo.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-2
|
||||||
- Rebuild against new cogl
|
- Rebuild against new cogl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user