From c571d67eff5dec7d5818e726d43a97dab6bfb076 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sep 05 2009 00:35:37 +0000 Subject: - Update to 2.27.2 - Add an explicit dep on gobject-introspection 0.6.5 which is required for the new version --- diff --git a/.cvsignore b/.cvsignore index 4d79e4b..2682c08 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ gnome-shell-2.27.0.tar.bz2 gnome-shell-2.27.1.tar.bz2 +gnome-shell-2.27.2.tar.bz2 diff --git a/gnome-shell.spec b/gnome-shell.spec index 1a18234..c941210 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell -Version: 2.27.1 -Release: 4 +Version: 2.27.2 +Release: 1 Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -10,6 +10,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.27/%{name}- BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %define clutter_version 1.0.0 +%define gobject_introspection_version 0.6.5 %define mutter_version 2.27.3 BuildRequires: clutter-devel >= %{clutter_version} @@ -20,6 +21,7 @@ BuildRequires: gjs-devel BuildRequires: glib2-devel BuildRequires: gnome-desktop-devel BuildRequires: gnome-menus-devel +BuildRequires: gobject-introspection > %{gobject_introspection_version} # for screencast recorder functionality BuildRequires: gstreamer-devel BuildRequires: gtk2-devel @@ -34,6 +36,7 @@ Requires: desktop-effects Requires: GConf2 # wrapper script uses to restart old GNOME session if run --replace # from the command line +Requires: gobject-introspection > %{gobject_introspection_version} Requires: gnome-python2-gconf Requires: pygobject2 # wrapper script uses to figure out available GLX capabilities @@ -115,6 +118,11 @@ gconftool-2 --makefile-install-rule \ > /dev/null || : %changelog +* Fri Sep 4 2009 Owen Taylor - 2.27.2-1 +- Update to 2.27.2 +- Add an explicit dep on gobject-introspection 0.6.5 which is required + for the new version + * Sat Aug 29 2009 Owen Taylor - 2.27.1-4 - Fix GConf %%preun script to properly be for package removal diff --git a/sources b/sources index f0cc817..3ae5396 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -545c430995be8cd3c7b997f244135135 gnome-shell-2.27.1.tar.bz2 +a24dfca62f92623ceaca66bdc99ceda1 gnome-shell-2.27.2.tar.bz2