Update to 3.15.90

This commit is contained in:
Florian Müllner
2015-02-20 18:34:25 +01:00
parent 90b5961696
commit 4e5f58db61
5 changed files with 7 additions and 160 deletions

View File

@@ -1,8 +1,8 @@
%global clutter_version 1.19.6-3
Name: mutter
Version: 3.15.4
Release: 2%{?dist}
Version: 3.15.90
Release: 1%{?dist}
Summary: Window and compositing manager based on Clutter
Group: User Interface/Desktops
@@ -11,10 +11,6 @@ License: GPLv2+
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/%{name}/3.15/%{name}-%{version}.tar.xz
Patch0: dont-depend-on-unreleased-wayland.patch
# Backport ad90b7dd to fix BGO #743412 / RHBZ #1185811
Patch1: 0001-monitor-manager-Initialize-MetaOutput-even-when-we-c.patch
BuildRequires: clutter-devel >= %{clutter_version}
BuildRequires: pango-devel
BuildRequires: startup-notification-devel
@@ -96,8 +92,6 @@ the functionality of the installed %{name} package.
%prep
%setup -q
%patch0 -p1 -b .dont-depend-on-unreleased-wayland
%patch1 -p1 -b .metaoutput-initialize
%build
autoreconf -f -i
@@ -168,6 +162,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/mutter/tests
%changelog
* Fri Feb 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.90-1
- Update to 3.15.90
* Mon Feb 02 2015 Adam Williamson <awilliam@redhat.com> - 3.15.4-2
- backport ad90b7dd to fix BGO #743412 / RHBZ #1185811