Update to 3.21.90
This commit is contained in:
parent
9859cddb0b
commit
cbf710af21
1
.gitignore
vendored
1
.gitignore
vendored
@ -111,3 +111,4 @@ mutter-2.31.5.tar.bz2
|
|||||||
/mutter-3.21.2.tar.xz
|
/mutter-3.21.2.tar.xz
|
||||||
/mutter-3.21.3.tar.xz
|
/mutter-3.21.3.tar.xz
|
||||||
/mutter-3.21.4.tar.xz
|
/mutter-3.21.4.tar.xz
|
||||||
|
/mutter-3.21.90.tar.xz
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
From 991f2d696af5fcac3a419ae64623e9703ea4bb2f Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
|
||||||
Date: Wed, 20 Jul 2016 23:46:23 +0200
|
|
||||||
Subject: [PATCH] cogl-gles2: Don't leak gles2 types into mutter
|
|
||||||
|
|
||||||
On i686, the GLsizeiptr typedef in cogl-gles2.h conflicts with the
|
|
||||||
system GL headers, so make sure we don't include both.
|
|
||||||
|
|
||||||
https://bugzilla.gnome.org/show_bug.cgi?id=769014
|
|
||||||
---
|
|
||||||
cogl/cogl/cogl-gles2.h | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/cogl/cogl/cogl-gles2.h b/cogl/cogl/cogl-gles2.h
|
|
||||||
index a90d0ce..87a06f1 100644
|
|
||||||
--- a/cogl/cogl/cogl-gles2.h
|
|
||||||
+++ b/cogl/cogl/cogl-gles2.h
|
|
||||||
@@ -65,7 +65,7 @@
|
|
||||||
* conflicts we only expose the minimal set of GLES 2.0 types and enums
|
|
||||||
* publicly.
|
|
||||||
*/
|
|
||||||
-#ifdef COGL_COMPILATION
|
|
||||||
+#if defined(COGL_COMPILATION) || defined(COGL_ENABLE_MUTTER_API)
|
|
||||||
#include "cogl-gl-header.h"
|
|
||||||
#else
|
|
||||||
#include <cogl/cogl-gles2-types.h>
|
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
|||||||
%global libinput_version 0.8
|
%global libinput_version 0.8
|
||||||
|
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.21.4
|
Version: 3.21.90
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
|
|
||||||
@ -14,8 +14,6 @@ License: GPLv2+
|
|||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/%{name}/3.21/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/3.21/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: 0001-cogl-gles2-Don-t-leak-gles2-types-into-mutter.patch
|
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
@ -108,7 +106,6 @@ the functionality of the installed %{name} package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .fix-type-error-on-i686
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -183,6 +180,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/mutter/tests
|
%{_datadir}/mutter/tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.90-1
|
||||||
|
- Update to 3.21.90
|
||||||
|
|
||||||
* Wed Jul 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
|
* Wed Jul 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.4-1
|
||||||
- Update to 3.21.4
|
- Update to 3.21.4
|
||||||
- Drop downstream patch
|
- Drop downstream patch
|
||||||
|
Loading…
Reference in New Issue
Block a user