From db7a9287f583f7f8dcbc46afd2af47de5bc3614bb5589b6ee02d9bcf5b155b0f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 15:05:19 +0000 Subject: [PATCH 1/7] 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 From 0e8c3a2e5e8171b2237eddbaf3a1e0a884364e08f19ee5f0a0ad54d3925dd943 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 25 Feb 2016 09:04:38 +0000 Subject: [PATCH 2/7] Accepting request 360556 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/360556 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=190 --- mutter-3.19.4.tar.xz | 3 --- mutter-3.19.90.tar.xz | 3 +++ mutter.changes | 12 ++++++++++++ mutter.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 mutter-3.19.4.tar.xz create mode 100644 mutter-3.19.90.tar.xz diff --git a/mutter-3.19.4.tar.xz b/mutter-3.19.4.tar.xz deleted file mode 100644 index 1db6a54..0000000 --- a/mutter-3.19.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60befe5d937548b2ab09b3f5c37a572c6f77f2a9de748e35eef94ba560cffa90 -size 1470008 diff --git a/mutter-3.19.90.tar.xz b/mutter-3.19.90.tar.xz new file mode 100644 index 0000000..5696323 --- /dev/null +++ b/mutter-3.19.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860733b731410ea71dc15a3e8257f5259dbbc9547dc78c5636b67373839c6126 +size 1480804 diff --git a/mutter.changes b/mutter.changes index e0fe27e..c09d5ca 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 19 18:23:04 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.90: + + Release buffer after processing commit (bgo#761312, + bgo#761613). + + Implement pointer motion, locks and confinement on wayland + (bgo#744104). + + Add basic startup notification support on wayland (bgo#762268). + + Misc. bug fixes: bgo#760670, bgo#761543, bgo#752794, + bgo#761557. + ------------------------------------------------------------------- Fri Jan 22 08:32:08 UTC 2016 - dimstar@opensuse.org diff --git a/mutter.spec b/mutter.spec index b63cf96..1fc62fa 100644 --- a/mutter.spec +++ b/mutter.spec @@ -23,7 +23,7 @@ %endif Name: mutter -Version: 3.19.4 +Version: 3.19.90 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0+ From db1056dd6016db765c9143b8aedb7e2665c789fd6f2c76544868056cf5cf1f26 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:27:52 +0000 Subject: [PATCH 3/7] Accepting request 363740 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/363740 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=191 --- mutter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutter.spec b/mutter.spec index 1fc62fa..b93e046 100644 --- a/mutter.spec +++ b/mutter.spec @@ -40,7 +40,7 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: zenity BuildRequires: pkgconfig(cairo) >= 1.10.0 -BuildRequires: pkgconfig(clutter-1.0) >= 1.25.1 +BuildRequires: pkgconfig(clutter-1.0) >= 1.25.6 BuildRequires: pkgconfig(cogl-1.0) >= 1.17.1 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.25.10 BuildRequires: pkgconfig(gnome-desktop-3.0) From a13af5fba3a4b4c6e6a2f757db42c724960d31d874dae49745491dc7983af61b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Mar 2016 21:19:48 +0000 Subject: [PATCH 4/7] Accepting request 365670 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/365670 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=192 --- mutter-3.19.90.tar.xz | 3 --- mutter-3.19.91.tar.xz | 3 +++ mutter.changes | 13 +++++++++++++ mutter.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 mutter-3.19.90.tar.xz create mode 100644 mutter-3.19.91.tar.xz diff --git a/mutter-3.19.90.tar.xz b/mutter-3.19.90.tar.xz deleted file mode 100644 index 5696323..0000000 --- a/mutter-3.19.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860733b731410ea71dc15a3e8257f5259dbbc9547dc78c5636b67373839c6126 -size 1480804 diff --git a/mutter-3.19.91.tar.xz b/mutter-3.19.91.tar.xz new file mode 100644 index 0000000..f55193a --- /dev/null +++ b/mutter-3.19.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19531b1c6d6f8ecdd5b445d9262c2f5eb428580bc5c8a52c556119cba53bda8 +size 1484860 diff --git a/mutter.changes b/mutter.changes index c09d5ca..a03ace6 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Mar 3 19:39:46 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.91: + + Add --nested CLI argument to fix nested wayland session + (bgo#758658). + + Fix stack - scene graph stacking synchronization issues + (bgo#755605). + + Rate-limit last-device changes to fix freezes (bgo#753527). + + Implement primary selection protocol (bgo#762560). + + Misc. bug fixes: bgo#762878, bgo#762716. + + Updated translations. + ------------------------------------------------------------------- Fri Feb 19 18:23:04 UTC 2016 - zaitor@opensuse.org diff --git a/mutter.spec b/mutter.spec index b93e046..e05c3ab 100644 --- a/mutter.spec +++ b/mutter.spec @@ -23,7 +23,7 @@ %endif Name: mutter -Version: 3.19.90 +Version: 3.19.91 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0+ From c12efd5d69a03a8026dcc174989abfce2804f7137dd02cd072500a54405a2c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 4 Mar 2016 14:29:44 +0000 Subject: [PATCH 5/7] Accepting request 365961 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/365961 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=193 --- mutter.changes | 10 ++++++++++ mutter.spec | 13 ++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/mutter.changes b/mutter.changes index a03ace6..9abfc3b 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 4 13:48:48 UTC 2016 - fcrozat@suse.com + +- BuildRequires pkgconfig(libdrm), pkgconfig(libinput), + pkgconfig(libsystemd) are only needed when building native + backend, which is useful only under wayland and when running as + display server. Ensure they aren't pulled as BuildRequires when + wayland support is disabled. Add --enable-native-backend when + building wayland support. + ------------------------------------------------------------------- Thu Mar 3 19:39:46 UTC 2016 - zaitor@opensuse.org diff --git a/mutter.spec b/mutter.spec index e05c3ab..43aa477 100644 --- a/mutter.spec +++ b/mutter.spec @@ -47,10 +47,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0) 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) BuildRequires: pkgconfig(libstartup-notification-1.0) -BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(pango) >= 1.2.0 BuildRequires: pkgconfig(upower-glib) >= 0.99.0 BuildRequires: pkgconfig(x11-xcb) @@ -73,6 +70,9 @@ 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(libdrm) +BuildRequires: pkgconfig(libinput) +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(wayland-protocols) >= 1.0 BuildRequires: pkgconfig(wayland-server) >= 1.4.93 %endif @@ -140,6 +140,13 @@ translation-update-upstream %build %configure \ +%if %{with wayland} + --enable-wayland \ + --enable-native-backend \ +%else + --disable-wayland \ + --disable-native-backend \ +%endif --disable-static \ --enable-compile-warnings=maximum make %{?_smp_mflags} V=1 From e521f5c79e244c640d86422b567aeb1c60ab095365f4d91b2a130b256d2e6233 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2016 10:10:38 +0000 Subject: [PATCH 6/7] Accepting request 374535 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/374535 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=194 --- mutter-3.19.91.tar.xz | 3 --- mutter-3.19.92.tar.xz | 3 +++ mutter.changes | 11 +++++++++++ mutter.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 mutter-3.19.91.tar.xz create mode 100644 mutter-3.19.92.tar.xz diff --git a/mutter-3.19.91.tar.xz b/mutter-3.19.91.tar.xz deleted file mode 100644 index f55193a..0000000 --- a/mutter-3.19.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c19531b1c6d6f8ecdd5b445d9262c2f5eb428580bc5c8a52c556119cba53bda8 -size 1484860 diff --git a/mutter-3.19.92.tar.xz b/mutter-3.19.92.tar.xz new file mode 100644 index 0000000..eaa21d4 --- /dev/null +++ b/mutter-3.19.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e075772ed053fa573665ff8cfdef26fe8c18eabbd93467bb316cc1258cf3fe16 +size 1486368 diff --git a/mutter.changes b/mutter.changes index 9abfc3b..b54cef3 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Mar 17 08:38:21 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.92: + + Add system bell support on wayland (bgo#763284). + + Add gtk_surface.present to gtk-shell (bgo#763295). + + Handle DND drops on the root window (bgo#762104). + + Misc. bug fixes: bgo#762828, bgo#760745, bgo#763125, + bgo#762763, bgo#762661, bgo#762639, bgo#763159. + + Updated translations. + ------------------------------------------------------------------- Fri Mar 4 13:48:48 UTC 2016 - fcrozat@suse.com diff --git a/mutter.spec b/mutter.spec index 43aa477..9dc3c82 100644 --- a/mutter.spec +++ b/mutter.spec @@ -23,7 +23,7 @@ %endif Name: mutter -Version: 3.19.91 +Version: 3.19.92 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0+ From 1be12ede2c3cad7aec9daf03aabbc8188788b6530e790cf4cbc06f71000210fd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 23 Mar 2016 13:08:01 +0000 Subject: [PATCH 7/7] Accepting request 378360 from GNOME:Next Update to 3.20.0 OBS-URL: https://build.opensuse.org/request/show/378360 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=195 --- mutter-3.19.92.tar.xz | 3 --- mutter-3.20.0.tar.xz | 3 +++ mutter.changes | 7 +++++++ mutter.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 mutter-3.19.92.tar.xz create mode 100644 mutter-3.20.0.tar.xz diff --git a/mutter-3.19.92.tar.xz b/mutter-3.19.92.tar.xz deleted file mode 100644 index eaa21d4..0000000 --- a/mutter-3.19.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e075772ed053fa573665ff8cfdef26fe8c18eabbd93467bb316cc1258cf3fe16 -size 1486368 diff --git a/mutter-3.20.0.tar.xz b/mutter-3.20.0.tar.xz new file mode 100644 index 0000000..cdab586 --- /dev/null +++ b/mutter-3.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5644d297b69dd3fb465ed9d998e297667c06d9d372e49ded1d788548a38516f5 +size 1486284 diff --git a/mutter.changes b/mutter.changes index b54cef3..5c8b179 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 23 08:14:33 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + Fix crash when using visual bell (bgo#763858). + + Updated translations. + ------------------------------------------------------------------- Thu Mar 17 08:38:21 UTC 2016 - dimstar@opensuse.org diff --git a/mutter.spec b/mutter.spec index 9dc3c82..6a45c03 100644 --- a/mutter.spec +++ b/mutter.spec @@ -23,13 +23,13 @@ %endif Name: mutter -Version: 3.19.92 +Version: 3.20.0 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.19/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/mutter/3.20/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gobject-introspection-devel >= 0.9.5 BuildRequires: intltool