[gnome-shell/f16] Update to 3.1.91.1

Owen Taylor otaylor at fedoraproject.org
Wed Sep 14 23:58:15 UTC 2011


commit d4d7adba10a1aa6e8b80af8ffbda2b0ac0cbce74
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Wed Sep 14 19:57:11 2011 -0400

    Update to 3.1.91.1

 .gitignore       |    1 +
 gnome-shell.spec |   26 +++++++++++++-------------
 sources          |    2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7ec145..7b47187 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ gnome-shell-2.31.5.tar.bz2
 /gnome-shell-3.1.4-gite7b9933.tar.bz2
 /gnome-shell-3.1.90.1.tar.xz
 /gnome-shell-3.1.91.tar.xz
+/gnome-shell-3.1.91.1.tar.xz
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 9cb246e..4b1eaf5 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,7 +1,6 @@
-
 Name:           gnome-shell
-Version:        3.1.91
-Release:        3%{?dist}
+Version:        3.1.91.1
+Release:        1%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -18,6 +17,7 @@ Patch1: gnome-shell-favourite-apps-firefox.patch
 %define gobject_introspection_version 0.10.1
 %define mutter_version 3.0.0
 %define eds_version 2.91.6
+%define json_glib_version 0.13.2
 
 BuildRequires:  chrpath
 BuildRequires:  clutter-devel >= %{clutter_version}
@@ -29,6 +29,7 @@ BuildRequires:  glib2-devel
 BuildRequires:  gnome-menus-devel >= 3.1.5-2.fc16
 BuildRequires:  gnome-desktop3-devel
 BuildRequires:  gobject-introspection >= %{gobject_introspection_version}
+BuildRequires:  json-glib-devel >= %{json_glib_version}
 BuildRequires:  upower-devel
 BuildRequires:  NetworkManager-glib-devel
 BuildRequires:  polkit-devel
@@ -60,19 +61,13 @@ 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
-Requires:       glx-utils
 # needed for loading SVG's via gdk-pixbuf
 Requires:       librsvg2
 # needed as it is now split from Clutter
-Requires:       json-glib
+Requires:       json-glib >= %{json_glib_version}
+# For $libdir/mozilla/plugins
+Requires:       mozilla-filesystem
 Requires:       mutter >= %{mutter_version}
-# These are needed to run gnome-shell nested Xephyr mode, but that's a
-# developer-only thing and unlikely to be interesting for a normal user
-#Requires:       xorg-x11-server-Xephyr
-#Requires:       xorg-x11-xauth
 Requires:       upower
 Requires:       polkit >= 0.100
 # needed for schemas
@@ -102,7 +97,7 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
-rm -rf %{buildroot}/%{_libdir}/mutter/plugins/*.la
+rm -rf %{buildroot}/%{_libdir}/mozilla/plugins/*.la
 
 desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop
 
@@ -126,6 +121,7 @@ chrpath -r %{_libdir}/gnome-bluetooth $RPM_BUILD_ROOT%{_libdir}/gnome-shell/libg
 %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
 %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
 %{_libdir}/gnome-shell/
+%{_libdir}/mozilla/plugins/*.so
 %{_libexecdir}/gnome-shell-calendar-server
 %{_libexecdir}/gnome-shell-perf-helper
 %{_libexecdir}/gnome-shell-hotplug-sniffer
@@ -159,6 +155,10 @@ gconftool-2 --makefile-install-rule \
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 %changelog
+* Wed Sep 14 2011 Owen Taylor <otaylor at redhat.com> - 3.1.91.1-1
+- Update to 3.1.91.1 (adds browser plugin)
+  Update Requires
+
 * Thu Sep 08 2011 Dan Horák <dan[at]danny.cz> - 3.1.91-3
 - workaround a chrpath issue on s390(x)
 
diff --git a/sources b/sources
index 934e6b0..f2c066f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0bd0fdf1e45bf467f650d55e97a15fdb  gnome-shell-3.1.91.tar.xz
+938e2899de498a66e121829e784a8999  gnome-shell-3.1.91.1.tar.xz


More information about the scm-commits mailing list