From 2fee7eec05717f817259b3cd6d643c4e3a07e80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 13 Oct 2006 20:30:43 +0000 Subject: [PATCH] =?UTF-8?q?*=20Fri=20Oct=2013=202006=20Kristian=20H=C3=B8g?= =?UTF-8?q?sberg=20=20-=201.1.1-48.fc7=20-=20Do=20not=20tr?= =?UTF-8?q?y=20own=20/usr/lib/pkgconfig=20in=20sdk=20package.=20-=20Drop?= =?UTF-8?q?=20dependency=20on=20xorg-x11-fonts-base=20now=20that=20we=20co?= =?UTF-8?q?mpile=20in=20=20=20'fixed'=20and=20'cursor'=20fonts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xorg-x11-server.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 03781ff..d6b53b8 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -188,9 +188,6 @@ Summary: Xorg X server Group: User Interface/X # NOTE: The X server invokes xkbcomp directly, so this is required. Requires: xkbcomp -# NOTE: The X server requires 'fixed' and 'cursor' font, which are provided -# by xorg-x11-fonts-base -Requires: xorg-x11-fonts-base # NOTE: Require some basic drivers for minimal configuration. (#173060) # We _should_ install every driver, but OLPC wants different (#191781), # which is quite lame and wants an better solution. @@ -711,7 +708,6 @@ rm -rf $RPM_BUILD_ROOT %files sdk %defattr(-,root,root,-) %{_libdir}/libxf86config.a -%dir %{_libdir}/pkgconfig %{_libdir}/pkgconfig/xorg-server.pc %dir %{_includedir}/xorg #%dir %{_includedir}/xorg/sdk @@ -721,6 +717,11 @@ rm -rf $RPM_BUILD_ROOT # ------------------------------------------------------------------- %changelog +* Fri Oct 13 2006 Kristian Høgsberg - 1.1.1-48.fc7 +- Do not try own /usr/lib/pkgconfig in sdk package. +- Drop dependency on xorg-x11-fonts-base now that we compile in + 'fixed' and 'cursor' fonts. + * Wed Oct 4 2006 Soren Sandmann - 1.1.1-47.fc6 - graphics-expose.patch: Call miHandleExposures() with non-translated coordinates.