/[pkgs]/rpms/xorg-x11-proto-devel/devel/xorg-x11-proto-devel.spec
ViewVC logotype

Contents of /rpms/xorg-x11-proto-devel/devel/xorg-x11-proto-devel.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.113 - (show annotations) (download)
Sat Jan 16 08:34:44 2010 UTC (3 weeks, 3 days ago) by airlied
Branch: MAIN
CVS Tags: xorg-x11-proto-devel-7_4-35_fc13, HEAD
Changes since 1.112: +7 -9 lines
* Sat Jan 16 2010 Dave Airlie <airlied@redhat.com> 7.4-35
- dri2proto 2.2
- glproto 1.4.11
1 # INFO: When doing a bootstrap build on a new architecture, set this to 1 to
2 # avoid build loops.
3 %define build_bootstrap 1
4
5 %define debug_package %{nil}
6
7 Summary: X.Org X11 Protocol headers
8 Name: xorg-x11-proto-devel
9 Version: 7.4
10 Release: 35%{?dist}
11 License: MIT
12 Group: Development/System
13 URL: http://www.x.org
14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15 BuildArch: noarch
16
17 Source0: http://www.x.org/pub/individual/proto/bigreqsproto-1.1.0.tar.bz2
18 Source1: http://www.x.org/pub/individual/proto/compositeproto-0.4.1.tar.bz2
19 Source2: http://www.x.org/pub/individual/proto/damageproto-1.2.0.tar.bz2
20 Source3: http://www.x.org/pub/individual/proto/dmxproto-2.3.tar.bz2
21 Source31: http://www.x.org/pub/individual/proto/dri2proto-2.2.tar.bz2
22 Source4: http://www.x.org/pub/individual/proto/evieext-1.1.0.tar.bz2
23 Source5: http://www.x.org/pub/individual/proto/fixesproto-4.1.1.tar.bz2
24 Source7: http://www.x.org/pub/individual/proto/fontsproto-2.1.0.tar.bz2
25 Source8: http://www.x.org/pub/individual/proto/glproto-1.4.11.tar.bz2
26 Source9: http://www.x.org/pub/individual/proto/inputproto-2.0.tar.bz2
27 Source10: http://www.x.org/pub/individual/proto/kbproto-1.0.4.tar.bz2
28 Source13: http://www.x.org/pub/individual/proto/randrproto-1.3.1.tar.bz2
29 Source14: http://www.x.org/pub/individual/proto/recordproto-1.14.tar.bz2
30 Source15: http://www.x.org/pub/individual/proto/renderproto-0.11.tar.bz2
31 Source16: http://www.x.org/pub/individual/proto/resourceproto-1.1.0.tar.bz2
32 Source17: http://www.x.org/pub/individual/proto/scrnsaverproto-1.2.0.tar.bz2
33 Source19: http://www.x.org/pub/individual/proto/videoproto-2.3.0.tar.bz2
34 Source20: http://www.x.org/pub/individual/proto/xcmiscproto-1.2.0.tar.bz2
35 Source21: http://www.x.org/pub/individual/proto/xextproto-7.1.1.tar.bz2
36 Source22: http://www.x.org/pub/individual/proto/xf86bigfontproto-1.2.0.tar.bz2
37 Source23: http://www.x.org/pub/individual/proto/xf86dgaproto-2.1.tar.bz2
38 Source24: http://www.x.org/pub/individual/proto/xf86driproto-2.1.0.tar.bz2
39 Source25: http://www.x.org/pub/individual/proto/xf86miscproto-0.9.3.tar.bz2
40 Source27: http://www.x.org/pub/individual/proto/xf86vidmodeproto-2.3.tar.bz2
41 Source28: http://www.x.org/pub/individual/proto/xineramaproto-1.2.tar.bz2
42 Source29: http://www.x.org/pub/individual/proto/xproto-7.0.16.tar.bz2
43 Source30: http://www.x.org/pub/individual/proto/xproxymanagementprotocol-1.0.3.tar.bz2
44
45 BuildRequires: pkgconfig
46 BuildRequires: xorg-x11-util-macros >= 1.0.2-1
47
48 %if ! %{build_bootstrap}
49 Requires: mesa-libGL-devel
50 Requires: libXau-devel
51 %endif
52 Requires: pkgconfig
53
54 Conflicts: libXxf86dga-devel < 1.1
55
56 %description
57 X.Org X11 Protocol headers
58
59 %prep
60 %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a7 -a8 -a9 -a10 -a13 -a14 -a15 -a16 -a17 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a27 -a28 -a29 -a30 -a31
61
62 %build
63
64 # Proceed through each proto package directory, building them all
65 for dir in $(ls -1) ; do
66 pushd $dir
67 [ -e configure ] || ./autogen.sh
68 # yes, this looks horrible, but it's to get the .pc files in datadir
69 %configure --libdir=%{_datadir}
70 make %{?_smp_mflags}
71 mv COPYING COPYING-${dir%%-*}
72 popd
73 done
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77 for dir in $(ls -1) ; do
78 pushd $dir
79 make install DESTDIR=$RPM_BUILD_ROOT
80 install -m 444 COPYING-${dir%%-*} $OLDPWD
81 popd
82 done
83 for i in composite damage fixes randr render ; do
84 mv $RPM_BUILD_ROOT%{_docdir}/${i}proto/${i}proto.txt .
85 done
86 mv $RPM_BUILD_ROOT%{_docdir}/xproxymanagementprotocol/PM_spec .
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %files
92 %defattr(-,root,root,-)
93 %doc COPYING-*
94 %doc compositeproto.txt
95 %doc damageproto.txt
96 %doc fixesproto.txt
97 %doc randrproto.txt
98 %doc renderproto.txt
99 %doc PM_spec
100 %dir %{_includedir}/GL
101 %{_includedir}/GL/glxint.h
102 %{_includedir}/GL/glxmd.h
103 %{_includedir}/GL/glxproto.h
104 %{_includedir}/GL/glxtokens.h
105 %dir %{_includedir}/GL/internal
106 %{_includedir}/GL/internal/glcore.h
107 %dir %{_includedir}/X11
108 %{_includedir}/X11/DECkeysym.h
109 %{_includedir}/X11/HPkeysym.h
110 %dir %{_includedir}/X11/PM
111 %{_includedir}/X11/PM/PM.h
112 %{_includedir}/X11/PM/PMproto.h
113 %{_includedir}/X11/Sunkeysym.h
114 %{_includedir}/X11/X.h
115 %{_includedir}/X11/XF86keysym.h
116 %{_includedir}/X11/XWDFile.h
117 %{_includedir}/X11/Xalloca.h
118 %{_includedir}/X11/Xarch.h
119 %{_includedir}/X11/Xatom.h
120 %{_includedir}/X11/Xdefs.h
121 %{_includedir}/X11/Xfuncproto.h
122 %{_includedir}/X11/Xfuncs.h
123 %{_includedir}/X11/Xmd.h
124 %{_includedir}/X11/Xos.h
125 %{_includedir}/X11/Xos_r.h
126 %{_includedir}/X11/Xosdefs.h
127 %{_includedir}/X11/Xpoll.h
128 %{_includedir}/X11/Xproto.h
129 %{_includedir}/X11/Xprotostr.h
130 %{_includedir}/X11/Xthreads.h
131 %{_includedir}/X11/Xw32defs.h
132 %{_includedir}/X11/Xwindows.h
133 %{_includedir}/X11/Xwinsock.h
134 %{_includedir}/X11/ap_keysym.h
135 %dir %{_includedir}/X11/dri
136 %{_includedir}/X11/dri/xf86dri.h
137 %{_includedir}/X11/dri/xf86driproto.h
138 %{_includedir}/X11/dri/xf86dristr.h
139 %dir %{_includedir}/X11/extensions
140 %{_includedir}/X11/extensions/EVI.h
141 %{_includedir}/X11/extensions/EVIproto.h
142 %{_includedir}/X11/extensions/XI.h
143 %{_includedir}/X11/extensions/XI2.h
144 %{_includedir}/X11/extensions/XI2proto.h
145 %{_includedir}/X11/extensions/XIproto.h
146 %{_includedir}/X11/extensions/XKB.h
147 %{_includedir}/X11/extensions/XKBgeom.h
148 %{_includedir}/X11/extensions/XKBproto.h
149 %{_includedir}/X11/extensions/XKBsrv.h
150 %{_includedir}/X11/extensions/XKBstr.h
151 %{_includedir}/X11/extensions/XResproto.h
152 %{_includedir}/X11/extensions/Xeviestr.h
153 %{_includedir}/X11/extensions/Xv.h
154 %{_includedir}/X11/extensions/XvMC.h
155 %{_includedir}/X11/extensions/XvMCproto.h
156 %{_includedir}/X11/extensions/Xvproto.h
157 %{_includedir}/X11/extensions/ag.h
158 %{_includedir}/X11/extensions/agproto.h
159 %{_includedir}/X11/extensions/bigreqsproto.h
160 %{_includedir}/X11/extensions/bigreqstr.h
161 %{_includedir}/X11/extensions/composite.h
162 %{_includedir}/X11/extensions/compositeproto.h
163 %{_includedir}/X11/extensions/cup.h
164 %{_includedir}/X11/extensions/cupproto.h
165 %{_includedir}/X11/extensions/damageproto.h
166 %{_includedir}/X11/extensions/damagewire.h
167 %{_includedir}/X11/extensions/dbe.h
168 %{_includedir}/X11/extensions/dbeproto.h
169 %{_includedir}/X11/extensions/dmx.h
170 %{_includedir}/X11/extensions/dmxproto.h
171 %{_includedir}/X11/extensions/dpmsconst.h
172 %{_includedir}/X11/extensions/dpmsproto.h
173 %{_includedir}/X11/extensions/dri2proto.h
174 %{_includedir}/X11/extensions/dri2tokens.h
175 %{_includedir}/X11/extensions/evieproto.h
176 %{_includedir}/X11/extensions/ge.h
177 %{_includedir}/X11/extensions/geproto.h
178 %{_includedir}/X11/extensions/lbx.h
179 %{_includedir}/X11/extensions/lbxproto.h
180 %{_includedir}/X11/extensions/mitmiscconst.h
181 %{_includedir}/X11/extensions/mitmiscproto.h
182 %{_includedir}/X11/extensions/multibufconst.h
183 %{_includedir}/X11/extensions/multibufproto.h
184 %{_includedir}/X11/extensions/panoramiXproto.h
185 %{_includedir}/X11/extensions/randr.h
186 %{_includedir}/X11/extensions/randrproto.h
187 %{_includedir}/X11/extensions/recordconst.h
188 %{_includedir}/X11/extensions/recordproto.h
189 %{_includedir}/X11/extensions/recordstr.h
190 %{_includedir}/X11/extensions/render.h
191 %{_includedir}/X11/extensions/renderproto.h
192 %{_includedir}/X11/extensions/saver.h
193 %{_includedir}/X11/extensions/saverproto.h
194 %{_includedir}/X11/extensions/secur.h
195 %{_includedir}/X11/extensions/securproto.h
196 %{_includedir}/X11/extensions/shapeconst.h
197 %{_includedir}/X11/extensions/shapeproto.h
198 %{_includedir}/X11/extensions/shm.h
199 %{_includedir}/X11/extensions/shmproto.h
200 %{_includedir}/X11/extensions/syncconst.h
201 %{_includedir}/X11/extensions/syncproto.h
202 %{_includedir}/X11/extensions/vldXvMC.h
203 %{_includedir}/X11/extensions/xcmiscproto.h
204 %{_includedir}/X11/extensions/xcmiscstr.h
205 %{_includedir}/X11/extensions/xf86bigfont.h
206 %{_includedir}/X11/extensions/xf86bigfproto.h
207 %{_includedir}/X11/extensions/xf86bigfstr.h
208 %{_includedir}/X11/extensions/xf86dga.h
209 %{_includedir}/X11/extensions/xf86dga1const.h
210 %{_includedir}/X11/extensions/xf86dga1proto.h
211 %{_includedir}/X11/extensions/xf86dga1str.h
212 %{_includedir}/X11/extensions/xf86dgaconst.h
213 %{_includedir}/X11/extensions/xf86dgaproto.h
214 %{_includedir}/X11/extensions/xf86dgastr.h
215 %{_includedir}/X11/extensions/xf86misc.h
216 %{_includedir}/X11/extensions/xf86mscstr.h
217 %{_includedir}/X11/extensions/xf86vm.h
218 %{_includedir}/X11/extensions/xf86vmproto.h
219 %{_includedir}/X11/extensions/xf86vmstr.h
220 %{_includedir}/X11/extensions/xfixesproto.h
221 %{_includedir}/X11/extensions/xfixeswire.h
222 %{_includedir}/X11/extensions/xtestconst.h
223 %{_includedir}/X11/extensions/xtestext1const.h
224 %{_includedir}/X11/extensions/xtestext1proto.h
225 %{_includedir}/X11/extensions/xtestproto.h
226 %dir %{_includedir}/X11/fonts
227 %{_includedir}/X11/fonts/FS.h
228 %{_includedir}/X11/fonts/FSproto.h
229 %{_includedir}/X11/fonts/font.h
230 %{_includedir}/X11/fonts/fontproto.h
231 %{_includedir}/X11/fonts/fontstruct.h
232 %{_includedir}/X11/fonts/fsmasks.h
233 %{_includedir}/X11/keysym.h
234 %{_includedir}/X11/keysymdef.h
235 %{_datadir}/pkgconfig/bigreqsproto.pc
236 %{_datadir}/pkgconfig/compositeproto.pc
237 %{_datadir}/pkgconfig/damageproto.pc
238 %{_datadir}/pkgconfig/dmxproto.pc
239 %{_datadir}/pkgconfig/dri2proto.pc
240 %{_datadir}/pkgconfig/evieproto.pc
241 %{_datadir}/pkgconfig/fixesproto.pc
242 %{_datadir}/pkgconfig/fontsproto.pc
243 %{_datadir}/pkgconfig/glproto.pc
244 %{_datadir}/pkgconfig/inputproto.pc
245 %{_datadir}/pkgconfig/kbproto.pc
246 %{_datadir}/pkgconfig/randrproto.pc
247 %{_datadir}/pkgconfig/recordproto.pc
248 %{_datadir}/pkgconfig/renderproto.pc
249 %{_datadir}/pkgconfig/resourceproto.pc
250 %{_datadir}/pkgconfig/scrnsaverproto.pc
251 %{_datadir}/pkgconfig/videoproto.pc
252 %{_datadir}/pkgconfig/xcmiscproto.pc
253 %{_datadir}/pkgconfig/xextproto.pc
254 %{_datadir}/pkgconfig/xf86bigfontproto.pc
255 %{_datadir}/pkgconfig/xf86dgaproto.pc
256 %{_datadir}/pkgconfig/xf86driproto.pc
257 %{_datadir}/pkgconfig/xf86miscproto.pc
258 %{_datadir}/pkgconfig/xf86vidmodeproto.pc
259 %{_datadir}/pkgconfig/xineramaproto.pc
260 %{_datadir}/pkgconfig/xproto.pc
261 %{_datadir}/pkgconfig/xproxymngproto.pc
262
263 %changelog
264 * Sat Jan 16 2010 Dave Airlie <airlied@redhat.com> 7.4-35
265 - dri2proto 2.2
266 - glproto 1.4.11
267
268 * Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 7.4-34
269 - kbproto 1.0.4
270 - xf86miscproto 0.9.3
271 - xproxymanagementprotocol 1.0.3
272
273 * Tue Oct 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-33
274 - Upload xf86dgaproto 2.1 tarball, this time for real.
275
276 * Tue Oct 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-32
277 - compositeproto 0.4.1
278 - xf86dgaproto 2.1
279 - dmxproto 2.3
280 - inputproto 2.0
281 - fixesproto 4.1.1
282 - randrproto 1.3.1
283 - recordproto 1.14
284 - xf86vidmodeproto 2.3
285 - xineramaproto 1.2
286 - xproto 7.0.16
287
288 * Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-31
289 - bigreqsproto 1.1.0
290 - damageproto 1.2.0
291 - dmxproto 2.2.99.1
292 - evieext 1.1.0
293 - fontsproto 2.1.0
294 - resourceproto 1.1.0
295 - scrnsaverproto 1.2.0
296 - videoproto 2.3.0
297 - xcmiscproto 1.2.0
298 - xf86bigfontproto 1.2.0
299 - xf86dgaproto 2.0.99.1
300 - xf86driproto 2.1.0
301 - xf86vidmodeproto 2.2.99.1
302 - xineramaproto 1.1.99.1
303
304 * Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-30
305 - recordproto 1.13.99.1
306 - xextproto 7.1.1
307
308 * Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-29
309 - inputproto 1.9.99.902
310
311 * Thu Aug 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-28
312 - xextproto 7.1.0
313
314 * Wed Jul 29 2009 Kristian Høgsberg <krh@redhat.com> - 7.4-27
315 - Add patch for DRI2 page flipping.
316
317 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-26
318 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
319
320 * Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 7.4-25
321 - fixesproto 4.1
322
323 * Wed Jul 22 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-24
324 - xextproto 7.0.99.3
325
326 * Wed Jul 22 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-23
327 - xextproto 7.0.99.2
328 - inputproto 1.9.99.15
329
330 * Tue Jul 21 2009 Adam Jackson <ajax@redhat.com> 7.4-22
331 - xextproto 7.0.99.1
332 - fixesproto snapshot
333
334 * Thu Jul 16 2009 Adam Jackson <ajax@redhat.com> 7.4-21
335 - randrproto 1.3.0
336
337 * Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> 7.4-20
338 - Clean up %%install slightly.
339
340 * Wed Jul 15 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-19
341 - renderproto 0.11
342 - inputproto 1.9.99.14
343
344 * Sun Jul 12 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-18
345 - inputproto 1.9.99.13
346
347 * Thu Jun 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-17
348 - inputproto 1.9.99.12
349
350 * Thu Jun 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-16
351 - dri2proto 2.1
352
353 * Tue May 26 2009 Adam Jackson <ajax@redhat.com> 7.4-15
354 - glproto 1.4.10
355
356 * Tue Mar 03 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-14
357 - xproto 7.0.15
358 - Purge x11proto-7.0.14-XF86XK_Suspend.patch.
359
360 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-13
361 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
362
363 * Sat Dec 20 2008 Dave Airlie <airlied@redhat.com> 7.4-12
364 - update dri2proto
365
366 * Thu Dec 18 2008 Adam Jackson <ajax@redhat.com> 7.4-11
367 - bootstrap build for a moment so xcb changes can happen
368
369 * Thu Dec 18 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-10
370 - xextproto 7.0.4
371
372 * Tue Dec 16 2008 Adam Jackson <ajax@redhat.com> 7.4-9
373 - randrproto 1.2.99.3
374
375 * Wed Dec 03 2008 Adam Jackson <ajax@redhat.com> 7.4-8
376 - inputproto 1.5.0
377
378 * Thu Nov 20 2008 Adam Jackson <ajax@redhat.com> 7.4-7
379 - Fix (delete) dri2proto URL.
380
381 * Tue Nov 18 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-5
382 - x11proto-7.0.14-XF86XK_Suspend.patch: add XF86XK_Suspend and
383 XF86XK_Hibernate to keysyms.
384
385 * Mon Nov 10 2008 Adam Jackson <ajax@redhat.com> 7.4-5
386 - Drop explicit virtual Provides, we get them for free from pkgconfig
387 - Drop some ancient upgrade Prov/Req/Obs
388
389 * Thu Oct 23 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-4
390 - xproto 7.0.14
391
392 * Fri Aug 29 2008 Adam Jackson <ajax@redhat.com> 7.4-3
393 - inputproto 1.4.4
394
395 * Thu Aug 28 2008 Kristian Høgsberg <krh@redhat.com> - 7.4-2
396 - dri2proto 1.99.1
397
398 * Sun Jul 20 2008 Adam Jackson <ajax@redhat.com> 7.4-1
399 - Magic superstition version number bump.
400 - Dropped: fontcacheproto, trapproto, xf86rushproto
401 - Updated: randrproto 1.2.2
402
403 * Tue Jun 10 2008 Adam Jackson <ajax@redhat.com> 7.3-13
404 - xproto 7.0.13
405 - xextproto 7.0.3
406
407 * Mon Apr 07 2008 Adam Jackson <ajax@redhat.com> 7.3-12
408 - dri2proto 1.1.0
409
410 * Tue Apr 01 2008 Adam Jackson <ajax@redhat.com> 7.3-11
411 - inputproto-1.4.3-card32-sucks.patch: Unbreak qt build. (#436703)
412
413 * Tue Apr 1 2008 Kristian Høgsberg <krh@redhat.com> - 7.3-10
414 - Update to xf86driproto 2.0.4.
415
416 * Mon Mar 31 2008 Kristian Høgsberg <krh@redhat.com> 7.3-9
417 - Add dri2proto.
418
419 * Wed Mar 05 2008 Adam Jackson <ajax@redhat.com> 7.3-8
420 - inputproto 1.4.3
421 - xproto 7.0.12
422
423 * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 7.3-7
424 - inputproto-1.4.2-card32.patch: Make sure CARD32 is defined on lp64.
425
426 * Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 7.3-6
427 - renderproto 0.9.3
428
429 * Fri Nov 9 2007 Kristian Høgsberg <krh@redhat.com> - 7.3-5
430 - Bump and rebuild.
431
432 * Thu Oct 25 2007 Kristian Høgsberg <krh@redhat.com> 7.3-4
433 - Pull in new glproto to get proto structs for GLX_SGIX_pbuffer.
434
435 * Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
436 - BuildArch: noarch
437
438 * Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
439 - BuildArch: noarch
440
441 * Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 7.3-2
442 - Require libXau-devel when not doing arch bootstrap (#207391)
443
444 * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
445 - dgaproto 2.0.3
446 - Bump to 7.3
447
448 * Wed Aug 29 2007 Adam Jackson <ajax@redhat.com> 7.2-13
449 - Remove the horrible header hack, in favor of proper fix in xserver itself.
450
451 * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-12
452 - Remove dri_interface.h. It's not protocol, it belongs in Mesa.
453
454 * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-11
455 - compositeproto 0.4
456
457 * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-10
458 - inputproto-1.4.2-horrible-header-hack.patch: Re-add some #defines from
459 older inputproto to make old drivers build. Do not commit this patch
460 upstream.
461
462 * Thu Apr 26 2007 Adam Jackson <ajax@redhat.com> 7.2-9
463 - inputproto 1.4.2
464
465 * Thu Apr 05 2007 Adam Jackson <ajax@redhat.com> 7.2-8
466 - Add virtual provides for the subprotocols (#231156)
467
468 * Mon Apr 02 2007 Adam Jackson <ajax@redhat.com> 7.2-7
469 - inputproto 1.4.1
470
471 * Mon Mar 12 2007 Adam Jackson <ajax@redhat.com> 7.2-6
472 - Fix doc macros as per package review (#226641)
473
474 * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-5
475 - Package review cleanups (#226641)
476
477 * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-4
478 - Appease RPM. (#229336)
479
480 * Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 7.2-3
481 - damageproto 1.1.0
482
483 * Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
484 - randrproto 1.2.1
485
486 * Mon Feb 12 2007 Adam Jackson <ajax@redhat.com> 7.2-1
487 - randrproto 1.2
488 - Superstition bump to 7.2
489
490 * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 7.1-11
491 - xproto 7.0.10
492
493 * Tue Oct 3 2006 Adam Jackson <ajackson@redhat.com> 7.1-10
494 - Install just enough LBX headers to make libXext build. (#203815)
495
496 * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 7.1-9
497 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
498
499 * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 7.1-8.fc6
500 - Update to 1.4.8 to get the finaly update of GLX_EXT_tfp opcodes.
501
502 * Fri Sep 8 2006 Soren Sandmann <sandmann@redhat.com> 7.1-7.fc6
503 - Remove printproto source. Rest of 175350.
504
505 * Thu Aug 17 2006 Soren Sandmann <sandmann@redhat.com> 7.1-6.fc6
506 - Don't install xprint headers, as they are being moved to the libXp
507 package instead. Bug 175350.
508
509 * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 7.1-5.fc6
510 - Don't install LBX protocol headers, as LBX is obsoleted in the 7.1 release
511 and no longer supported.
512
513 * Fri Jul 21 2006 Adam Jackson <ajackson@redhat.com> 7.1-4
514 - Use dist tag. Update to kbproto-1.0.3.
515
516 * Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 7.1-3
517 - Tag as 7.1-3.fc5.aiglx.
518
519 * Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 7.1-3
520 - Add dist tag.
521
522 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
523 - rebuild
524
525 * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-2
526 - Update to xproto 7.0.7 for X11R7.1
527 - Use "make install" instead of makeinstall macro.
528
529 * Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
530 - Bump package version-release to 7.1-1 for X.Org X11R7.1 release.
531
532 * Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 7.0-13
533 - Update to glproto 1.4.7 for final EXT_tfp defines
534
535 * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 7.0-12
536 - Update to xproto 7.0.5 for misc fixes
537
538 * Fri Apr 07 2006 Adam Jackson <ajackson@redhat.com> 7.0-10
539 - Update to compositeproto-0.3.1 to fix big-endian LP64.
540
541 * Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 7.0-9
542 - Update to scrnsaverproto-1.1
543
544 * Mon Mar 20 2006 Adam Jackson <ajackson@redhat.com> 7.0-8
545 - Fix the base URL.
546
547 * Wed Mar 15 2006 Adam Jackson <ajackson@redhat.com> 7.0-7
548 - Update to fixesproto-4.0, compositeproto-0.3, and glproto-1.4.6
549
550 * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 7.0-6
551 - Update to glproto-1.4.5
552 - Remove xorg-x11-proto-devel-7.0-buffer-values.patch which is in 1.4.5.
553
554 * Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 7.0-5
555 - require mesa-libGL-devel since it's needed by some of the headers
556
557 * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 7.0-4
558 - Add back part of glproto-texture-from-drawable patch that didn't
559 get integrated for some reason
560
561 * Thu Feb 16 2006 Mike A. Harris <mharris@redhat.com> 7.0-3
562 - Update to glproto-1.4.4
563 - Drop glproto-texture-from-drawable patch, which is integrated now.
564
565 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.3
566 - bump again for double-long bug on ppc(64)
567
568 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.1
569 - rebuilt for new gcc4.1 snapshot and glibc changes
570
571 * Fri Jan 27 2006 Kristian Høgsberg <krh@redhat.com> 7.0-2
572 - Add glproto-texture-from-drawable.patch to add opcodes and tokens
573 for GLX_texture_from_drawable extension.
574
575 * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 7.0-1
576 - Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
577 X11R7.0 final release.
578 - Bump package version to 7.0 to match the X11R7 version, for no particularly
579 strong reason other than "it feels good".
580
581 * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.4-1
582 - Update all proto tarballs to the RC4 release.
583
584 * Wed Dec 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
585 - Update to printproto-1.0.2, trapproto-3.4.2, xproto-7.0.3 from the
586 X11R7 RC3 release.
587
588 * Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
589 - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
590 workaround bug( #173384).
591
592 * Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
593 - Change Conflicts to "Obsoletes: XFree86-devel, xorg-x11-devel"
594
595 * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
596 - Update to X11R7 RC2 release, picking up new xproto-7.0.2.
597
598 * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
599 - This package contains only C header files and pkg-config *.pc files,
600 and does not contain any ELF binaries or DSOs, so we disable debuginfo
601 generation.
602
603 * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
604 - Update all tarballs to X11R7 RC1 release.
605 - Remove panoramixproto, as it is now known as xineramaproto.
606 - Remove glu.h and glx.h from file manifest, as they're provided by Mesa.
607 - Added {_includedir}/GL/internal/dri_interface.h to file manifest.
608
609 * Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-3
610 - Use Fedora-Extras style BuildRoot
611 - Invoke make with _smp_mflags
612 - Add full URLs to SourceN lines
613
614 * Mon Sep 12 2005 Kristian Høgsberg <krh@redhat.com> 0.0.1-2
615 - Update to 20050912 cvs snapshot of kbproto.
616
617 * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
618 - Changed for loop in build section to use "ls -1" instead of find "*proto*"
619 when going through protocol dirs, as "evieext" just *HAD* to be named
620 something completely different from everything else, in true X.Org
621 inconsistency fashion.
622 - Added Conflicts with XFree86-devel and xorg-x11-devel.
623
624 * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-0
625 - Initial build of xproto from X.Org modular CVS checkout and "make dist".
626 - Since there are no upstream tarballs yet, and "make dist" generates
627 a "7.0" non-beta final version, I changed the version to 0.0 as I've no
628 idea what the intention is and want to avoid using Epoch later.

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2