Accepting request 51624 from home:vuntz:branches:GNOME:Factory
As the xul issue was resolved, it is now safe to accept it. Thanks for chasing it. OBS-URL: https://build.opensuse.org/request/show/51624 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=37
This commit is contained in:
parent
96a2b291c9
commit
61e57329ec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02e8e6fa055acb34af0d783e1cc1d9128c0d91a651228d9a1c23e03db5320ea2
|
||||
size 763593
|
3
gnome-shell-2.91.1.tar.bz2
Normal file
3
gnome-shell-2.91.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ff972455a0fc3b1693d9bc0d880619d4a4a087574c92df062723368b529e937
|
||||
size 803066
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 28 16:43:17 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.91.1:
|
||||
+ Add native volume-control status icon:
|
||||
- Import gnome-volume-control pulse-audio wrapper code
|
||||
- Add mousewheel support
|
||||
+ Message tray:
|
||||
- Fix wobbling during mouse-over animation
|
||||
- Don't show the tray when a status is added then immediately
|
||||
removed
|
||||
- Advertise a 'persistence' notification server capability to
|
||||
allow applications to act different if their notifications
|
||||
won't be lost
|
||||
- Use a "box pointer" when displaying notifications
|
||||
- Bug fixes
|
||||
+ Shell Toolkit:
|
||||
- Simplify the API for custom style properties
|
||||
- Support different border radii for different corners
|
||||
+ Update cut-and-paste GDM user manager code to newer version
|
||||
that talks to the account service
|
||||
+ Find desktop files in /usr/local/share/applications
|
||||
+ Visual improvements to menus to match mockups
|
||||
+ Add animation when showing menus and status notifications
|
||||
+ Fix problem where StDrawingArea was constantly redrawing
|
||||
+ Only show starting applications on the current workspace
|
||||
+ Misc bug fixes
|
||||
+ Build fixes
|
||||
+ Bugs fixed: bgo#582653, bgo#583348, bgo#591406, bgo#593887,
|
||||
bgo#598347, bgo#603838, bgo#603992, bgo#611647, bgo#614879,
|
||||
bgo#617917, bgo#620389, bgo#623688, bgo#628169, bgo#629455,
|
||||
bgo#630546, bgo#630866, bgo#630939, bgo#631042, bgo#631193,
|
||||
bgo#631510, bgo#631566, bgo#631722, bgo#631888, bgo#632147,
|
||||
bgo#632151, bgo#632197, bgo#632477, bgo#632500, bgo#632733,
|
||||
bgo#632743, bgo#632868.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(libcanberra), pkgconfig(libpulse-mainloop-glib)
|
||||
BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 10:01:50 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-shell (Version 2.91.0)
|
||||
# spec file for package gnome-shell (Version 2.91.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-shell
|
||||
Version: 2.91.0
|
||||
Version: 2.91.1
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GNOME Shell
|
||||
@ -40,8 +40,10 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-0.10)
|
||||
BuildRequires: pkgconfig(gstreamer-base-0.10)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libcanberra)
|
||||
BuildRequires: pkgconfig(libcroco-0.6)
|
||||
BuildRequires: pkgconfig(libgnome-menu)
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
||||
BuildRequires: pkgconfig(mutter-plugins)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
|
Loading…
Reference in New Issue
Block a user