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:
parent
dd6dd1b706
commit
e064f06bff
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ mutter-2.31.5.tar.bz2
|
|||||||
/mutter-3.3.90.tar.xz
|
/mutter-3.3.90.tar.xz
|
||||||
/mutter-3.3.92.tar.xz
|
/mutter-3.3.92.tar.xz
|
||||||
/mutter-3.4.0.tar.xz
|
/mutter-3.4.0.tar.xz
|
||||||
|
/mutter-3.4.1.tar.xz
|
||||||
|
12
mutter.spec
12
mutter.spec
@ -1,12 +1,12 @@
|
|||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.4.0
|
Version: 3.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
#VCS: git:git://git.gnome.org/mutter
|
#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: clutter-devel >= 1.7.5
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
@ -30,6 +30,10 @@ BuildRequires: gtk-doc gnome-common intltool
|
|||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: gsettings-desktop-schemas-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: control-center-filesystem
|
||||||
Requires: startup-notification
|
Requires: startup-notification
|
||||||
Requires: dbus-x11
|
Requires: dbus-x11
|
||||||
@ -127,6 +131,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
|||||||
%doc %{_mandir}/man1/mutter-window-demo.1.gz
|
%doc %{_mandir}/man1/mutter-window-demo.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
||||||
- Update to 3.4.0
|
- Update to 3.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user