summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorsandmann <sandmann@fedoraproject.org>2006-09-21 19:12:58 +0000
committersandmann <sandmann@fedoraproject.org>2006-09-21 19:12:58 +0000
commitd752fd7b7928fcd69f4c4d245e9b6389a3ae99e8 (patch)
tree1efd83d7e7b3d7d738ab9323bee261a1a7dced68 /metacity.spec
parent9c7938b2c1fe8d62a21e32f541e200627d9f4076 (diff)
downloadmetacity-d752fd7b7928fcd69f4c4d245e9b6389a3ae99e8.tar.gz
metacity-d752fd7b7928fcd69f4c4d245e9b6389a3ae99e8.tar.xz
metacity-d752fd7b7928fcd69f4c4d245e9b6389a3ae99e8.zip
Add patch to clean up some uses of CurrentTime
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/metacity.spec b/metacity.spec
index 85ec2b3..3d7ece5 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -22,7 +22,7 @@ BuildRequires: libglade2-devel >= 2.0.0BuildRequires: intltool >= 0.35
BuildRequires: startup-notification-devel >= 0.7
BuildRequires: libtool automake autoconf gettext
BuildRequires: xorg-x11-proto-devel >= 7.0-13
-BuildRequires: libSM-devel, libGL-devel, libGLU-devel, libICE-devel, libX11-devel
+BuildRequires: libSM-devel, libICE-devel, libX11-devel
BuildRequires: libXext-devel, libXinerama-devel, libXrandr-devel, libXrender-devel
BuildRequires: libXcursor-devel
@@ -30,8 +30,8 @@ Requires: startup-notification >= 0.7
Requires: redhat-artwork >= 0.62
Requires: pkgconfig
-Patch1: metacity-2.13.89.0.2006.02.16-static-cm.patch
Patch2: metacity-2.16.0-losing-focus.patch
+Patch3: metacity-2.16.0-currenttime-fixes.patch
%description
@@ -41,8 +41,9 @@ GNOME 2.
%prep
%setup -q -n %{metacity_filename}
-%patch1 -p1 -b .static-cm
%patch2 -p0 -b .losing-focus
+%patch3 -p1 -b .currenttime-fixes
+
%build
rm -rf $RPM_BUILD_ROOT
@@ -118,6 +119,11 @@ fi
%{_mandir}/man1/*
%changelog
+* Fri Sep 21 2006 Soren Sandmann <sandmann@redhat.com>
+- Remove GL dependencies.
+- Remove static-cm patch
+- add patch to fix more CurrentTime race conditions (bug 206263)
+
* Thu Sep 14 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-3.fc6
- remove stale ctrl-alt-delete patch