Some fixes to get building. Still needs patch1 rebased.
This commit is contained in:
parent
a7812148c2
commit
137edd215e
12
mutter-3.23.2-eglformat-security.patch
Normal file
12
mutter-3.23.2-eglformat-security.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Nur mutter-3.32.2.orig/src/backends/meta-egl.c mutter-3.23.2/src/backends/meta-egl.c
|
||||||
|
--- mutter-3.32.2.orig/src/backends/meta-egl.c 2016-11-22 08:27:46.000000000 -0700
|
||||||
|
+++ mutter-3.23.2/src/backends/meta-egl.c 2016-11-24 11:14:48.612133544 -0700
|
||||||
|
@@ -141,7 +141,7 @@
|
||||||
|
|
||||||
|
error_str = get_egl_error_str ();
|
||||||
|
g_set_error (error, G_IO_ERROR,
|
||||||
|
- G_IO_ERROR_FAILED,
|
||||||
|
+ G_IO_ERROR_FAILED, "%s",
|
||||||
|
error_str);
|
||||||
|
}
|
||||||
|
|
14
mutter.spec
14
mutter.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.23.2
|
Version: 3.23.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -16,6 +16,10 @@ Source0: http://download.gnome.org/sources/%{name}/3.23/%{name}-%{version}
|
|||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=772422
|
# https://bugzilla.gnome.org/show_bug.cgi?id=772422
|
||||||
Patch0: 0001-Use-eglGetPlatformDisplay.patch
|
Patch0: 0001-Use-eglGetPlatformDisplay.patch
|
||||||
Patch1: startup-notification.patch
|
Patch1: startup-notification.patch
|
||||||
|
#
|
||||||
|
# Fix format security issue that prevents compiling under Fedora
|
||||||
|
#
|
||||||
|
Patch2: mutter-3.23.2-eglformat-security.patch
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
@ -38,6 +42,8 @@ BuildRequires: libxcb-devel
|
|||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: libxkbcommon-devel
|
||||||
BuildRequires: libxkbcommon-x11-devel
|
BuildRequires: libxkbcommon-x11-devel
|
||||||
BuildRequires: libxkbfile-devel
|
BuildRequires: libxkbfile-devel
|
||||||
|
BuildRequires: libXtst-devel
|
||||||
|
BuildRequires: mesa-libGLES-devel
|
||||||
BuildRequires: mesa-libGL-devel
|
BuildRequires: mesa-libGL-devel
|
||||||
BuildRequires: mesa-libgbm-devel
|
BuildRequires: mesa-libgbm-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
@ -107,8 +113,9 @@ the functionality of the installed %{name} package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -183,6 +190,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/mutter/tests
|
%{_datadir}/mutter/tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 24 2016 Kevin Fenzi <kevin@scrye.com> - 3.23.2-2
|
||||||
|
- Some fixes to get building. Still needs patch1 rebased.
|
||||||
|
|
||||||
* Wed Nov 23 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.2-1
|
* Wed Nov 23 2016 Florian Müllner <fmuellner@redhat.com> - 3.23.2-1
|
||||||
- Update to 3.23.2
|
- Update to 3.23.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user