[gnome-shell] Add a run-time dep on clutter 1.13.8

Debarshi Ray rishi at fedoraproject.org
Thu Mar 7 10:50:49 UTC 2013


commit 7e0146a8e2f5276c48c70d9f1cc8e92fd02c1706
Author: Debarshi Ray <debarshir at gnome.org>
Date:   Thu Mar 7 11:50:41 2013 +0100

    Add a run-time dep on clutter 1.13.8

 gnome-shell.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 2cbe15f..604bda3 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -13,7 +13,7 @@ Source0:        http://download.gnome.org/sources/gnome-shell/3.7/%{name}-%{vers
 # Replace Epiphany with Firefox in the default favourite apps list
 Patch1: gnome-shell-favourite-apps-firefox.patch
 
-%define clutter_version 1.13.4
+%define clutter_version 1.13.8
 %define gnome_bluetooth_version 3.5.5
 %define gobject_introspection_version 0.10.1
 %define gjs_version 1.35.4
@@ -70,6 +70,7 @@ BuildRequires:  gnome-bluetooth-libs-devel >= %{gnome_bluetooth_version}
 BuildRequires:  control-center
 # Bootstrap requirements
 BuildRequires: gtk-doc gnome-common
+Requires:       clutter%{?_isa} >= %{clutter_version}
 %ifnarch s390 s390x
 Requires:       gnome-bluetooth%{?_isa} >= %{gnome_bluetooth_version}
 %endif


More information about the scm-commits mailing list