diff --git a/.gitignore b/.gitignore index 28cab41..2f36f98 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ gnome-shell-2.31.5.tar.bz2 /gnome-shell-3.14.0.tar.xz /gnome-shell-3.14.1.tar.xz /gnome-shell-3.15.1.tar.xz +/gnome-shell-3.15.2.tar.xz diff --git a/gnome-shell.spec b/gnome-shell.spec index 7067132..7ae1467 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,5 +1,5 @@ Name: gnome-shell -Version: 3.15.1 +Version: 3.15.2 Release: 1%{?dist} Summary: Window management and application launching for GNOME @@ -17,7 +17,7 @@ Patch1: gnome-shell-favourite-apps-firefox.patch %define gnome_bluetooth_version 1:3.9.0 %define gobject_introspection_version 1.41.0 %define gjs_version 1.39.0 -%define mutter_version 3.14.1 +%define mutter_version 3.15.2 %define eds_version 3.5.3 %define gnome_desktop_version 3.7.90 %define json_glib_version 0.13.2 @@ -56,6 +56,7 @@ BuildRequires: gtk3-devel BuildRequires: intltool BuildRequires: libcanberra-devel BuildRequires: libcroco-devel >= %{libcroco_version} +BuildRequires: python3 # for barriers BuildRequires: libXfixes-devel >= 5.0 @@ -104,6 +105,8 @@ Requires: clutter%{?_isa} >= %{clutter_version} Requires: control-center # needed for captive portal support Requires: NetworkManager-config-connectivity-fedora +# needed by some utilities +Requires: python3%{_isa} %description GNOME Shell provides core user interface functions for the GNOME 3 desktop, @@ -176,6 +179,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %exclude %{_datadir}/gtk-doc %changelog +* Thu Nov 27 2014 Florian Müllner - 3.15.2-1 +- Update to 3.15.2 + * Thu Oct 30 2014 Florian Müllner - 3.15.1-1 - Update to 3.15.1 diff --git a/sources b/sources index 73c28b6..4933d7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b068eb97ba1e2a9668cd97dca622bc7 gnome-shell-3.15.1.tar.xz +a84a42eea2ef812ca1f78c38616ce066 gnome-shell-3.15.2.tar.xz