rpms/xorg-x11-proto-devel/devel xorg-x11-proto-devel.spec, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 27 19:19:15 UTC 2006


Author: krh

Update of /cvs/dist/rpms/xorg-x11-proto-devel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17918

Modified Files:
	xorg-x11-proto-devel.spec 
Log Message:
* Fri Jan 27 2006 Kristian Høgsberg <krh at redhat.com> 7.0-2
- Add glproto-texture-from-drawable.patch to add opcodes and tokens
  for GLX_texture_from_drawable extension.



Index: xorg-x11-proto-devel.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-proto-devel/devel/xorg-x11-proto-devel.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xorg-x11-proto-devel.spec	24 Dec 2005 04:54:48 -0000	1.13
+++ xorg-x11-proto-devel.spec	27 Jan 2006 19:19:13 -0000	1.14
@@ -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 @@
 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 @@
 %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 @@
 %{_libdir}/pkgconfig/xproxymngproto.pc
 
 %changelog
+* Fri Jan 27 2006 Kristian Høgsberg <krh at redhat.com> 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 <mharris at redhat.com> 7.0-1
 - Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
   X11R7.0 final release.




More information about the fedora-cvs-commits mailing list