From e171ccedbd294eefc6546db527704aef6f691decf832085c74f30ecbf45587cf Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 28 Apr 2011 06:50:20 +0000 Subject: [PATCH] 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 --- default-applications.patch | 2 +- gnome-shell-3.0.0.2.tar.bz2 | 3 -- gnome-shell-3.0.1.tar.bz2 | 3 ++ gnome-shell-fix-gnome-bluetooth.patch | 20 ----------- gnome-shell.changes | 50 +++++++++++++++++++++++++++ gnome-shell.spec | 4 +-- 6 files changed, 55 insertions(+), 27 deletions(-) delete mode 100644 gnome-shell-3.0.0.2.tar.bz2 create mode 100644 gnome-shell-3.0.1.tar.bz2 delete mode 100644 gnome-shell-fix-gnome-bluetooth.patch diff --git a/default-applications.patch b/default-applications.patch index 582e547..102decc 100644 --- a/default-applications.patch +++ b/default-applications.patch @@ -7,7 +7,7 @@ Index: gnome-shell-2.91.91/data/org.gnome.shell.gschema.xml.in - [ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ] -+ [ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ] ++ [ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'writer.desktop', 'nautilus.desktop' ] <_summary>List of desktop file IDs for favorite applications <_description> The applications corresponding to these identifiers diff --git a/gnome-shell-3.0.0.2.tar.bz2 b/gnome-shell-3.0.0.2.tar.bz2 deleted file mode 100644 index 76e80cd..0000000 --- a/gnome-shell-3.0.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5563b6374e84795526928ab398316611f94385ce0b278ef71769ff12498e4532 -size 1061447 diff --git a/gnome-shell-3.0.1.tar.bz2 b/gnome-shell-3.0.1.tar.bz2 new file mode 100644 index 0000000..b226f39 --- /dev/null +++ b/gnome-shell-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f7ae942ba9687a5e67d62423843ed404d77b35f74acc212a5f391beed8e079 +size 1067416 diff --git a/gnome-shell-fix-gnome-bluetooth.patch b/gnome-shell-fix-gnome-bluetooth.patch deleted file mode 100644 index 56478d6..0000000 --- a/gnome-shell-fix-gnome-bluetooth.patch +++ /dev/null @@ -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 diff --git a/gnome-shell.changes b/gnome-shell.changes index 8a7d4a8..6942991 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -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 diff --git a/gnome-shell.spec b/gnome-shell.spec index b492107..eea29ad 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -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