diff --git a/.gitignore b/.gitignore index 8035788..c7ec415 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ gnome-shell-2.31.5.tar.bz2 /gnome-shell-3.9.4.tar.xz /gnome-shell-3.9.5.tar.xz /gnome-shell-3.9.90.tar.xz +/gnome-shell-3.9.91.tar.xz diff --git a/gnome-shell-favourite-apps-firefox.patch b/gnome-shell-favourite-apps-firefox.patch index 206880a..6cf24f8 100644 --- a/gnome-shell-favourite-apps-firefox.patch +++ b/gnome-shell-favourite-apps-firefox.patch @@ -13,7 +13,7 @@ +++ b/js/ui/appFavorites.js @@ -24,6 +24,12 @@ const AppFavorites = new Lang.Class({ - _reload: function() { + reload: function() { let ids = global.settings.get_strv(this.FAVORITE_APPS_KEY); + // Fedora: Replace old mozilla-firefox.desktop with firefox.desktop, + for (let i = 0; i < ids.length; i++) { diff --git a/gnome-shell.spec b/gnome-shell.spec index ff59f6c..a2f6ca7 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,5 +1,5 @@ Name: gnome-shell -Version: 3.9.90 +Version: 3.9.91 Release: 1%{?dist} Summary: Window management and application launching for GNOME @@ -17,7 +17,7 @@ Patch1: gnome-shell-favourite-apps-firefox.patch %define gnome_bluetooth_version 1:3.9.0 %define gobject_introspection_version 0.10.1 %define gjs_version 1.35.4 -%define mutter_version 3.9.90 +%define mutter_version 3.9.91 %define eds_version 3.5.3 %define gnome_desktop_version 3.7.90 %define gnome_menus_version 3.5.3 @@ -177,6 +177,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %exclude %{_datadir}/gtk-doc %changelog +* Tue Sep 03 2013 Florian Müllner - 3.9.91-1 +- Update to 3.9.91 + * Thu Aug 22 2013 Florian Müllner - 3.9.90-1 - Update to 3.9.90 diff --git a/sources b/sources index d5cbab3..b9890c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -785341f5fb67e90203e4f17fbf0ea692 gnome-shell-3.9.90.tar.xz +54eb1f5a324d0e9b0424ee5873055cc5 gnome-shell-3.9.91.tar.xz