Accepting request 68602 from home:fcrozat:branches:GNOME:Factory

thanks

OBS-URL: https://build.opensuse.org/request/show/68602
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=55
This commit is contained in:
Vincent Untz 2011-04-28 06:50:20 +00:00 committed by Git OBS Bridge
parent 22a0551d21
commit e171ccedbd
6 changed files with 55 additions and 27 deletions

View File

@ -7,7 +7,7 @@ Index: gnome-shell-2.91.91/data/org.gnome.shell.gschema.xml.in
</key>
<key name="favorite-apps" type="as">
- <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ]</default>
+ <default>[ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ]</default>
+ <default>[ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'writer.desktop', 'nautilus.desktop' ]</default>
<_summary>List of desktop file IDs for favorite applications</_summary>
<_description>
The applications corresponding to these identifiers

View File

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

View File

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

View File

@ -1,20 +0,0 @@
--- g-s/src/main.c
+++ g-s/src/main.c
@@ -458,3 +458,17 @@ main (int argc, char **argv)
return meta_run ();
}
+
+#if HAVE_BLUETOOTH
+/* HACK:
+ Add a non-static function that calls into libgnome-bluetooth-applet.so,
+ to avoid the linker being too smart and removing the dependency.
+ This function is never actually called.
+*/
+extern GType bluetooth_applet_get_type(void);
+void _shell_link_to_bluetooth(void);
+
+void _shell_link_to_bluetooth(void) {
+ bluetooth_applet_get_type();
+}
+#endif

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
Wed Apr 27 15:02:06 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.1:
+ Network menu:
- bgo#646395: fix problems updating the menu for mobile
broadband devices.
- bgo#646074: fix missing device descriptions with multiple
devices of the same type.
- bgo#646141: label ad-hoc neworks with an appropriate icon.
- bgo#646946: fix displaying some devices states as "invalid".
- bgo#647040: fix problems with access points that don't report
a SSID.
- Miscellaneous minor bug fixes: bgo#645981, bgo#646558,
bgo#646443, bgo#646708, bgo#646968.
+ Application menu and icon:
- bgo#644122: fix bug where application menu icon was missing
at GNOME Shell startup.
- bgo#647082: fix missing application menu for dialog windows.
- bgo#646689: when launching an application through an
alternate launcher (like for a System Settings pane),
association the windows with the application, not the
launcher.
+ Activities overview:
- bgo#647778: load the applications view incrementally to avoid
potentially freezing for multiple seconds.
- bgo#645801: fix bug where package installation while the
overview was up could result in a corrupted application
display.
- bgo#645990: fix dragging from the search results to launch
apps and docs.
- bgo#646019: fix flickering of selection when searching in the
overview.
- bgo#636341: fix bug when typing into the search box when text
was already selected.
+ bgo#646921: fix layout of notifications for right-to-left
languages.
+ bgo#648132: remove a confusing special case where Alt-Tab
sometimes switched to a different window of the same
application rather than to a different application.
+ bgo#648132: fix a crash that could happen when a window was
opened on a workspace that was immediately removed.
+ bgo#646740: fix keyboard navigation in logout/reboot dialogs.
+ Fix missing inspector icon in Looking Glass console.
+ Miscellaneous minor bug fixes: bgo#645648, bgo#646205,
bgo#646257, bgo#646855, bgo#647098, bgo#646730.
- Update default-applications.patch to use correct .desktop
filename for libreoffice.
- Drop gnome-shell-fix-gnome-bluetooth.patch: fixed upstream.
-------------------------------------------------------------------
Thu Apr 7 08:43:28 UTC 2011 - fcrozat@novell.com

View File

@ -18,14 +18,13 @@
Name: gnome-shell
Version: 3.0.0.2
Version: 3.0.1
Release: 1
License: GPLv2+
Summary: GNOME Shell
Group: System/GUI/GNOME
Url: http://live.gnome.org/GnomeShell
Source: %{name}-%{version}.tar.bz2
Patch1: gnome-shell-fix-gnome-bluetooth.patch
Patch2: default-applications.patch
BuildRequires: intltool
BuildRequires: translation-update-upstream
@ -82,7 +81,6 @@ documents, and organizing open windows in GNOME.
%prep
%setup -q
translation-update-upstream
%patch1 -p1
%if 0%{?suse_version} >= 1140
%patch2 -p1
%endif