Add a workaround for Red Hat bug #520209

This commit is contained in:
Owen Taylor
2009-08-29 00:01:48 +00:00
parent deaa3dd08f
commit c349b07bcf
2 changed files with 98 additions and 1 deletions

View File

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