diff --git a/.gitignore b/.gitignore index 64c6c24..62fb6f7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ gnome-shell-2.31.5.tar.bz2 /gnome-shell-2.91.6.tar.bz2 /gnome-shell-2.91.90.tar.bz2 /gnome-shell-2.91.91.tar.bz2 +/gnome-shell-2.91.92.tar.bz2 diff --git a/gnome-shell.spec b/gnome-shell.spec index fb9dd53..a186819 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell -Version: 2.91.91 -Release: 2%{?dist} +Version: 2.91.92 +Release: 1%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -8,8 +8,6 @@ License: GPLv2+ URL: http://live.gnome.org/GnomeShell #VCS: git:git://git.gnome.org/gnome-shell Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-%{version}.tar.bz2 -# patch from https://bugzilla.gnome.org/show_bug.cgi?id=644206 -Patch0: gnome-shell-2.91.91-multihead_alt_tab.patch %define clutter_version 1.4.0 %define gobject_introspection_version 0.10.1 @@ -73,7 +71,6 @@ easy to use experience. %prep %setup -q -%patch0 -p1 -b .multihead_alt_tab %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; @@ -136,6 +133,9 @@ gconftool-2 --makefile-install-rule \ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %changelog +* Wed Mar 23 2011 Matthias Clasen - 2.91.92-1 +- Update to 2.91.92 + * Wed Mar 16 2011 Michel Salim - 2.91.91-2 - Fix alt-tab behavior on when primary display is not leftmost (# 683932) diff --git a/sources b/sources index ba05ffc..f0385f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fdd89714c9ae3bfffe56cf3199219cf6 gnome-shell-2.91.91.tar.bz2 +9e34b881a7a3ad6d8bd2d821e63986d0 gnome-shell-2.91.92.tar.bz2