diff --git a/mutter.changes b/mutter.changes index e928783..793f368 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jul 29 02:04:20 UTC 2021 - Yifan Jiang + +- Synchronize changelog between SLE, Leap and Factory. + +------------------------------------------------------------------- +Thu Jul 29 01:36:50 UTC 2021 - Yifan Jiang + +- Disable eglstream on Leap/SLE by now since it is under review. + +------------------------------------------------------------------- +Wed Jul 28 03:34:42 UTC 2021 - Yifan Jiang + +- Add versioned BuildRequires to pkgconfig(libinput): + https://gitlab.gnome.org/GNOME/mutter/-/blob/gnome-40/meson.build#L47 + ------------------------------------------------------------------- Tue Jul 13 10:48:16 UTC 2021 - Bjørn Lie @@ -320,6 +336,8 @@ Thu Oct 8 03:37:51 UTC 2020 - dimstar@opensuse.org + Updated translations. - Drop mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch: fixed upstream. +- Drop mutter-fix-wine-copy-and-paste.patch: + fixed upstream. ------------------------------------------------------------------- Wed Oct 7 18:56:51 UTC 2020 - Bjørn Lie @@ -350,6 +368,13 @@ Tue Sep 8 12:03:37 UTC 2020 - Bjørn Lie - Drop patch fixed upstream: + mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch +------------------------------------------------------------------- +Fri Aug 21 08:40:27 UTC 2020 - Alynx Zhou + +- Added mutter-fix-wine-copy-and-paste.patch: sometimes copy and + paste will fail in wine applications, this upstream patch fixed + it (boo#1175532, glgo#GNOME/mutter!1369). + ------------------------------------------------------------------- Thu Aug 20 15:34:43 UTC 2020 - Frederic Crozat diff --git a/mutter.spec b/mutter.spec index 0b34512..0f0bde8 100644 --- a/mutter.spec +++ b/mutter.spec @@ -69,7 +69,7 @@ BuildRequires: pkgconfig(gudev-1.0) >= 232 BuildRequires: pkgconfig(json-glib-1.0) >= 0.12.0 BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26 BuildRequires: pkgconfig(libdrm) >= 2.4.83 -BuildRequires: pkgconfig(libinput) +BuildRequires: pkgconfig(libinput) >= 1.15.0 BuildRequires: pkgconfig(libpipewire-0.3) >= 0.3.21 BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.7 BuildRequires: pkgconfig(libsystemd) @@ -83,7 +83,9 @@ BuildRequires: pkgconfig(sysprof-capture-4) >= 3.37.3 %endif BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(upower-glib) >= 0.99.0 +%if !0%{?sle_version} BuildRequires: pkgconfig(wayland-eglstream) +%endif BuildRequires: pkgconfig(wayland-protocols) >= 1.18 BuildRequires: pkgconfig(wayland-server) >= 1.13.0 BuildRequires: pkgconfig(x11) @@ -149,7 +151,9 @@ translation-update-upstream po mutter %build %meson \ -Degl_device=true \ +%if !0%{?sle_version} -Dwayland_eglstream=true \ +%endif -Dcogl_tests=false \ -Dclutter_tests=false \ -Dtests=false \