summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cvsignore1
-rw-r--r--mutter.spec12
-rw-r--r--sources4
3 files changed, 8 insertions, 9 deletions
diff --git a/.cvsignore b/.cvsignore
index 9979f6d..c8fb00c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,4 @@
mutter-2.27.1.tar.bz2
mutter-2.27.2.tar.bz2
mutter-2.27.3.tar.bz2
+mutter-2.27.4.tar.bz2
diff --git a/mutter.spec b/mutter.spec
index f8cb194..46b349b 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -1,6 +1,6 @@
Name: mutter
-Version: 2.27.3
-Release: 3%{?dist}
+Version: 2.27.4
+Release: 1%{?dist}
Summary: Window and compositing manager based on Clutter
Group: User Interface/Desktops
@@ -9,9 +9,6 @@ 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
@@ -64,7 +61,6 @@ utilities for testing Metacity/Mutter themes.
%prep
%setup -q
-%patch0 -p1 -b .math-workaround
%build
%configure --with-clutter --disable-static
@@ -151,6 +147,10 @@ gconftool-2 --makefile-install-rule \
%doc %{_mandir}/man1/mutter-window-demo.1.gz
%changelog
+* Fri Sep 4 2009 Owen Taylor <otaylor@redhat.com> - 2.27.4-1
+- Remove workaround for #520209
+- Update to 2.27.4
+
* Sat Aug 29 2009 Owen Taylor <otaylor@redhat.com> - 2.27.3-3
- Fix %%preun GConf script to properly be for package removal
diff --git a/sources b/sources
index 80f59ca..94dfc3a 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-973f59241bb1554bc046bd0ac4aea564 mutter-2.27.1.tar.bz2
-9b7e9ffcb14e90c9f31c973383a1a432 mutter-2.27.2.tar.bz2
-59c977f67ba9e507229d4b0088136ebb mutter-2.27.3.tar.bz2
+694d159af907cf785ab99d03756c6807 mutter-2.27.4.tar.bz2