diff --git a/default-applications.patch b/default-applications.patch deleted file mode 100644 index 102decc..0000000 --- a/default-applications.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: gnome-shell-2.91.91/data/org.gnome.shell.gschema.xml.in -=================================================================== ---- gnome-shell-2.91.91.orig/data/org.gnome.shell.gschema.xml.in -+++ gnome-shell-2.91.91/data/org.gnome.shell.gschema.xml.in -@@ -30,7 +30,7 @@ - - - -- [ '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', '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.2.tar.bz2 b/gnome-shell-3.0.2.tar.bz2 deleted file mode 100644 index 400914f..0000000 --- a/gnome-shell-3.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a44963877da895d9b9f1ea98617067c5e88a5c4b414c6ccf0fcbfacdeac7db95 -size 1073613 diff --git a/gnome-shell-3.1.3.tar.bz2 b/gnome-shell-3.1.3.tar.bz2 new file mode 100644 index 0000000..afec46c --- /dev/null +++ b/gnome-shell-3.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba96419fb8ae82423c7254a5afddcf45686f75e2cc809e71cc1f11d644109fe +size 1126629 diff --git a/gnome-shell.changes b/gnome-shell.changes index 8c69036..4beec7d 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Jul 7 11:37:44 CEST 2011 - vuntz@opensuse.org + +- Drop default-applications.patch: the default applications are now + set in gio-branding. Fix bnc#689610. + +------------------------------------------------------------------- +Sat Jul 2 09:32:38 CEST 2011 - vuntz@opensuse.org + +- Remove hack to use Meta-3.1.gir for the build: mutter 3.1.3.1 + reverted back to Meta-3.0.gir. +- Remove gjs Requires: gnome-shell is now a binary, and uses + libgjs, not the gjs binary. +- Add gnome-bluetooth, gnome-control-center, gnome-power-manager, + gnome-screensaver, NetworkManager-gnome Requires: the bluetooth, + power and network system icons, and the "System settings"/"Lock + screen" menu items need the services provided by those packages + to work. + +------------------------------------------------------------------- +Fri Jul 1 09:16:09 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.1.3: + + Bluetooth + - Show "hardware disabled" when disabled by rfkill + - Fix bug updating status of devices + + LookingGlass console: + - Add a "Memory" tab + - Make escape work from any page + - Provide a way to refer to panel items as, e.g., + Main.panel._activities + + Networking + - keep wirelesss networks in predictable order + - Show unmanaged devices in the menu + - Fix overflow with too many VPN connections + + Telepathy IM framework integration: + - Switch to using telepathy-glib rather than talking to + Telepathy via D-Bus + - Acknowledge messages when the user clicks on them + - Fix problem with telepathy icon blinking for incoming + messages even though the user has been notified of them + + User menu + - Fix problem with suspend menu option locking the screen even + when the user disabled that. + - Hide "power off..." option if shutdown is disabled via + PolicyKit + + bgo#650971: Fix problem with "user theme extension" breaking + the CSS for other extensions + + Track changes to WM_CLASS: fixes problems with LibreOffice + tracking + + Remove app tracking workarounds for Firefox and LibreOffice + + Use upstream gettext autoconfigury rather than glib version + + Show messages in the message tray when an application is + fullscreen + + Don't autohide the workspace pager if there is more than one + workspace + + Don't always slide out the workspace pager at drag begin + + Only offer to remove a favorite app when dragging it's icon + + Allow dropping an icon anywhere on a workspace + + st-scroll-view: Make the fade effect and offset themable + + Obey the user's preference when running an application in a + terminal from the run dialog + + Consistently exit overview when launching external applications + + Adapt to changes in GJS for how GObject APIs are bound + + Fix problems with scrolling in overflow for alt-Tab switcher + + Mark relationships between labels and actors for accessibility + + Add org.gnome.shell.enabled-extensions complementing + disabled-extensions GSetting + + Visual tweaks + + Switch to building against clutter-1.7 with independent Cogl + + Code cleanups + + Memory leak fixes + + Build Fixes + + Bugs fixed: bgo#608667, bgo#620105, bgo#631576, bgo#633620, + bgo#639459, bgo#641570, bgo#642793, bgo#642895, bgo#643513, + bgo#643594, bgo#645031, bgo#645585, bgo#645848, bgo#645990, + bgo#646261, bgo#646580, bgo#646915, bgo#646919, bgo#646946, + bgo#647186, bgo#647303, bgo#647395, bgo#647565, bgo#647807, + bgo#647893, bgo#647907, bgo#648006, bgo#648048, bgo#648305, + bgo#648410, bgo#648422, bgo#648562, bgo#648755, bgo#648758, + bgo#648760, bgo#648894, bgo#649001, bgo#649203, bgo#649315, + bgo#649508, bgo#649517, bgo#649633, bgo#649981, bgo#650317, + bgo#650692, bgo#650869, bgo#650934, bgo#651012, bgo#651015, + bgo#651086, bgo#651088, bgo#651138, bgo#651227, bgo#651569, + bgo#651602, bgo#651606, bgo#651813, bgo#651866, bgo#652038, + bgo#652079, bgo#652313, bgo#652327, bgo#652388, bgo#652597, + bgo#652714, bgo#652715, bgo#652730, bgo#653078, bgo#653095, + bgo#653142, bgo#653199, bgo#653275, bgo#653397, bgo#653511. +- Drop gnome-shell-no-file_get_contents.patch: fixed upstream. +- Add a hack to fix build against Mutter 3.1.3, which changed + Meta-3.0.gir to Meta-3.1.gir. A simple find/replace in + src/Makefile.{am,in} is enough. The build will fail with a new + tarball that will have this fixed, to ensure the hack gets + removed again. Reported as bgo#653795. + +------------------------------------------------------------------- +Mon Jun 27 15:47:54 CEST 2011 - vuntz@opensuse.org + +- Add gnome-shell-no-file_get_contents.patch to fix a crash on + startup. This is taken from git. + ------------------------------------------------------------------- Thu Jun 9 12:42:42 CEST 2011 - vuntz@opensuse.org diff --git a/gnome-shell.spec b/gnome-shell.spec index a4398ab..3518210 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -18,14 +18,13 @@ Name: gnome-shell -Version: 3.0.2 -Release: 2 +Version: 3.1.3 +Release: 1 License: GPLv2+ Summary: GNOME Shell Group: System/GUI/GNOME Url: http://live.gnome.org/GnomeShell -Source: %{name}-%{version}.tar.bz2 -Patch2: default-applications.patch +Source: http://download.gnome.org/sources/gnome-shell/3.1/%{name}-%{version}.tar.bz2 BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files @@ -57,12 +56,22 @@ BuildRequires: pkgconfig(telepathy-logger-0.2) BuildRequires: pkgconfig(xfixes) Requires: dbus-1-python Requires: gdk-pixbuf-loader-rsvg -Requires: gjs Requires: gnome-icon-theme-symbolic Requires: gnome-session # For a GSettings schema Requires: gnome-settings-daemon Requires: gsettings-desktop-schemas +## Finally, dependencies for session services that are needed for system icons and the user menu +# bluetooth system icon +Requires: gnome-bluetooth +# "System settings" menu item +Requires: gnome-control-center +# power system icon +Requires: gnome-power-manager +# "Lock screen" menu item +Requires: gnome-screensaver +# network system icon +Requires: NetworkManager-gnome Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq @@ -77,9 +86,6 @@ documents, and organizing open windows in GNOME. %prep %setup -q translation-update-upstream -%if 0%{?suse_version} >= 1140 -%patch2 -p1 -%endif %build %configure \