From 414ccc53cd40108d16ba7f32ea72396c02be07cadb583f315da0c6c993976afb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 21 Sep 2012 19:21:31 +0000 Subject: [PATCH] Accepting request 135078 from home:dimstar:branches:GNOME:Factory Update to 3.5.92 OBS-URL: https://build.opensuse.org/request/show/135078 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=125 --- gnome-shell-3.5.91.tar.xz | 3 -- gnome-shell-3.5.92.tar.xz | 3 ++ gnome-shell-private-connection.patch | 14 +++--- gnome-shell.changes | 71 ++++++++++++++++++++++++++++ gnome-shell.spec | 7 ++- 5 files changed, 86 insertions(+), 12 deletions(-) delete mode 100644 gnome-shell-3.5.91.tar.xz create mode 100644 gnome-shell-3.5.92.tar.xz diff --git a/gnome-shell-3.5.91.tar.xz b/gnome-shell-3.5.91.tar.xz deleted file mode 100644 index d66a311..0000000 --- a/gnome-shell-3.5.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d39ffe40388f6aaa62bf753d716bfb3d1c11a6ef827bb572256fc3b2dee86efb -size 1382004 diff --git a/gnome-shell-3.5.92.tar.xz b/gnome-shell-3.5.92.tar.xz new file mode 100644 index 0000000..3ec5249 --- /dev/null +++ b/gnome-shell-3.5.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf43ade818f2fd7631492a5eb61522524b7bdb84d3627a21bd4bde9100e0e6af +size 1390384 diff --git a/gnome-shell-private-connection.patch b/gnome-shell-private-connection.patch index a580c10..1f83288 100644 --- a/gnome-shell-private-connection.patch +++ b/gnome-shell-private-connection.patch @@ -14,10 +14,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=646187 js/ui/status/network.js | 59 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 17 deletions(-) -Index: gnome-shell-3.5.91/js/ui/status/network.js +Index: gnome-shell-3.5.92/js/ui/status/network.js =================================================================== ---- gnome-shell-3.5.91.orig/js/ui/status/network.js -+++ gnome-shell-3.5.91/js/ui/status/network.js +--- gnome-shell-3.5.92.orig/js/ui/status/network.js ++++ gnome-shell-3.5.92/js/ui/status/network.js @@ -5,8 +5,10 @@ const Gio = imports.gi.Gio; const Lang = imports.lang; const NetworkManager = imports.gi.NetworkManager; @@ -168,8 +168,8 @@ Index: gnome-shell-3.5.91/js/ui/status/network.js return connection; }, -@@ -1570,6 +1584,18 @@ const NMApplet = new Lang.Class({ - this._isLocked = false; +@@ -1569,6 +1583,18 @@ const NMApplet = new Lang.Class({ + this._client = NMClient.Client.new(); + // Check if newly created connections should be private or not @@ -185,9 +185,9 @@ Index: gnome-shell-3.5.91/js/ui/status/network.js + this._privateConnections = !authResult.get_is_authorized(); + this._statusSection = new PopupMenu.PopupMenuSection(); - this._statusItem = new PopupMenu.PopupMenuItem('', { style_class: 'popup-inactive-menu-item', reactive: false }); + this._statusItem = new PopupMenu.PopupMenuItem('', { reactive: false }); this._statusSection.addMenuItem(this._statusItem); -@@ -1766,7 +1792,7 @@ const NMApplet = new Lang.Class({ +@@ -1760,7 +1786,7 @@ const NMApplet = new Lang.Class({ }, _makeWrapperDevice: function(wrapperClass, device) { diff --git a/gnome-shell.changes b/gnome-shell.changes index b8644c7..c87067a 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Wed Sep 19 12:13:41 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.92: + + Login/UnlockDialog: Don't reset immediately if auth fails + (bgo#682544) + + Allow changing session mode at runtime (bgo#683156) + + Add zoom out animation on login (bgo#683170) + + Bluetooth: don't restrict the length of non numeric PINs + (bgo#683356) + + Force chat notification to stay open when focusing entry + (bgo#682236) + + Make sure the screen is fully locked before suspending + (bgo#683448) + + st-texture-cache: Fix a case of distorted textures (bgo#683483) + + popupSubMenu: Fix padding for non-scrolled submenus + (bgo#683009) + + popupMenu: Fix width changes on submenu open/close (bgo#683485) + + boxpointer: Avoid malformed boxpointer arrow (bgo#680077) + + Change stage background color to grey (bgo#683514) + + messageTray: Update style of summary counters (bgo#682891) + + Don't fail if a legacy tray icon has no WM_CLASS (bgo#683724) + + PolkitAgent: Fix a crash if there is no avatar (bgo#683707) + + Hide the a11y menu in the lock screen, but show it in the login + screen (bgo#682542) + + Fix show-apps button dropping off the dash (bgo#683340) + + Fix committing strings to shell entries from input method + (bgo#658325) + + Make IBus display strings consistent with control-center + (bgo#683124) + + Fix missing short codes for some input sources (bgo#683613) + + Remove support for long-press from entry context menus + (bgo#683509) + + screenShield: Add box-shadow to the shield + + Don't show a right-click menu for the hotplug source + (bgo#683438) + + Fix extension styling (bgo#682128) + + Fix on-screen keyboard not working with system-modal dialogs + (bgo#664309) + + Fix insensitive styling for popup menu items (bgo#683988) + + Disable the message tray dwell when the user is interacting + (bgo#683811) + + Animate going from the unlock dialog to the lock screen + (bgo#681143) + + Autostart fprintd when necessary (bgo#683131) + + UnlockDialog: Allow typing before the first PAM question + (bgo#681576) + + Make Return key dismiss screenshield (bgo#683889) + + Fix keyboard navigation in the message tray (bgo#682243) + + Remove the places & devices search provider (bgo#683506) + + Enable hot corner while the message tray is up (bgo#682255) + + Port screen recorder to new GStreamer vp8enc API (bgo#684206) + + Fix fish flickering (bgo#684154) + + Fix extension ordering with !important (bgo#684163) + + Allow the shell to run without the screenshield (bgo#683060) + + Add menu items for IBus Anthy's InputMode, TypingMode + (bgo#682314) + + Improve transition to the login dialog (bgo#682428) + + Keep unlock dialog around until shield animation ends + (bgo#684342) + + Expose shell keybindings in System Settings (bgo#671010) + + Misc. bugfixes and cleanups: bgo#672790, bgo#677434, + bgo#683305, bgo#683357, bgo#683369, bgo#683377, bgo#683378, + bgo#683400, bgo#683449, bgo#683472, bgo#683482, bgo#683487, + bgo#683488, bgo#683526, bgo#683529, bgo#683546, bgo#683583, + bgo#683628, bgo#683705, bgo#683982, bgo#683989, bgo#684035, + bgo#684036, bgo#684040, bgo#684162, bgo#684214, bgo#684343 + + Updated translations. +- Add pkgconfig(gnome-keybindings) BuildRequires: new dependency. +- Rebase gnome-shell-private-connection.patch. + ------------------------------------------------------------------- Wed Sep 12 14:02:51 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-shell.spec b/gnome-shell.spec index a5ddaa9..550df7c 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -17,7 +17,7 @@ Name: gnome-shell -Version: 3.5.91 +Version: 3.5.92 Release: 0 Summary: GNOME Shell License: GPL-2.0+ @@ -40,6 +40,7 @@ BuildRequires: pkgconfig(gjs-1.0) >= 1.33.2 BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.1.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.5.1 +BuildRequires: pkgconfig(gnome-keybindings) BuildRequires: pkgconfig(gnome-keyring-1) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.5.4 @@ -51,7 +52,7 @@ BuildRequires: pkgconfig(libcanberra) BuildRequires: pkgconfig(libcroco-0.6) BuildRequires: pkgconfig(libedataserver-1.2) >= 3.5.3 BuildRequires: pkgconfig(libgnome-menu-3.0) >= 3.5.3 -BuildRequires: pkgconfig(libmutter) >= 3.5.91 +BuildRequires: pkgconfig(libmutter) >= 3.5.92 BuildRequires: pkgconfig(libnm-glib) BuildRequires: pkgconfig(libnm-util) BuildRequires: pkgconfig(libpulse-mainloop-glib) @@ -179,6 +180,8 @@ rm -rf %{buildroot} %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service %{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml +%{_datadir}/gnome-control-center/keybindings/50-gnome-shell-screenshot.xml +%{_datadir}/gnome-control-center/keybindings/50-gnome-shell-system.xml %{_datadir}/gnome-shell/ %doc %{_mandir}/man?/gnome-shell.*