Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2013-10-23 10:07:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2013-10-19 
11:15:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes     
2013-10-23 10:07:56.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Oct 21 16:15:24 UTC 2013 - dims...@opensuse.org
+
+- Drop gnome-shell-no_clear_hint.patch: we found a better
+  workardound that even results in the loading of the background
+  image. The code is of course not fixed.
+- Create /usr/share/gnome-shell/modes: by this, the erronous code
+  path is not being triggered, likely due to async calls happening
+  in the expected order. It even results in loading the branded
+  background image (and explains why users with gnome-shell-classic
+  installed never saw this).
+
+-------------------------------------------------------------------

Old:
----
  gnome-shell-no_clear_hint.patch

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

Other differences:
------------------
++++++ gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.lbhNnI/_old  2013-10-23 10:08:03.000000000 +0200
+++ /var/tmp/diff_new_pack.lbhNnI/_new  2013-10-23 10:08:03.000000000 +0200
@@ -26,8 +26,6 @@
 Source:         
http://download.gnome.org/sources/gnome-shell/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1:         gnome-shell-private-connection.patch
-# PATCH-FIX-OPENSUSE gnome-shell-no_clear_hint.patch bgo#709313 bnc#844891 
dims...@opensuse.org -- Work around refresh issues. This is not the final 
solution; the wallpaper is often not loaded, but at least it stops the screen 
from flickering wildly, giving a much less broken experience.
-Patch2:         gnome-shell-no_clear_hint.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -137,7 +135,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 translation-update-upstream
 
 %build
@@ -160,6 +157,8 @@
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file gnome-shell-extension-prefs
+# Work around race, as reported in bnc#844891 & bgo#709313.
+install -d %{buildroot}%{_datadir}/gnome-shell/modes
 
 %clean
 rm -rf %{buildroot}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to