Accepting request 44777 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/mutter via accept of submit request 44777 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/44777
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=28
This commit is contained in:
Vincent Untz 2010-08-06 22:33:04 +00:00 committed by Git OBS Bridge
parent 1e9b74708a
commit 94ec0f240f
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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