Hello community, here is the log from the commit of package metacity for openSUSE:Factory checked in at 2014-10-11 19:26:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/metacity (Old) and /work/SRC/openSUSE:Factory/.metacity.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "metacity" Changes: -------- --- /work/SRC/openSUSE:Factory/metacity/metacity.changes 2014-07-06 22:52:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.metacity.new/metacity.changes 2014-10-11 19:28:45.000000000 +0200 @@ -1,0 +2,18 @@ +Thu Oct 9 18:31:51 UTC 2014 - [email protected] + +- Update to version 3.14.0: + + Theme format version updated to 3.5. + + Optionally attach modal dialogs. + + Updated *.doap file. + + Added support for _GTK_FRAME_EXTENTS. + + Added support for _GTK_THEME_VARIANT. + + Shadows won't be added to maximized windows. + + Fixed some deprecated warnings. + + Ignore adding a window if it's already present. + + Some other fixes/changes adapted from mutter. + + Updated translations. +- Rebase metacity-bnc385553-buggy-intel-xinerama.diff. +- Rename libmetacity-private1 subpackage to libmetacity-private2, + following upstreams soname bump. + +------------------------------------------------------------------- Old: ---- metacity-3.12.0.tar.xz New: ---- metacity-3.14.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ metacity.spec ++++++ --- /var/tmp/diff_new_pack.z4xxtB/_old 2014-10-11 19:28:46.000000000 +0200 +++ /var/tmp/diff_new_pack.z4xxtB/_new 2014-10-11 19:28:46.000000000 +0200 @@ -17,12 +17,12 @@ Name: metacity -Version: 3.12.0 +Version: 3.14.0 Release: 0 Summary: A Window Manager for the GNOME Desktop License: GPL-2.0+ Group: System/GUI/GNOME -Source: http://download.gnome.org/sources/metacity/3.12/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/metacity/3.14/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM metacity-uninitialized-variables.patch bgo#619524 [email protected] -- Fix uninitialized variables Patch0: metacity-uninitialized-variables.patch # PATCH-FIX-OPENSUSE metacity-bnc385553-buggy-intel-xinerama.diff bnc#385553 [email protected] - Sanitize overlapping (cloned) monitors from Xinerama @@ -59,11 +59,11 @@ %description Metacity is a window manager for the GNOME Desktop. -%package -n libmetacity-private1 +%package -n libmetacity-private2 Summary: A Window Manager for the GNOME Desktop -- Library to render themes Group: System/Libraries -%description -n libmetacity-private1 +%description -n libmetacity-private2 Metacity is a window manager for the GNOME Desktop. %package tools @@ -80,7 +80,7 @@ %package devel Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/GNOME -Requires: libmetacity-private1 = %{version} +Requires: libmetacity-private2 = %{version} %description devel This package contains all necessary include files and libraries needed @@ -116,10 +116,10 @@ %desktop_database_postun %glib2_gsettings_schema_postun -%post -n libmetacity-private1 +%post -n libmetacity-private2 /sbin/ldconfig -%postun -n libmetacity-private1 +%postun -n libmetacity-private2 /sbin/ldconfig %files @@ -142,7 +142,7 @@ %doc %{_mandir}/man1/metacity.1%{?ext_man} %doc %{_mandir}/man1/metacity-message.1%{?ext_man} -%files -n libmetacity-private1 +%files -n libmetacity-private2 %defattr (-, root, root) %{_libdir}/libmetacity-private.so.* ++++++ metacity-3.12.0.tar.xz -> metacity-3.14.0.tar.xz ++++++ ++++ 53318 lines of diff (skipped) ++++++ metacity-bnc385553-buggy-intel-xinerama.diff ++++++ --- /var/tmp/diff_new_pack.z4xxtB/_old 2014-10-11 19:28:47.000000000 +0200 +++ /var/tmp/diff_new_pack.z4xxtB/_new 2014-10-11 19:28:47.000000000 +0200 @@ -8,11 +8,11 @@ 0) to be a *single* monitor ("clone mode"); it uses the largest geometry of the monitors for the screen's purposes. -diff --git a/src/core/screen.c b/src/core/screen.c -index 419b537..8dffbc2 100644 ---- a/src/core/screen.c -+++ b/src/core/screen.c -@@ -190,6 +190,87 @@ set_wm_icon_size_hint (MetaScreen *screen) +Index: metacity-3.14.0/src/core/screen.c +=================================================================== +--- metacity-3.14.0.orig/src/core/screen.c ++++ metacity-3.14.0/src/core/screen.c +@@ -142,6 +142,87 @@ set_wm_icon_size_hint (MetaScreen *scree } static void @@ -100,8 +100,8 @@ reload_xinerama_infos (MetaScreen *screen) { MetaDisplay *display; -@@ -228,6 +309,7 @@ reload_xinerama_infos (MetaScreen *screen) - +@@ -180,6 +261,7 @@ reload_xinerama_infos (MetaScreen *scree + n_infos = 0; infos = XineramaQueryScreens (display->xdisplay, &n_infos); + sanitize_xinerama_infos (infos, n_infos, &n_infos); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
