Accepting request 110279 from home:dimstar:branches:GNOME:Factory

Update to 3.3.92 - build tested with clutter from zaitors branch = success

OBS-URL: https://build.opensuse.org/request/show/110279
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=105
This commit is contained in:
Vincent Untz 2012-03-21 13:07:17 +00:00 committed by Git OBS Bridge
parent a606b18316
commit 0b9011bc04
4 changed files with 71 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8411932ee860415e37ef2da55536538430dc168dbc55fe7790d6f3bc15884532
size 1252620

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c66198324512742c3be6879d15294c41239941480a7669cd547d7f8106977fe
size 1276064

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Tue Mar 20 22:00:56 UTC 2012 - dimstar@opensuse.org
- Update to version 3.3.92:
+ Add shell-dialogs for GNOME Keyring prompts (bgo#652459,
bgo#652460 and bgo#671034)
+ When the user returns from idle, bring up the message tray if
there were messages while they were away (bgo#643014)
+ Make the workspace thumbnails clickable all the way to the edge
of the screen (bgo#643319)
+ Don't slide out the workspace thumbnails if the mouse is over
them when entering the overview (bgo#651092)
+ Fix placeholder jumps while dragging a dash item (bgo#651842)
+ Don't favorite apps if they are dropped back at the same
position bgo#656333)
+ To avoid confusion, don't allow removing running apps from
favorites (bgo#644853)
+ Fix creation of new workspaces by dragging application
launchers (bgo#664202)
+ Make it easier to drag dash items without triggering the menu
+ Accessibility
- Add StWidget API for easily adding accessible states and
setting roles, names (bgo#668366, bgo#667432 and bgo#671378)
- Set accessibility information on UI elements (bgo#644255,
bgo#667432, bgp#668361, bgo#672047, bgo#670308, bgo#670312,
bgo#670719 and bgo#671404)
+ Improve key-navigation in the overview (bgo#663901)
+ Key navigation bug fixes (bgo#662493, bgo#663437, bgo#665215
and bgo#671998)
+ Honor a 'org.gnome.shell.overrides.dynamic-workspaces' setting
that determines whether the workspace count is dynamic and
unsaved in GSettings or static and saved. (bgo#671568)
+ Avoid saving user presence to GSettings when not necessary
(bgo#665701, bgo#668214)
+ Save screencasts in the users Videos/ directory (bgo#670749)
and use a "human readable" filename (bgo#670753)
+ Allow dragging from the empty part of the top panel to
unmaximize a window (bgo#666359)
+ Fix hangs that could occur when switching away to a VT
(bgo#653833)
+ Fix problems with installing from extensions.gnome.org
(bgo#671134)
+ Fix locking the screen when suspending via menu (bgo#670820)
+ Fix browser plugin with Konqueror and Opera
+ Fix shell restart not to bring up failure screen (bgo#648384)
+ Reorganize and clean up CSS theming (bgo#668209)
+ Improve appearance of modal dialogs (bgo#670227, bgo#668209)
+ Update the calendar code to use ECalClient (bgo#671177)
+ Update jhbuild script to use the main moduleset (bgo#668440)
+ StTextureCache: code cleanup, evict unused icons, merge
together simulataneous requests for the same icon (bgo#670771,
bgo#671656 and bgo#672273)
+ Clean up St for recent Clutter changes and fix bugs.
StContainer and StGroup are removed (bgo#670034, bgo#670640,
bgo#670904)
+ Code cleanup (bgo#613194, bgo#671086, bgo#671103)
+ Misc bugs fixed: bgo#651130, bgo#658946, bgo#667552,
bgo#670076, bgo#671001, bgo#670979, bgo#671410, bgo#671411,
bgo#671556, bgo#671656, bgo#671657, bgo#672011, bgo#672024,
bgo#672240, bgo#672265, bgo#672270, bgo#672321, bgo#672326,
bgo#672413, bgo#672471.
+ Updated translations.
- Add pkgconfig(gcr-3) BuildRequires for the new keyring dialogs.
-------------------------------------------------------------------
Tue Feb 28 22:28:11 UTC 2012 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: gnome-shell
Version: 3.3.90
Version: 3.3.92
Release: 0
Summary: GNOME Shell
License: GPL-2.0+
@ -29,8 +29,9 @@ BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
# needed for directory ownership
BuildRequires: dbus-1
BuildRequires: pkgconfig(clutter-1.0) >= 1.9.11
BuildRequires: pkgconfig(clutter-1.0) >= 1.9.16
BuildRequires: pkgconfig(folks) >= 0.5.2
BuildRequires: pkgconfig(gcr-3) >= 3.3.90
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0) >= 2.31.6
BuildRequires: pkgconfig(gjs-1.0) >= 1.29.18
@ -46,7 +47,7 @@ BuildRequires: pkgconfig(libcanberra)
BuildRequires: pkgconfig(libcroco-0.6)
BuildRequires: pkgconfig(libedataserver-1.2) >= 1.2.0
BuildRequires: pkgconfig(libgnome-menu-3.0)
BuildRequires: pkgconfig(libmutter) >= 3.3.5
BuildRequires: pkgconfig(libmutter) >= 3.3.92
BuildRequires: pkgconfig(libnm-glib)
BuildRequires: pkgconfig(libnm-util)
BuildRequires: pkgconfig(libpulse-mainloop-glib)