From 36805744a14b74bd22c8fd821fd81886a2eb3df5 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 5 Apr 2011 16:26:34 -0400 Subject: [PATCH] Update to 3.0.0.1 Fixes bug where network menu could leave Clutter event handling stuck. --- .gitignore | 1 + gnome-shell.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62abf33..6ed2569 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ gnome-shell-2.31.5.tar.bz2 /gnome-shell-2.91.92.tar.bz2 /gnome-shell-2.91.93.tar.bz2 /gnome-shell-3.0.0.tar.bz2 +/gnome-shell-3.0.0.1.tar.bz2 diff --git a/gnome-shell.spec b/gnome-shell.spec index dbc2454..6d8ea4f 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,5 +1,5 @@ Name: gnome-shell -Version: 3.0.0 +Version: 3.0.0.1 Release: 1%{?dist} Summary: Window management and application launching for GNOME @@ -133,6 +133,10 @@ gconftool-2 --makefile-install-rule \ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %changelog +* Tue Apr 5 2011 Owen Taylor - 3.0.0.1-1 +- Update to 3.0.0.1 (fixes bug where network menu could leave + Clutter event handling stuck.) + * Mon Apr 4 2011 Owen Taylor - 3.0.0-1 - Update to 3.0.0 diff --git a/sources b/sources index f3cf1bb..7240999 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -afd800ebf70e6156ecc8f8f2dafb90b1 gnome-shell-3.0.0.tar.bz2 +f84fd69633f883926b9a0f1bd3c42024 gnome-shell-3.0.0.1.tar.bz2