Accepting request 77394 from home:vuntz:branches:GNOME:Factory
Update to 3.1.4 OBS-URL: https://build.opensuse.org/request/show/77394 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=72
This commit is contained in:
parent
64329b620d
commit
9f7eb17d51
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ba96419fb8ae82423c7254a5afddcf45686f75e2cc809e71cc1f11d644109fe
|
||||
size 1126629
|
3
gnome-shell-3.1.4.tar.bz2
Normal file
3
gnome-shell-3.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25310a276c913fbe02def4bfd40de5affc15ffaa5d621ae4df535c6d80486ef6
|
||||
size 1150791
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 28 08:28:04 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.4:
|
||||
+ Take over inserted media handling and autorun from
|
||||
gnome-settings-daemon
|
||||
+ Message Tray:
|
||||
- Display a count of unread notifications on icons [bgo#649356,
|
||||
bgo#654139]
|
||||
- Only remove icons when the sender quits from D-Bus, not when
|
||||
it closes its last window [bgo#645764]
|
||||
- Solve problems switching chats between shell and Empathy
|
||||
[bgo#654237]
|
||||
- Fix handling of bad GMarkup in messages [bgo#650298]
|
||||
- Never show notifications when the screensaver is active
|
||||
[bgo#654550]
|
||||
+ Telepathy integration:
|
||||
- Implement Telepathy Debug interface to enable
|
||||
empathy-debugger [bgo#652816]
|
||||
- Allow approving room invitations, and audio/video calls
|
||||
[bgo#653740, bgo#653939]
|
||||
- Send typing notifications [bgo#650196]
|
||||
+ Fix selection highlighting for light-on-dark entries
|
||||
[bgo#643768]
|
||||
+ Make control-Return in the overview open a new window
|
||||
+ Delay showing the alt-Tab switcher to reduce visual noise when
|
||||
flipping betweeen windows [bgo#652346]
|
||||
+ When we have vertically stacked monitors, put the message tray
|
||||
on the bottom one [bgo#636963]
|
||||
+ Fix various problems with keynav and the Activities button
|
||||
[bgo#641253, bgo#645759]
|
||||
+ Ensure screensaver is locked when switching users [bgo#654565]
|
||||
+ Improve extension creation tool [bgo#653206]
|
||||
+ Fix compatibility with latest GJS [bgo#654349]
|
||||
+ Code cleanups [bgo#645759, bgo#654577, bgo#654791, bgo#654987]
|
||||
+ Misc bug fixes [bgo#647175, bgo#649513, bgo#650452, bgo#651082,
|
||||
bgo#653700, bgo#653989, bgo#654105, bgo#654791, bgo#654267,
|
||||
bgo#654269, bgo#654527, bgo#655446]
|
||||
+ Build fixes [bgo#654300]
|
||||
- Add pkgconfig() BuildRequires for new dependencies:
|
||||
gdk-pixbuf-2.0, libsoup-2.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 23:05:27 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
Name: gnome-shell
|
||||
Version: 3.1.3
|
||||
Release: 2
|
||||
Version: 3.1.4
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GNOME Shell
|
||||
Group: System/GUI/GNOME
|
||||
@ -33,6 +33,7 @@ BuildRequires: dbus-1
|
||||
BuildRequires: pkgconfig(clutter-1.0)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gjs-1.0)
|
||||
BuildRequires: pkgconfig(gnome-bluetooth-1.0)
|
||||
@ -48,6 +49,7 @@ BuildRequires: pkgconfig(libgnome-menu)
|
||||
BuildRequires: pkgconfig(libmutter)
|
||||
BuildRequires: pkgconfig(libnm-glib) >= 0.8.995
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
||||
BuildRequires: pkgconfig(mutter-plugins)
|
||||
BuildRequires: pkgconfig(polkit-agent-1)
|
||||
@ -132,6 +134,7 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
%{_datadir}/applications/gnome-shell.desktop
|
||||
%{_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-shell/
|
||||
%dir %{_datadir}/gnome-shell/extensions
|
||||
|
Loading…
Reference in New Issue
Block a user