[gnome-shell] Update to 2.91.0

Owen Taylor otaylor at fedoraproject.org
Mon Oct 4 22:32:16 UTC 2010


commit d981d41d5f1671703b311a836e7879db3ccde378
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Mon Oct 4 17:01:37 2010 -0400

    Update to 2.91.0

 .gitignore                                         |    1 +
 ...Disable-vblank-until-we-update-to-clutter.patch |   11 -----------
 gnome-shell.spec                                   |   19 ++++++++++---------
 sources                                            |    2 +-
 4 files changed, 12 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be31b60..5639eff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gnome-shell-2.31.5.tar.bz2
+/gnome-shell-2.91.0.tar.bz2
diff --git a/gnome-shell.spec b/gnome-shell.spec
index c77b60f..342e870 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,18 +1,18 @@
 Name:           gnome-shell
-Version:        2.31.5
-Release:        7%{?dist}
+Version:        2.91.0
+Release:        1%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
 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.27/%{name}-%{version}.tar.bz2
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-%define clutter_version 1.2.8
-%define gobject_introspection_version 0.9.2
-%define mutter_version 2.31.5
+%define clutter_version 1.4.0
+%define gobject_introspection_version 0.9.8
+%define mutter_version 2.91.0
 %define gjs_version 0.7
 
 BuildRequires:  clutter-devel >= %{clutter_version}
@@ -54,8 +54,6 @@ Requires:       mutter >= %{mutter_version}
 #Requires:       xorg-x11-server-Xephyr
 #Requires:       xorg-x11-xauth
 
-Patch0: 0001-workaround-Disable-vblank-until-we-update-to-clutter.patch
-
 %description
 GNOME Shell provides core user interface functions for the GNOME 3 desktop,
 like switching to windows and launching applications. GNOME Shell takes
@@ -65,7 +63,6 @@ easy to use experience.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -129,6 +126,10 @@ gconftool-2 --makefile-install-rule \
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 %changelog
+* Mon Oct  4 2010 Owen Taylor <otaylor at redhat.com> - 2.91.0-1
+- Update to 2.91.0
+- Remove patch to disable VBlank syncing
+
 * Thu Aug 12 2010 Colin Walters <walters at verbum.org> - 2.31.5-7
 - Add patch to disable vblank syncing
 
diff --git a/sources b/sources
index 51f6a52..60418dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec104431e34ed9fb98a3216f6ef9f0f0  gnome-shell-2.31.5.tar.bz2
+2ce6dc0ae8b307d6561a86e3818d2a8f  gnome-shell-2.91.0.tar.bz2


More information about the scm-commits mailing list