Accepting request 80872 from home:vuntz:branches:GNOME:Factory

Update to 3.1.90.1

OBS-URL: https://build.opensuse.org/request/show/80872
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=76
This commit is contained in:
Vincent Untz
2011-09-05 08:17:07 +00:00
committed by Git OBS Bridge
parent 3243c67f66
commit 86161ea117
4 changed files with 92 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,81 @@
-------------------------------------------------------------------
Mon Sep 5 07:05:06 UTC 2011 - vuntz@opensuse.org
- Update to version 3.1.90.1:
+ Fix typo that was breaking the "Login Screen" mode
+ Fix build with new gobject-introspection
+ Use a better icon for removable devices [bgo#657757]
+ Add support for asynchronous search provides [bgo#655220]
+ Misc bug fixes [bgo#657657, bgo#657696]
+ Misc build fixes [bgo#657697]
+ Updated translations.
- Changes from version 3.1.90:
+ Add an on-screen keyboard that uses Caribou as a backend
[bgo#612662]
+ Allow searching for people in the overview using libfolks
as the backend [bgo#643018]
+ Add a "Login Screen" mode to be used when GDM is running; this
mode has a stripped down user interface, and also contains the
code to display the user list and authentication. [bgo#657082]
+ Rework user menu to separate out "Do Not Disturb" from the IM
status and to visually match GNOME Contacts. [bgo#652837]
+ Implement displaying images such as cover-art in notifications
[bgo#621009]
+ Support default actions for notifications [bgo#655818]
+ Networking:
- Stop using nm-applet for dialogs; do them as proper system
modal dialogs in the shell code. [bgo#650244]
- Fix handling of hidden access points [bgo#646454]
+ Telepathy integration:
- Support subscription requests [bgo#653941]
- Notify on account connection errors [bgo#654159]
- Allow approving file transfers [bgo#653940]
- Improve styling of messages [bgo#640271]
+ Extension system [bgo#654770]:
- Support live enabling and disabling of extensions
- Add the ability to install extensions from HTTP
- Enhance D-Bus interface for controlling extensions
- Collect errors separately for each extension
+ Add Main.panel.addToStatusArea for extension convenience
[bgo#653205]
+ Port to the new gnome-menus API. Clean up and speed up
application information loading [bgo#648149, bgo#656546]
+ Use the accountsservice library rather than cut-and-pasted GDM
code [bgo#650893]
+ Add a D-Bus interface to take a screenshot; this will avoid
various race conditions with the current gnome-screenshot
approach [bgo#652952]
+ Show numeric indicators to distinguish duplicate keyboard names
[bgo#650128]
+ Add GNOME Documents to the favorites list [bgo#657520]
+ Update the clock immediately on resume from suspend
[bgo#656403]
+ Remove animation support from StAdjustment [bgo#657082]
+ Support configuration of calendar applications via gsettings
[bgo#651190]
+ Don't fade in alt-Tab - wait a bit and show it instantly
[bgo#652346]
+ Darken workspace background on all workspaces [bgo#656433]
+ Improve detection of the starting day of the week [bgo#649078]
+ Add StButtonAccessible
+ Visual tweaks to match mockups [bgo#640271, bgo#655627,
bgo#655428, bgo#656732]
+ Misc bug fixes [bgo#645708, bgo#646761, bgo#653119, bgo#654398,
bgo#656125, bgo#654707, bgo#654898, bgo#654638, bgo#656335,
bgo#657111]
+ Code cleanups [bgo#652718, bgo#654639, bgo#648651, bgo#655813,
bgo#657082]
+ String tweaks [bgo#652984, bgo#640271]
+ Build fixes [bgo#644275, bgo#655812]
+ Updated translations.
- Add pkgconfig(folks), pkgconfig(gnome-keyring-1),
pkgconfig(libnm-util) BuildRequires: new dependencies.
- Change pkgconfig(libgnome-menu) BuildRequires to
pkgconfig(libgnome-menu-3.0): this follows the move to the new
gnome-menus API.
- Add gnome-contacts Requires: this is the application used to open
contacts.
-------------------------------------------------------------------
Mon Aug 8 14:36:44 UTC 2011 - dimstar@opensuse.org

View File

@@ -18,8 +18,8 @@
Name: gnome-shell
Version: 3.1.4
Release: 2
Version: 3.1.90.1
Release: 1
License: GPLv2+
Summary: GNOME Shell
Group: System/GUI/GNOME
@@ -32,12 +32,14 @@ BuildRequires: update-desktop-files
BuildRequires: dbus-1
BuildRequires: pkgconfig(clutter-1.0) >= 1.7.5
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(folks) >= 0.5.2
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-2.0) >= 2.29.10
BuildRequires: pkgconfig(gjs-1.0) >= 1.29.15
BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.1.0
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1
BuildRequires: pkgconfig(gstreamer-0.10) >= 0.10.16
BuildRequires: pkgconfig(gstreamer-base-0.10)
@@ -45,19 +47,22 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(libcanberra)
BuildRequires: pkgconfig(libcroco-0.6)
BuildRequires: pkgconfig(libedataserver-1.2) >= 1.2.0
BuildRequires: pkgconfig(libgnome-menu)
BuildRequires: pkgconfig(libgnome-menu-3.0)
BuildRequires: pkgconfig(libmutter) >= 3.0.0
BuildRequires: pkgconfig(libnm-glib) >= 0.8.995
BuildRequires: pkgconfig(libnm-glib)
BuildRequires: pkgconfig(libnm-util)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.11
BuildRequires: pkgconfig(mutter-plugins)
BuildRequires: pkgconfig(polkit-agent-1) >= 0.100
BuildRequires: pkgconfig(telepathy-glib) >= 0.15.3
BuildRequires: pkgconfig(telepathy-glib) >= 0.15.5
BuildRequires: pkgconfig(telepathy-logger-0.2) >= 0.2.4
BuildRequires: pkgconfig(xfixes)
Requires: dbus-1-python
Requires: gdk-pixbuf-loader-rsvg
# To open contacts that have been searched for
Requires: gnome-contacts
Requires: gnome-icon-theme-symbolic
Requires: gnome-session
# For a GSettings schema and power system icon