Accepting request 114333 from home:vuntz:branches:GNOME:Factory
Update to 3.4.1 OBS-URL: https://build.opensuse.org/request/show/114333 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=110
This commit is contained in:
parent
0e9797fc9e
commit
ea8ab48f51
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6a706da199a99540a008a5fec609bbeff194b1a933e2fc73e51e667d4599a85
|
||||
size 1249520
|
3
gnome-shell-3.4.1.tar.xz
Normal file
3
gnome-shell-3.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9
|
||||
size 1254596
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 07:37:51 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.4.1:
|
||||
+ Fix crash that occurred when an icon theme change caused
|
||||
unexpected reentrancy in the icon loading code [bgo#673512]
|
||||
+ Don't show system and other disabled users in the GDM user list
|
||||
[bgo#673784]
|
||||
+ Make gnome-shell-calendar-server initialize GTK+ so it can
|
||||
display password prompts if needed [bgo#673608]
|
||||
+ Adapt to Mutter API change for keybinding addition [bgo#673014]
|
||||
+ Fix crash when an extension was installed as both a user
|
||||
extension and a system extension [bgo#673613]
|
||||
+ Fix bug where chat entry could end up partially offscreen
|
||||
[bgo#661944]
|
||||
+ Fix problem where icons weren't updating when theme was changed
|
||||
[bgo#672941]
|
||||
+ Look for Evolution calendar settings in GSettings, not GConf
|
||||
[bgo#673610]
|
||||
+ Add <super>F10 for the application menu [bgo#672909]
|
||||
+ Fix %Id format characters to work in translations [bgo#673106]
|
||||
+ Fix error when NetworkManager restarts [bgo#673043]
|
||||
+ Improve efficiency of overview redraws by working around
|
||||
Clutter issue [bgo#670636]
|
||||
+ Misc bug fixes [bgo#672592, bgo#672641, bgo#672719, bgo#673187,
|
||||
bgo#673233, bgo#673656]
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 19:01:26 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-shell
|
||||
Version: 3.4.0
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
Summary: GNOME Shell
|
||||
License: GPL-2.0+
|
||||
@ -47,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.92
|
||||
BuildRequires: pkgconfig(libmutter) >= 3.4.1
|
||||
BuildRequires: pkgconfig(libnm-glib)
|
||||
BuildRequires: pkgconfig(libnm-util)
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
|
Loading…
x
Reference in New Issue
Block a user