Update to 2.91.1
This commit is contained in:
parent
d981d41d5f
commit
6f19743a5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
gnome-shell-2.31.5.tar.bz2
|
gnome-shell-2.31.5.tar.bz2
|
||||||
/gnome-shell-2.91.0.tar.bz2
|
/gnome-shell-2.91.0.tar.bz2
|
||||||
|
/gnome-shell-2.91.1.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 2.91.0
|
Version: 2.91.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window management and application launching for GNOME
|
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 clutter_version 1.4.0
|
||||||
%define gobject_introspection_version 0.9.8
|
%define gobject_introspection_version 0.9.8
|
||||||
%define mutter_version 2.91.0
|
%define mutter_version 2.91.1
|
||||||
%define gjs_version 0.7
|
%define gjs_version 0.7.5
|
||||||
|
|
||||||
BuildRequires: clutter-devel >= %{clutter_version}
|
BuildRequires: clutter-devel >= %{clutter_version}
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
@ -126,6 +126,9 @@ gconftool-2 --makefile-install-rule \
|
|||||||
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 29 2010 Owen Taylor <otaylor@redhat.com> - 2.91.1-1
|
||||||
|
- Update to 2.91.1
|
||||||
|
|
||||||
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
|
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
|
||||||
- Update to 2.91.0
|
- Update to 2.91.0
|
||||||
- Remove patch to disable VBlank syncing
|
- Remove patch to disable VBlank syncing
|
||||||
|
Loading…
Reference in New Issue
Block a user