Update to 2.91.0

This commit is contained in:
Owen W. Taylor 2010-10-04 16:51:30 -04:00
parent 0278d17066
commit 30dcffbd7f
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
mutter-2.31.5.tar.bz2
/mutter-2.91.0.tar.bz2

View File

@ -1,18 +1,18 @@
Name: mutter
Version: 2.31.5
Release: 4%{?dist}
Version: 2.91.0
Release: 1%{?dist}
Summary: Window and compositing manager based on Clutter
Group: User Interface/Desktops
License: GPLv2+
#VCS: git:git://git.gnome.org/mutter
Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.31/%{name}-%{version}.tar.bz2
Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.91/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: clutter-devel
BuildRequires: clutter-devel >= 1.4.0
BuildRequires: pango-devel
BuildRequires: startup-notification-devel
BuildRequires: gtk3-devel
BuildRequires: gtk3-devel >= 2.91.0
BuildRequires: pkgconfig
BuildRequires: GConf2-devel
BuildRequires: gobject-introspection-devel
@ -147,6 +147,9 @@ gconftool-2 --makefile-install-rule \
%doc %{_mandir}/man1/mutter-window-demo.1.gz
%changelog
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
- Update to 2.91.0
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-4
- Rebuild against newer gobject-introspection

View File

@ -1 +1 @@
0bec58091d4a3b1df6d5d6c05a1dd7cd mutter-2.31.5.tar.bz2
876d7186edcbced8b067ffe33e9390da mutter-2.91.0.tar.bz2