From 6fa4b55df2ac47b14910131b4bf5793229bdc3a2 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 8 Apr 2011 16:31:55 +0200 Subject: [PATCH] Update to 3.0.0.2 Fixes missing import that was preventing extensions from loading. --- .gitignore | 1 + gnome-shell.spec | 4 +++- sources | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6ed2569..5c9ee7f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ gnome-shell-2.31.5.tar.bz2 /gnome-shell-2.91.93.tar.bz2 /gnome-shell-3.0.0.tar.bz2 /gnome-shell-3.0.0.1.tar.bz2 +/gnome-shell-3.0.0.2.tar.bz2 diff --git a/gnome-shell.spec b/gnome-shell.spec index bad7d2e..09faf25 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,5 +1,5 @@ Name: gnome-shell -Version: 3.0.0.1 +Version: 3.0.0.2 Release: 1%{?dist} Summary: Window management and application launching for GNOME @@ -134,6 +134,8 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %changelog * Fri Apr 08 2011 Nils Philippsen - 3.0.0.2-1 +- Update to 3.0.0.2 (fixes missing import that was preventing extensions from + loading.) - Update source URL * Tue Apr 5 2011 Owen Taylor - 3.0.0.1-1 diff --git a/sources b/sources index 7240999..5bb9281 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f84fd69633f883926b9a0f1bd3c42024 gnome-shell-3.0.0.1.tar.bz2 +3d95ad1e1d174ffe204ae9d9a0c3009c gnome-shell-3.0.0.2.tar.bz2