Update to 3.15.2

This commit is contained in:
Florian Müllner 2014-11-27 15:34:14 +00:00
parent b1ced76ea2
commit 5e2d9bd9a2
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <fmuellner@redhat.com> - 3.15.2-1
- Update to 3.15.2
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
- Update to 3.15.1

View File

@ -1 +1 @@
1b068eb97ba1e2a9668cd97dca622bc7 gnome-shell-3.15.1.tar.xz
a84a42eea2ef812ca1f78c38616ce066 gnome-shell-3.15.2.tar.xz