Update to 3.9.91

This commit is contained in:
Florian Müllner 2013-09-03 02:06:00 +02:00
parent 5f89cfb6ce
commit 10664ef02c
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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++) {

View File

@ -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 <fmuellner@redhat.com> - 3.9.91-1
- Update to 3.9.91
* Thu Aug 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.90-1
- Update to 3.9.90

View File

@ -1 +1 @@
785341f5fb67e90203e4f17fbf0ea692 gnome-shell-3.9.90.tar.xz
54eb1f5a324d0e9b0424ee5873055cc5 gnome-shell-3.9.91.tar.xz