From c84142746ff80db77b2862c3c4176074e7496b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Sat, 8 Jul 2006 07:36:46 +0000 Subject: [PATCH] =?UTF-8?q?*=20Sat=20Jul=20=208=202006=20Kristian=20H?= =?UTF-8?q?=C3=B8gsberg=20=20-=201.1.0-27%{dist}=20-=20Ena?= =?UTF-8?q?ble=20TLS=20for=20GLX=20to=20match=20the=20mesa=20build=20confi?= =?UTF-8?q?g.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xorg-x11-server.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 9de9aa8..3ffa905 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -9,7 +9,7 @@ Version: 1.1.0 # upgrades to officially released distribution releases, if the package # Version field above is not changing, append and/or bump a digit /after/ # the dist tag. ie: 25%{dist}.0 -> 25%{dist}.1 ... -Release: 26%{dist} +Release: 27%{dist} URL: http://www.x.org License: MIT/X11 Group: User Interface/X @@ -356,6 +356,7 @@ aclocal ; automake ; autoconf --with-fontdir=%(pkg-config --variable=fontdir fontutil) \ %if %{with_dri} --enable-dri \ + --enable-glx-tls \ --with-mesa-source=%{_datadir}/mesa/source \ --with-dri-driver-path=%{drimoduledir} \ %else @@ -653,6 +654,9 @@ rm -rf $RPM_BUILD_ROOT # ------------------------------------------------------------------- %changelog +* Sat Jul 8 2006 Kristian Høgsberg - 1.1.0-27%{dist} +- Enable TLS for GLX to match the mesa build config. + * Fri Jul 7 2006 Kristian Høgsberg - 1.1.0-26 - Add xorg-x11-server-1.1.0-mesa-copy-sub-buffer.patch to hook up the GLX_MESA_copy_sub_buffer extension.