Update to 3.4.1

Added Conflicts: gnome-shell < 3.4.1 to make sure this can't be
installed with gnome-shell 3.4.0 because of an ABI change in
meta_display_add_keybinding().

https://mail.gnome.org/archives/gnome-announce-list/2012-April/msg00021.html
This commit is contained in:
Kalev Lember 2012-04-17 22:58:56 +03:00
parent dd6dd1b706
commit e064f06bff
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ mutter-2.31.5.tar.bz2
/mutter-3.3.90.tar.xz
/mutter-3.3.92.tar.xz
/mutter-3.4.0.tar.xz
/mutter-3.4.1.tar.xz

View File

@ -1,12 +1,12 @@
Name: mutter
Version: 3.4.0
Version: 3.4.1
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: http://download.gnome.org/sources/%{name}/3.3/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/%{name}/3.4/%{name}-%{version}.tar.xz
BuildRequires: clutter-devel >= 1.7.5
BuildRequires: pango-devel
@ -30,6 +30,10 @@ BuildRequires: gtk-doc gnome-common intltool
BuildRequires: libcanberra-devel
BuildRequires: gsettings-desktop-schemas-devel
# Make sure this can't be installed with an old gnome-shell build because of
# an ABI change in mutter 3.4.1 / gnome-shell 3.4.1
Conflicts: gnome-shell < 3.4.1
Requires: control-center-filesystem
Requires: startup-notification
Requires: dbus-x11
@ -127,6 +131,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%doc %{_mandir}/man1/mutter-window-demo.1.gz
%changelog
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
- Update to 3.4.1
- Conflict with gnome-shell versions older than 3.4.1
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
- Update to 3.4.0

View File

@ -1 +1 @@
fe2cb8d59872ef87344fff1d4362e3e4 mutter-3.4.0.tar.xz
3ca02d4ca270e8587643af405c10f57d mutter-3.4.1.tar.xz