From d9e94953653d3251e9278e53f78a2db25ea94a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 27 Jan 2006 19:19:13 +0000 Subject: [PATCH] - Add glproto-texture-from-drawable.patch to add opcodes and tokens for GLX_texture_from_drawable extension. --- xorg-x11-proto-devel.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/xorg-x11-proto-devel.spec b/xorg-x11-proto-devel.spec index aacc1af..e0a6f1f 100644 --- a/xorg-x11-proto-devel.spec +++ b/xorg-x11-proto-devel.spec @@ -6,7 +6,7 @@ Summary: X.Org X11 Protocol headers Name: xorg-x11-proto-devel Version: 7.0 -Release: 1 +Release: 2 License: The Open Group License Group: Development/System URL: http://www.x.org @@ -44,6 +44,8 @@ Source28: %{sourceurl}/xineramaproto-1.1.2.tar.bz2 Source29: %{sourceurl}/xproto-7.0.4.tar.bz2 Source30: %{sourceurl}/xproxymanagementprotocol-1.0.2.tar.bz2 +Patch1: glproto-texture-from-drawable.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig @@ -67,6 +69,11 @@ X.Org X11 Protocol headers %prep %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -a30 +# Sigh... /me wants %patch to understand -d +pushd glproto-1.4.3 +%patch1 -p0 -b .glproto-texture-from-drawable +popd + %build #ls -al @@ -271,6 +278,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/xproxymngproto.pc %changelog +* Fri Jan 27 2006 Kristian Høgsberg 7.0-2 +- Add glproto-texture-from-drawable.patch to add opcodes and tokens + for GLX_texture_from_drawable extension. + * Fri Dec 23 2005 Mike A. Harris 7.0-1 - Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the X11R7.0 final release.