From 1c70f2e734947f496dfe8312680f421a2dda47ba Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Feb 10 2009 18:54:38 +0000 Subject: * Tue Feb 10 2009 Adam Jackson 1.5.99.902-8 - Re-enable RECORD. (#472168) --- diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 7fc5079..b5e3db4 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -19,7 +19,7 @@ Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.5.99.902 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X @@ -314,9 +314,8 @@ export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow -rdynamic $CFLAGS" --with-module-dir=%{moduledir} \ --with-builderstring="Build ID: %{name} %{version}-%{release}" \ --with-xkb-output=%{_localstatedir}/lib/xkb \ - --disable-record \ --enable-install-libxf86config \ - --enable-xselinux \ + --enable-xselinux --enable-record \ --with-dri-driver-path=%{drimoduledir} \ ${CONFIGURE} @@ -418,6 +417,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xorg/modules/extensions/libdri2.so %{_libdir}/xorg/modules/extensions/libdbe.so %{_libdir}/xorg/modules/extensions/libextmod.so +%{_libdir}/xorg/modules/extensions/librecord.so %dir %{_libdir}/xorg/modules/input %dir %{_libdir}/xorg/modules/linux %{_libdir}/xorg/modules/linux/libfbdevhw.so @@ -504,6 +504,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 10 2009 Adam Jackson 1.5.99.902-8 +- Re-enable RECORD. (#472168) + * Tue Feb 10 2009 Adam Jackson 1.5.99.902-7 - xserver-1.5.99.902-sod-off-poulsbo.patch: Don't try the intel driver on GMA500. (#472674)