From db7a9287f583f7f8dcbc46afd2af47de5bc3614bb5589b6ee02d9bcf5b155b0f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 15:05:19 +0000 Subject: [PATCH] Accepting request 360459 from GNOME:Next - Update to version 3.19.4: + Fix updating stacking order when setting transient_for (bgo#755606). + Support screen rotation when supported by the driver (bgo#745079). + Protect against broken WM_CLASS property implementations (bgo#759658). + Handle wl_pointer v5 events on wayland (bgo#760637). + Implement DND actions on wayland (bgo#760805). + Misc. bug fixes: bgo#754711, bgo#756789, bgo#759297, bgo#758613, bgo#760330, bgo#760476, bgo#759222, bgo#760670. + Updated translations. - Update to version 3.19.3: + Correct refresh rate units on KMS/Wayland (bgo#758653). + Fix crash when initial cursor position is not on a monitor (bgo#756698). + Fix crash when more CRTs are enabled than outputs connected (bgo#751638). + Fix touch pointer emulation on wayland (bgo#756754). + Allow minimizing windows that don't advertise supporting it (bgo#758186). + Force 2-finger scroll by default if available (bgo#759304). + Fix crash during XWayland initialization (bgo#751845). + Ensure to send a ConfigureNotify to just mapped windows (bgo#759492). + Misc. bug fixes and cleanups: bgo#758239, bgo#758633, bgo#755503, bgo#759374. + Updated translations. - Add pkgconfig(wayland-protocols) BuildRequires: new dependency. OBS-URL: https://build.opensuse.org/request/show/360459 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=189 --- mutter-3.18.2.tar.xz | 3 --- mutter-3.19.4.tar.xz | 3 +++ mutter.changes | 62 ++++++++++++++++++++++++++++++++++++++++++++ mutter.spec | 14 +++++----- 4 files changed, 72 insertions(+), 10 deletions(-) delete mode 100644 mutter-3.18.2.tar.xz create mode 100644 mutter-3.19.4.tar.xz diff --git a/mutter-3.18.2.tar.xz b/mutter-3.18.2.tar.xz deleted file mode 100644 index 9b81fd1..0000000 --- a/mutter-3.18.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a69326f216c7575ed6cd53938b9cfc49b3b359cde95d3b6a7ed46c837261181 -size 1468660 diff --git a/mutter-3.19.4.tar.xz b/mutter-3.19.4.tar.xz new file mode 100644 index 0000000..1db6a54 --- /dev/null +++ b/mutter-3.19.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60befe5d937548b2ab09b3f5c37a572c6f77f2a9de748e35eef94ba560cffa90 +size 1470008 diff --git a/mutter.changes b/mutter.changes index 1d81435..e0fe27e 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Fri Jan 22 08:32:08 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.4: + + Fix updating stacking order when setting transient_for + (bgo#755606). + + Support screen rotation when supported by the driver + (bgo#745079). + + Protect against broken WM_CLASS property implementations + (bgo#759658). + + Handle wl_pointer v5 events on wayland (bgo#760637). + + Implement DND actions on wayland (bgo#760805). + + Misc. bug fixes: bgo#754711, bgo#756789, bgo#759297, + bgo#758613, bgo#760330, bgo#760476, bgo#759222, bgo#760670. + + Updated translations. + +------------------------------------------------------------------- +Thu Dec 17 12:40:26 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.19.3: + + Correct refresh rate units on KMS/Wayland (bgo#758653). + + Fix crash when initial cursor position is not on a monitor + (bgo#756698). + + Fix crash when more CRTs are enabled than outputs connected + (bgo#751638). + + Fix touch pointer emulation on wayland (bgo#756754). + + Allow minimizing windows that don't advertise supporting it + (bgo#758186). + + Force 2-finger scroll by default if available (bgo#759304). + + Fix crash during XWayland initialization (bgo#751845). + + Ensure to send a ConfigureNotify to just mapped windows + (bgo#759492). + + Misc. bug fixes and cleanups: bgo#758239, bgo#758633, + bgo#755503, bgo#759374. + + Updated translations. +- Add pkgconfig(wayland-protocols) BuildRequires: new dependency. + +------------------------------------------------------------------- +Wed Nov 25 20:59:34 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.19.2: + + Fix crash on monitor unplug (bgo#756796). + + Exit cleanly on initialization errors (bgo#757311). + + Allow to determine backend setting from session type + (bgo#741666). + + Fix DRM device detection for non-PCI devices (bgo#754911). + + Don't force placement of windows without buffer on wayland + (bgo#751887). + + Fix initialization of bypass compositor hint (bgo#758544). + +------------------------------------------------------------------- +Tue Nov 24 22:38:17 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.19.1: + + wayland: Allow to trigger popups through keyboard/touch + (bgo#756296). + + Fix modifiers-only input source switching on Ubuntu + (bgo#756543). + + Misc. bug fixes: bgo#756675, bgo#756660, bgo#746420, + bgo#756548, bgo#756796, bgo#757101, bgo#757148. + + Updated translations. + ------------------------------------------------------------------- Thu Nov 12 16:02:29 UTC 2015 - zaitor@opensuse.org diff --git a/mutter.spec b/mutter.spec index 21ab906..b63cf96 100644 --- a/mutter.spec +++ b/mutter.spec @@ -1,7 +1,7 @@ # # spec file for package mutter # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,13 +23,13 @@ %endif Name: mutter -Version: 3.18.2 +Version: 3.19.4 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source: http://download.gnome.org/sources/mutter/3.18/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/mutter/3.19/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gobject-introspection-devel >= 0.9.5 BuildRequires: intltool @@ -40,12 +40,12 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: zenity BuildRequires: pkgconfig(cairo) >= 1.10.0 -BuildRequires: pkgconfig(clutter-1.0) >= 1.21.3 +BuildRequires: pkgconfig(clutter-1.0) >= 1.25.1 BuildRequires: pkgconfig(cogl-1.0) >= 1.17.1 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.25.10 BuildRequires: pkgconfig(gnome-desktop-3.0) -BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.15.92 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11 +BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.19.3 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.7 BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libinput) @@ -73,6 +73,7 @@ BuildRequires: pkgconfig(clutter-wayland-1.0) BuildRequires: pkgconfig(clutter-wayland-compositor-1.0) BuildRequires: pkgconfig(gbm) >= 10.3 BuildRequires: pkgconfig(gudev-1.0) +BuildRequires: pkgconfig(wayland-protocols) >= 1.0 BuildRequires: pkgconfig(wayland-server) >= 1.4.93 %endif Requires: zenity @@ -176,7 +177,6 @@ rm -rf %{buildroot} %{_libdir}/mutter/plugins/default.so %{_libexecdir}/mutter-restart-helper %{_datadir}/applications/mutter.desktop -%{_datadir}/applications/mutter-wayland.desktop %doc %{_mandir}/man1/mutter.1%{?ext_man} %files -n libmutter0