Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2017-11-10 14:39:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mutter (Old)
 and      /work/SRC/openSUSE:Factory/.mutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mutter"

Fri Nov 10 14:39:48 2017 rev:119 rq:539261 version:3.26.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mutter/mutter.changes    2017-10-21 
20:16:55.840613526 +0200
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes       2017-11-10 
14:41:35.650363894 +0100
@@ -1,0 +2,30 @@
+Sat Nov  4 02:03:57 UTC 2017 - [email protected]
+
+- Update to version 3.26.2:
+  + Work with clients that require older linux_dmabuf protocol
+    (bgo#788558).
+  + Prevent crash when closing maximized windows (bgo#788666).
+  + Use the correct monitor for HiDPI scaling of shell chrome 
+    (bgo#788820).
+  + Enable XWayland core dumps (bgo#789086).
+  + Fixes:
+    - Unredirection of fullscreen windows (bgo#788493).
+    - List of supported monitor scales on X11 (bgo#788901).
+    - Handling of trackball settings on wayland (bgo#787804).
+    - Miscellaneous:
+      . Multi-monitor regressions and crashes (bgo#788607,
+        bgo#788860, bgo#789153, bgo#786929, bgo#789501).
+      . Bug fixes: bgo#788572, bgo#788569, bgo#784314, bgo#789227,
+        bgo#789223, bgo#782344, bgo#789552, bgo#789553, bgo#789300.
+  + Updated translations.
+- Drop fixed upstream patches:
+  mutter-wayland-dma-buf-modifiers-fix.patch,
+  mutter-x11-Protect-XChangeProperty-call.patch,
+  mutter-handle-no-to-no-monitor.patch and
+  mutter-preferred-mode.patch.
+- Drop %glib2_gsettings_schema_requires macro: the functionality is
+  covered by file triggers now.
+- Point fdupes to the /usr directory instead of the build root,
+  which is a practice that must be avoided.
+
+-------------------------------------------------------------------
@@ -26 +56,2 @@
-  + Fix keybindings not being resolved with non-latin layouts (bgo#787016).
+  + Fix keybindings not being resolved with non-latin layouts
+    (bgo#787016).
@@ -30,2 +61,4 @@
-  + Support _NET_RESTACK_WINDOW and ConfigureRequest siblings (bgo#786365).
-  + Fix monitor layout not being remembered across sessions (bgo#787629).
+  + Support _NET_RESTACK_WINDOW and ConfigureRequest siblings
+    (bgo#786365).
+  + Fix monitor layout not being remembered across sessions
+    (bgo#787629).

Old:
----
  mutter-3.26.1.tar.xz
  mutter-handle-no-to-no-monitor.patch
  mutter-preferred-mode.patch
  mutter-wayland-dma-buf-modifiers-fix.patch
  mutter-x11-Protect-XChangeProperty-call.patch

New:
----
  mutter-3.26.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mutter.spec ++++++
--- /var/tmp/diff_new_pack.URuXWi/_old  2017-11-10 14:41:36.622328761 +0100
+++ /var/tmp/diff_new_pack.URuXWi/_new  2017-11-10 14:41:36.626328615 +0100
@@ -17,27 +17,19 @@
 
 
 Name:           mutter
-Version:        3.26.1
+Version:        3.26.2
 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.26/%{name}-%{version}.tar.xz
+Url:            https://www.gnome.org
+Source:         
https://download.gnome.org/sources/mutter/3.26/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM mutter-fix-startup.patch bgo#768531 [email protected] 
-- Fix slow startup notification on wayland
 Patch0:         mutter-fix-startup.patch
 # PATCH-FEATURE-UPSTREAM 
mutter-iconcache-Support-RGB16_565-format-for-16-bit-color-.patch FATE#323412 
bgo#781704 bsc#1024748 [email protected] -- iconcache: Support RGB16_565 
format for 16-bit sessions
 Patch1:         
mutter-iconcache-Support-RGB16_565-format-for-16-bit-color-.patch
-# PATCH-FIX-UPSTREAM mutter-wayland-dma-buf-modifiers-fix.patch bgo#788558 
[email protected] -- Don't send modifiers to old clients
-Patch2:         mutter-wayland-dma-buf-modifiers-fix.patch
-# PATCH-FIX-UPSTREAM mutter-x11-Protect-XChangeProperty-call.patch bgo#788666 
[email protected] -- Protect XChangeProperty call with error traps
-Patch3:         mutter-x11-Protect-XChangeProperty-call.patch
-# PATCH-FIX-UPSTREAM mutter-handle-no-to-no-monitor.patch bgo#788607 
[email protected] -- handle updating from no to no monitor.
-Patch4:         mutter-handle-no-to-no-monitor.patch
-# PATCH-FIX-UPSTREAM mutter-preferred-mode.patch bgo#789153 [email protected] -- 
monitor/normal: prefer modes with same flags as preferred mode.
-Patch5:         mutter-preferred-mode.patch
 
-# SLE only patches start at 1000
+# SLE-only patches start at 1000
 # PATCH-FEATURE-SLE mutter-SLE-bell.patch FATE#316042 bnc#889218 
[email protected] -- make audible bell work out of the box.
 Patch1000:      mutter-SLE-bell.patch
 # PATCH-FIX-SLE mutter-SLE-relax-some-constraints-on-CSD-windows.patch 
bnc#883491 [email protected] -- Relax some constraints on window positioning for 
CSD windows s.t. they can be placed at the very top of the monitor.
@@ -122,7 +114,6 @@
 Summary:        Data files for mutter, a window and compositing manager based 
on Clutter
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
-%glib2_gsettings_schema_requires
 
 %description data
 Mutter is a window and compositing manager based on Clutter, forked
@@ -146,12 +137,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
-# SLE only patches and translations.
+# SLE-only patches and translations.
 %if !0%{?is_opensuse}
 translation-update-upstream
 %patch1000 -p1
@@ -174,7 +161,7 @@
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 %suse_update_desktop_file %{name}
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{_prefix}
 
 %post -n libmutter-1-0 -p /sbin/ldconfig
 

++++++ mutter-3.26.1.tar.xz -> mutter-3.26.2.tar.xz ++++++
++++ 5698 lines of diff (skipped)


Reply via email to