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/0001-workaround-Disable-vblank-until-we-update-to-clutter.patch b/0001-workaround-Disable-vblank-until-we-update-to-clutter.patch deleted file mode 100644 index 6ff81f2..0000000 --- a/0001-workaround-Disable-vblank-until-we-update-to-clutter.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up gnome-shell-2.31.5/src/gnome-shell.in.jx gnome-shell-2.31.5/src/gnome-shell.in ---- gnome-shell-2.31.5/src/gnome-shell.in.jx 2010-06-25 12:47:26.000000000 -0400 -+++ gnome-shell-2.31.5/src/gnome-shell.in 2010-08-12 14:44:39.000000000 -0400 -@@ -213,6 +213,7 @@ def start_shell(perf_output=None): - env = dict(os.environ) - env.update({'GNOME_SHELL_JS' : '@GJS_JS_DIR@:@GJS_JS_NATIVE_DIR@:' + js_dir, - 'PATH' : '@MUTTER_BIN_DIR@:' + os.environ.get('PATH', ''), -+ 'CLUTTER_VBLANK' : 'none', - 'XDG_CONFIG_DIRS' : '@sysconfdir@/xdg:' + (os.environ.get('XDG_CONFIG_DIRS') or '/etc/xdg'), - 'GNOME_DISABLE_CRASH_DIALOG' : '1'}) - 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 - 2.91.0-1 +- Update to 2.91.0 +- Remove patch to disable VBlank syncing + * Thu Aug 12 2010 Colin Walters - 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