Accepting request 195979 from home:dimstar:branches:GNOME:Factory

Update to 3.9.90

OBS-URL: https://build.opensuse.org/request/show/195979
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=128
This commit is contained in:
Dominique Leuenberger 2013-08-22 09:46:56 +00:00 committed by Git OBS Bridge
parent efeddbc34a
commit ca9ce1b65b
4 changed files with 38 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d168f03423fdd02022f5674538ea12bd7d0168547985faa78b19146e4311c07e
size 1742144

3
mutter-3.9.90.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e101fc1aee6ff76210fda9acc8931d5cec29ff593ab22c7dc945d60805b5ab1d
size 1761348

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Aug 22 05:54:07 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.90:
+ Add support for _GTK_FRAME_EXTENTS (bgo#705766).
+ Fix quick consecutive <super> presses breaking keyboard input
(bgo#666101).
+ Work towards running as wayland compositor:
- Add DBus API for display configuration (bgo##705670,
bgo#706231, bgo#706233, bgo#706322, bgo#706382).
- Add abstraction layer for cursor tracking (bgo#705911).
- Add support for plugin modality under wayland (bgo#705917).
+ Disable GTK+ scaling (bgo#706388).
+ Disable blending while updating tower.
+ Misc bug fixes and cleanups: bgo##703332, bgo#704437,
bgo#706207.
+ Updated translations.
- Add pkgconfig(upower-glib) and pkgconfig(gnome-desktop-3.0)
BuildRequires: new dependencies.
- Drop now empty mutter-tools subpackage (empty, as the related
utilities were removed upstream.
- Obsolete mutter-tools by the main package (not provided). This
helps for clean updates.
-------------------------------------------------------------------
Tue Jul 30 16:30:37 UTC 2013 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: mutter
Version: 3.9.5
Version: 3.9.90
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0+
@ -39,11 +39,13 @@ BuildRequires: pkgconfig(cairo) >= 1.10.0
BuildRequires: pkgconfig(clutter-1.0) >= 1.14.3
BuildRequires: pkgconfig(cogl-1.0) >= 1.13.3
BuildRequires: pkgconfig(gio-2.0) >= 2.25.10
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.7.3
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.7
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libstartup-notification-1.0)
BuildRequires: pkgconfig(pango) >= 1.2.0
BuildRequires: pkgconfig(upower-glib) > 0.9.11
BuildRequires: pkgconfig(xcomposite) >= 0.2
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xdamage)
@ -53,6 +55,8 @@ BuildRequires: pkgconfig(xrender)
Requires: zenity
Recommends: %{name}-lang
Provides: windowmanager
# mutter 3.9.90 dropped old, unused tools. Likely, nobody has them installed anyway
Obsoletes: %{name}-tools < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -94,18 +98,6 @@ from Metacity.
This package contains data files needed by mutter and its library.
%package tools
Summary: Window and compositing manager based on Clutter -- Tools
Group: System/GUI/GNOME
Requires: %{name} = %{version}
%description tools
Mutter is a window and compositing manager based on Clutter, forked
from Metacity.
This package contains tools related to mutter, including an utility to
test themes and a small application to test window managers.
%package devel
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/GNOME
@ -129,6 +121,11 @@ make %{?_smp_mflags} V=1
%install
%make_install
# clean up remaining man pages of no longer existing tools
rm %{buildroot}%{_mandir}/man1/mutter-theme-viewer.1
rm %{buildroot}%{_mandir}/man1/mutter-window-demo.1
rm %{buildroot}%{_mandir}/man1/mutter-message.1
# end man page cleanup
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%suse_update_desktop_file %{name}
%suse_update_desktop_file %{buildroot}%{_datadir}/gnome/wm-properties/mutter-wm.desktop
@ -158,11 +155,9 @@ rm -rf %{buildroot}
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS rationales.txt README
%{_bindir}/mutter
%{_bindir}/mutter-message
%{_libdir}/mutter/plugins/default.so
%{_datadir}/applications/mutter.desktop
%doc %{_mandir}/man1/mutter.1%{?ext_man}
%doc %{_mandir}/man1/mutter-message.1%{?ext_man}
%doc %{_datadir}/gtk-doc/html/meta/
%files -n libmutter0
@ -191,16 +186,6 @@ rm -rf %{buildroot}
%{_datadir}/GConf/gsettings/mutter-schemas.convert
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
%files tools
%defattr (-, root, root)
%{_bindir}/mutter-theme-viewer
%{_bindir}/mutter-window-demo
%dir %{_datadir}/mutter
%dir %{_datadir}/mutter/icons
%{_datadir}/mutter/icons/mutter-window-demo.png
%doc %{_mandir}/man1/mutter-theme-viewer.1%{?ext_man}
%doc %{_mandir}/man1/mutter-window-demo.1%{?ext_man}
%files lang -f %{name}.lang
%files devel