Add a workaround for Red Hat bug #520209
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name: mutter
|
||||
Version: 2.27.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@@ -9,6 +9,9 @@ URL: http://git.gnome.org/cgit/mutter
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.27/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# Workaround for glibc bug https://bugzilla.redhat.com/show_bug.cgi?id=520209
|
||||
Patch0: mutter-math-workaround.patch
|
||||
|
||||
BuildRequires: clutter-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
@@ -61,6 +64,7 @@ utilities for testing Metacity/Mutter themes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .math-workaround
|
||||
|
||||
%build
|
||||
%configure --with-clutter --disable-static
|
||||
@@ -147,6 +151,9 @@ gconftool-2 --makefile-install-rule \
|
||||
%doc %{_mandir}/man1/mutter-window-demo.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-2
|
||||
- Add a workaround for Red Hat bug #520209
|
||||
|
||||
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-1
|
||||
- Update to 2.27.3, remove mutter-metawindow.patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user