diff --git a/.gitignore b/.gitignore index 5639eff..6b0c170 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ gnome-shell-2.31.5.tar.bz2 /gnome-shell-2.91.0.tar.bz2 +/gnome-shell-2.91.1.tar.bz2 diff --git a/gnome-shell.spec b/gnome-shell.spec index 342e870..0e37406 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,5 +1,5 @@ Name: gnome-shell -Version: 2.91.0 +Version: 2.91.1 Release: 1%{?dist} Summary: Window management and application launching for GNOME @@ -12,8 +12,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %define clutter_version 1.4.0 %define gobject_introspection_version 0.9.8 -%define mutter_version 2.91.0 -%define gjs_version 0.7 +%define mutter_version 2.91.1 +%define gjs_version 0.7.5 BuildRequires: clutter-devel >= %{clutter_version} BuildRequires: dbus-glib-devel @@ -126,6 +126,9 @@ gconftool-2 --makefile-install-rule \ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %changelog +* Fri Oct 29 2010 Owen Taylor - 2.91.1-1 +- Update to 2.91.1 + * Mon Oct 4 2010 Owen Taylor - 2.91.0-1 - Update to 2.91.0 - Remove patch to disable VBlank syncing diff --git a/sources b/sources index 60418dd..63a978e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ce6dc0ae8b307d6561a86e3818d2a8f gnome-shell-2.91.0.tar.bz2 +a4592aafebe032e126604304391ceb03 gnome-shell-2.91.1.tar.bz2