Accepting request 74969 from home:dimstar:branches:GNOME:Factory
Update to 3.1.3 - tweaked with vuntz OBS-URL: https://build.opensuse.org/request/show/74969 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=61
This commit is contained in:
parent
6dcd9cf7a1
commit
1fdea16fbe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b122ffe170078af3edb9d4aa076c89eefd7a12a8aa57a1025227c1ab92912b3c
|
||||
size 2005161
|
3
mutter-3.1.3.tar.bz2
Normal file
3
mutter-3.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a0c38afdf9db071759895fa470f0a47f96ae3d20fa6450564923c9d4d2896ec
|
||||
size 2002120
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 1 09:04:24 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.1.3:
|
||||
+ bgo#645355: Support dark window theme variants for windows with
|
||||
a dark widget theme; this is selected by the _GTK_THEME_VARIANT
|
||||
property
|
||||
+ bgo#635268: Don't draw a shadow under windows with an alpha-
|
||||
channel - this fixes transparency for GNOME Terminal
|
||||
+ bgo#649315: Add a MetaWindow:wm-class property for notification
|
||||
+ Add a MetaWindow:minimized property for notification
|
||||
+ bgo#627880: Fix handling of unusual window shapes that Wine was
|
||||
setting causing some applications to draw wrong
|
||||
+ bgo#653121: Improve replacing another compositor and being
|
||||
replaced: release compositor selection in the right order and
|
||||
wait for compositors that get it wrong.
|
||||
+ bgo#652369: Remove behavior where left clicking on a window
|
||||
border with the titlebar offscreen gave the window menu
|
||||
+ bgo#649202: Don't set the global default textdomain, since
|
||||
Mutter is a library as well as an application
|
||||
+ Exit with the right (success or failure) exit status
|
||||
+ Code cleanup
|
||||
+ Other bugs fixed: bgo#649114, bgo#652507
|
||||
+ Updated translations.
|
||||
- Process %{_datadir}/gnome/wm-properties/mutter-wm.desktop with
|
||||
suse_update_desktop_file to fix a rpmlint warning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 12:36:24 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
11
mutter.spec
11
mutter.spec
@ -36,10 +36,10 @@ BuildRequires: gnome-common
|
||||
%endif
|
||||
License: GPLv2+
|
||||
Group: System/GUI/GNOME
|
||||
Version: 3.0.2.1
|
||||
Release: 2
|
||||
Version: 3.1.3
|
||||
Release: 1
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/mutter/3.1/%{name}-%{version}.tar.bz2
|
||||
Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: zenity
|
||||
@ -87,6 +87,7 @@ translation-update-upstream
|
||||
%endif
|
||||
%{__rm} %{buildroot}/%{_libdir}/*.la
|
||||
%suse_update_desktop_file %{name}
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/gnome/wm-properties/mutter-wm.desktop
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%find_gconf_schemas
|
||||
%fdupes %{buildroot}
|
||||
@ -114,7 +115,7 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/mutter/
|
||||
%exclude %{_libdir}/mutter/Meta-3.0.gir
|
||||
%exclude %{_libdir}/mutter/Meta-3.1.gir
|
||||
%{_datadir}/applications/mutter.desktop
|
||||
%{_datadir}/mutter/
|
||||
# Do not depend on libgnome just for a directory
|
||||
@ -129,7 +130,7 @@ rm -rf %{buildroot}
|
||||
%defattr (-, root, root)
|
||||
%{_includedir}/mutter/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/mutter/Meta-3.0.gir
|
||||
%{_libdir}/mutter/Meta-3.1.gir
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user