xorg-x11-proto-devel-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. # INFO: When doing a bootstrap build on a new architecture, set this to 1 to
  2. # avoid build loops.
  3. %define build_bootstrap 0
  4. Summary: X.Org X11 Protocol headers
  5. Summary(ja): X.Org X11 プロトコルヘッダファイル
  6. Name: xorg-x11-proto-devel
  7. Version: 2019.2
  8. Release: 1%{?_dist_release}
  9. Group: Development/Libraries
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. Packager: daisuke
  13. License: MIT
  14. URL: http://www.x.org
  15. Source0: https://github.com/freedesktop/xorg-xorgproto/archive/xorgproto-%{version}.tar.gz
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  17. BuildArch: noarch
  18. BuildRequires: pkgconfig
  19. BuildRequires: xorg-x11-util-macros
  20. Obsoletes: XFree86-devel, XOrg-devel
  21. # NOTE: This dependency on xorg-x11-filesystem is required to work around
  22. # a nasty upgrade problem when going from FC4->FC5 or monolithic to
  23. # modular X.Org. Bug #173384.
  24. Requires(pre): xorg-x11-filesystem >= 0.99.2-3
  25. %if ! %{build_bootstrap}
  26. Requires: mesa-libGL-devel
  27. Requires: libXau-devel
  28. %endif
  29. Requires: pkgconfig
  30. %description
  31. X.Org X11 Protocol headers
  32. %prep
  33. %setup -q -n xorg-xorgproto-xorgproto-%{version}
  34. %build
  35. autoreconf -fiv
  36. %configure --disable-specs
  37. make %{?_smp_mflags}
  38. %install
  39. rm -rf %{buildroot}
  40. %make_install
  41. # trim some fat
  42. for i in apple windows trap ; do
  43. rm -f %{buildroot}%{_includedir}/X11/extensions/*${i}*
  44. rm -f %{buildroot}%{_datadir}/pkgconfig/*${i}*
  45. done
  46. # keep things building even if you have the html doc tools for xmlto installed
  47. rm -f %{buildroot}%{_docdir}/*/*.{html,svg}
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. %files
  51. %defattr(-,root,root,-)
  52. %license COPYING-*
  53. %doc *.txt
  54. %dir %{_includedir}/GL
  55. %{_includedir}/GL/glxint.h
  56. %{_includedir}/GL/glxmd.h
  57. %{_includedir}/GL/glxproto.h
  58. %{_includedir}/GL/glxtokens.h
  59. %dir %{_includedir}/GL/internal
  60. %{_includedir}/GL/internal/glcore.h
  61. %dir %{_includedir}/X11
  62. %{_includedir}/X11/DECkeysym.h
  63. %{_includedir}/X11/HPkeysym.h
  64. %{_includedir}/X11/Sunkeysym.h
  65. %{_includedir}/X11/X.h
  66. %{_includedir}/X11/XF86keysym.h
  67. %{_includedir}/X11/XWDFile.h
  68. %{_includedir}/X11/Xalloca.h
  69. %{_includedir}/X11/Xarch.h
  70. %{_includedir}/X11/Xatom.h
  71. %{_includedir}/X11/Xdefs.h
  72. %{_includedir}/X11/Xfuncproto.h
  73. %{_includedir}/X11/Xfuncs.h
  74. %{_includedir}/X11/Xmd.h
  75. %{_includedir}/X11/Xos.h
  76. %{_includedir}/X11/Xos_r.h
  77. %{_includedir}/X11/Xosdefs.h
  78. %{_includedir}/X11/Xpoll.h
  79. %{_includedir}/X11/Xproto.h
  80. %{_includedir}/X11/Xprotostr.h
  81. %{_includedir}/X11/Xthreads.h
  82. %{_includedir}/X11/Xw32defs.h
  83. %{_includedir}/X11/Xwindows.h
  84. %{_includedir}/X11/Xwinsock.h
  85. %{_includedir}/X11/ap_keysym.h
  86. %dir %{_includedir}/X11/dri
  87. %{_includedir}/X11/dri/xf86dri.h
  88. %{_includedir}/X11/dri/xf86driproto.h
  89. %{_includedir}/X11/dri/xf86dristr.h
  90. %dir %{_includedir}/X11/extensions
  91. %{_includedir}/X11/extensions/EVI.h
  92. %{_includedir}/X11/extensions/EVIproto.h
  93. %{_includedir}/X11/extensions/XI.h
  94. %{_includedir}/X11/extensions/XI2.h
  95. %{_includedir}/X11/extensions/XI2proto.h
  96. %{_includedir}/X11/extensions/XIproto.h
  97. %{_includedir}/X11/extensions/XKB.h
  98. #%{_includedir}/X11/extensions/XKBgeom.h
  99. %{_includedir}/X11/extensions/XKBproto.h
  100. %{_includedir}/X11/extensions/XKBsrv.h
  101. %{_includedir}/X11/extensions/XKBstr.h
  102. %{_includedir}/X11/extensions/XResproto.h
  103. %{_includedir}/X11/extensions/Xv.h
  104. %{_includedir}/X11/extensions/XvMC.h
  105. %{_includedir}/X11/extensions/XvMCproto.h
  106. %{_includedir}/X11/extensions/Xvproto.h
  107. %{_includedir}/X11/extensions/ag.h
  108. %{_includedir}/X11/extensions/agproto.h
  109. %{_includedir}/X11/extensions/bigreqsproto.h
  110. %{_includedir}/X11/extensions/bigreqstr.h
  111. %{_includedir}/X11/extensions/composite.h
  112. %{_includedir}/X11/extensions/compositeproto.h
  113. %{_includedir}/X11/extensions/cup.h
  114. %{_includedir}/X11/extensions/cupproto.h
  115. %{_includedir}/X11/extensions/damageproto.h
  116. %{_includedir}/X11/extensions/damagewire.h
  117. %{_includedir}/X11/extensions/dbe.h
  118. %{_includedir}/X11/extensions/dbeproto.h
  119. %{_includedir}/X11/extensions/dmx.h
  120. %{_includedir}/X11/extensions/dmxproto.h
  121. %{_includedir}/X11/extensions/dpmsconst.h
  122. %{_includedir}/X11/extensions/dpmsproto.h
  123. %{_includedir}/X11/extensions/dri2proto.h
  124. %{_includedir}/X11/extensions/dri2tokens.h
  125. %{_includedir}/X11/extensions/dri3proto.h
  126. %{_includedir}/X11/extensions/ge.h
  127. %{_includedir}/X11/extensions/geproto.h
  128. %{_includedir}/X11/extensions/lbx.h
  129. %{_includedir}/X11/extensions/lbxproto.h
  130. %{_includedir}/X11/extensions/mitmiscconst.h
  131. %{_includedir}/X11/extensions/mitmiscproto.h
  132. %{_includedir}/X11/extensions/multibufconst.h
  133. %{_includedir}/X11/extensions/multibufproto.h
  134. %{_includedir}/X11/extensions/panoramiXproto.h
  135. %{_includedir}/X11/extensions/presentproto.h
  136. %{_includedir}/X11/extensions/presenttokens.h
  137. %{_includedir}/X11/extensions/randr.h
  138. %{_includedir}/X11/extensions/randrproto.h
  139. %{_includedir}/X11/extensions/recordconst.h
  140. %{_includedir}/X11/extensions/recordproto.h
  141. %{_includedir}/X11/extensions/recordstr.h
  142. %{_includedir}/X11/extensions/render.h
  143. %{_includedir}/X11/extensions/renderproto.h
  144. %{_includedir}/X11/extensions/saver.h
  145. %{_includedir}/X11/extensions/saverproto.h
  146. %{_includedir}/X11/extensions/secur.h
  147. %{_includedir}/X11/extensions/securproto.h
  148. %{_includedir}/X11/extensions/shapeconst.h
  149. %{_includedir}/X11/extensions/shapeproto.h
  150. %{_includedir}/X11/extensions/shapestr.h
  151. %{_includedir}/X11/extensions/shm.h
  152. %{_includedir}/X11/extensions/shmproto.h
  153. %{_includedir}/X11/extensions/shmstr.h
  154. %{_includedir}/X11/extensions/syncconst.h
  155. %{_includedir}/X11/extensions/syncproto.h
  156. %{_includedir}/X11/extensions/syncstr.h
  157. #%{_includedir}/X11/extensions/vldXvMC.h
  158. %{_includedir}/X11/extensions/xcmiscproto.h
  159. %{_includedir}/X11/extensions/xcmiscstr.h
  160. %{_includedir}/X11/extensions/xf86bigfont.h
  161. %{_includedir}/X11/extensions/xf86bigfproto.h
  162. %{_includedir}/X11/extensions/xf86bigfstr.h
  163. %{_includedir}/X11/extensions/xf86dga.h
  164. %{_includedir}/X11/extensions/xf86dga1const.h
  165. %{_includedir}/X11/extensions/xf86dga1proto.h
  166. %{_includedir}/X11/extensions/xf86dga1str.h
  167. %{_includedir}/X11/extensions/xf86dgaconst.h
  168. %{_includedir}/X11/extensions/xf86dgaproto.h
  169. %{_includedir}/X11/extensions/xf86dgastr.h
  170. %{_includedir}/X11/extensions/xf86vm.h
  171. %{_includedir}/X11/extensions/xf86vmproto.h
  172. %{_includedir}/X11/extensions/xf86vmstr.h
  173. %{_includedir}/X11/extensions/xfixesproto.h
  174. %{_includedir}/X11/extensions/xfixeswire.h
  175. %{_includedir}/X11/extensions/xtestconst.h
  176. %{_includedir}/X11/extensions/xtestext1const.h
  177. %{_includedir}/X11/extensions/xtestext1proto.h
  178. %{_includedir}/X11/extensions/xtestproto.h
  179. %dir %{_includedir}/X11/fonts
  180. %{_includedir}/X11/fonts/FS.h
  181. %{_includedir}/X11/fonts/FSproto.h
  182. %{_includedir}/X11/fonts/font.h
  183. %{_includedir}/X11/fonts/fontproto.h
  184. %{_includedir}/X11/fonts/fontstruct.h
  185. %{_includedir}/X11/fonts/fsmasks.h
  186. %{_includedir}/X11/keysym.h
  187. %{_includedir}/X11/keysymdef.h
  188. %{_datadir}/pkgconfig/bigreqsproto.pc
  189. %{_datadir}/pkgconfig/compositeproto.pc
  190. %{_datadir}/pkgconfig/damageproto.pc
  191. %{_datadir}/pkgconfig/dmxproto.pc
  192. %{_datadir}/pkgconfig/dri2proto.pc
  193. %{_datadir}/pkgconfig/dri3proto.pc
  194. %{_datadir}/pkgconfig/fixesproto.pc
  195. %{_datadir}/pkgconfig/fontsproto.pc
  196. %{_datadir}/pkgconfig/glproto.pc
  197. %{_datadir}/pkgconfig/inputproto.pc
  198. %{_datadir}/pkgconfig/kbproto.pc
  199. %{_datadir}/pkgconfig/presentproto.pc
  200. %{_datadir}/pkgconfig/randrproto.pc
  201. %{_datadir}/pkgconfig/recordproto.pc
  202. %{_datadir}/pkgconfig/renderproto.pc
  203. %{_datadir}/pkgconfig/resourceproto.pc
  204. %{_datadir}/pkgconfig/scrnsaverproto.pc
  205. %{_datadir}/pkgconfig/videoproto.pc
  206. %{_datadir}/pkgconfig/xcmiscproto.pc
  207. %{_datadir}/pkgconfig/xextproto.pc
  208. %{_datadir}/pkgconfig/xf86bigfontproto.pc
  209. %{_datadir}/pkgconfig/xf86dgaproto.pc
  210. %{_datadir}/pkgconfig/xf86driproto.pc
  211. %{_datadir}/pkgconfig/xf86vidmodeproto.pc
  212. %{_datadir}/pkgconfig/xineramaproto.pc
  213. %{_datadir}/pkgconfig/xproto.pc
  214. %{_docdir}/xorgproto/*
  215. %changelog
  216. * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2019.2-1
  217. - switched to unified repository.
  218. - new upstream release.
  219. * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.7-10
  220. - bigreqsproto-1.1.2
  221. - recordproto-1.14.2
  222. - scrnsaverproto-1.2.2
  223. - xcmiscproto-1.2.2
  224. - presentproto-1.1
  225. * Wed Feb 14 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.7-9
  226. - xproto = 7.0.31
  227. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-8
  228. - inputproto-2.3.2
  229. - videoproto-2.3.3
  230. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-7
  231. - xproto-7.0.27
  232. * Sun May 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-6
  233. - kbproto-1.0.7
  234. - randrproto-1.5.0
  235. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-5
  236. - randrproto-1.4.1
  237. - xproto-7.0.27
  238. * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-4
  239. - inputproto-2.3.1
  240. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-3
  241. - xextproto-7.3.0
  242. - xproto-7.0.26
  243. - fontsproto-2.1.3
  244. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-2
  245. - xproto-7.0.25
  246. - videoproto-2.3.2
  247. - presentproto-1.0
  248. - dri3proto-1.0
  249. - xextproto-7.2.99.901
  250. - glproto-1.4.17
  251. * Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  252. - inputproto-2.3
  253. - xproto-7.0.24
  254. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-7
  255. - dri2proto-2.8
  256. - glproto-1.4.16
  257. - randrproto-1.4.0
  258. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-6
  259. - xproto-7.0.23
  260. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5
  261. - inputproto-2.2
  262. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  263. - glproto-1.4.15
  264. - inputproto-2.1
  265. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  266. - fixesproto-5.0
  267. - glproto-1.4.14
  268. - inputproto-2.0.2
  269. - resourceproto-1.2.0
  270. - xproto-7.0.22
  271. - dri2proto-2.6
  272. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  273. - xextproto-7.2.0
  274. * Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  275. - dmxproto-2.3.1
  276. - evieext-1.1.1
  277. - xf86driproto-2.1.1
  278. - xf86vidmodeproto-2.3.1
  279. - xineramaproto-1.2.1
  280. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-6
  281. - inputproto-2.0.1
  282. - resourceproto-1.1.1
  283. - xproto-7.0.20
  284. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-5
  285. - bigreqsproto-1.1.1
  286. - compositeproto-0.4.2
  287. - damageproto-1.2.1
  288. - fixesproto-4.1.2
  289. - fontsproto-2.1.1
  290. - glproto-1.4.12
  291. - kbproto-1.0.5
  292. - randrproto-1.3.2
  293. - recordproto-1.14.1
  294. - renderproto-0.11.1
  295. - scrnsaverproto-1.2.1
  296. - videoproto-2.3.1
  297. - xcmiscproto-1.2.1
  298. - xextproto-7.1.2
  299. - xproto-7.0.19
  300. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-4
  301. - add %files
  302. (add fontcache.h, fontcacheP.h.fontcachstr.h, xf86rush.h, xf86rushstr.h,
  303. xtrapbits.h, xtrapddmi.h, xtrapdi.h, xtrapemacros.h, xtraplib.h,
  304. xtraplibp.h, xtrapproto.h in %{_includedir}/X11/extensions)
  305. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 7.5-3
  306. - build with rpm-4.8.1-1 for pkg-config file
  307. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-2
  308. - glproto-1.4.11
  309. - dri2proto-2.3
  310. * Sun Nov 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  311. - bigreqsproto-1.1.0
  312. - compositeproto-0.4.1
  313. - damageproto-1.2.0
  314. - dmxproto-2.3
  315. - evieext-1.1.0
  316. - fixesproto-4.1.1
  317. - fontcacheproto-0.1.3
  318. - fontsproto-2.1.0
  319. - inputproto-2.0
  320. - kbproto-1.0.4
  321. - randrproto-1.3.1
  322. - recordproto-1.13
  323. - renderproto-0.11
  324. - resourceproto-1.1.0
  325. - scrnsaverproto-1.2.0
  326. - videoproto-2.3.0
  327. - xcmisproto-1.2.0
  328. - xextproto-7.1.1
  329. - xf86bigfontproto-1.2.0
  330. - xf86dgaproto-2.1
  331. - xf86driproto-2.1.0
  332. - xf86miscproto-0.9.3
  333. - xf86vidmodeproto-2.3
  334. - xineramaproto-1.2
  335. - xproto-7.0.16
  336. - xproxymanagementprotocol-1.0.3
  337. * Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-9
  338. - dri2protp-2.1
  339. - glproto-1.4.10
  340. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-8
  341. - dri2proto-2.0
  342. * Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.4-7
  343. - changed Group to Development/Libraries
  344. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-6
  345. - dri2proto-1.99.3
  346. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-5
  347. - xproto-7.0.15
  348. - randrproto-1.3.0
  349. * Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-4
  350. - xextproto-7.0.4
  351. * Sun Nov 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-3
  352. - inputproto-1.5.0
  353. * Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-2
  354. - xproto-7.0.14
  355. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
  356. - inputproto-1.4.4
  357. - randrproto-1.2.2
  358. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  359. - xproto 7.0.13
  360. - xextproto 7.0.3
  361. - xf86driproto 2.0.4
  362. - inputproto 1.4.3
  363. - add dri2proto
  364. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  365. - new versioning policy
  366. * Fri Jan 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  367. - build with mesa and libXau
  368. * Sat Jan 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl0
  369. - initial build for Vine Linux (bootstrap)
  370. * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 7.3-7
  371. - inputproto-1.4.2-card32.patch: Make sure CARD32 is defined on lp64.
  372. * Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 7.3-6
  373. - renderproto 0.9.3
  374. * Fri Nov 9 2007 Kristian H淡gsberg <krh@redhat.com> - 7.3-5
  375. - Bump and rebuild.
  376. * Thu Oct 25 2007 Kristian H淡gsberg <krh@redhat.com> 7.3-4
  377. - Pull in new glproto to get proto structs for GLX_SGIX_pbuffer.
  378. * Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
  379. - BuildArch: noarch
  380. * Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
  381. - BuildArch: noarch
  382. * Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 7.3-2
  383. - Require libXau-devel when not doing arch bootstrap (#207391)
  384. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  385. - dgaproto 2.0.3
  386. - Bump to 7.3
  387. * Wed Aug 29 2007 Adam Jackson <ajax@redhat.com> 7.2-13
  388. - Remove the horrible header hack, in favor of proper fix in xserver itself.
  389. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-12
  390. - Remove dri_interface.h. It's not protocol, it belongs in Mesa.
  391. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-11
  392. - compositeproto 0.4
  393. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-10
  394. - inputproto-1.4.2-horrible-header-hack.patch: Re-add some #defines from
  395. older inputproto to make old drivers build. Do not commit this patch
  396. upstream.
  397. * Thu Apr 26 2007 Adam Jackson <ajax@redhat.com> 7.2-9
  398. - inputproto 1.4.2
  399. * Thu Apr 05 2007 Adam Jackson <ajax@redhat.com> 7.2-8
  400. - Add virtual provides for the subprotocols (#231156)
  401. * Mon Apr 02 2007 Adam Jackson <ajax@redhat.com> 7.2-7
  402. - inputproto 1.4.1
  403. * Mon Mar 12 2007 Adam Jackson <ajax@redhat.com> 7.2-6
  404. - Fix doc macros as per package review (#226641)
  405. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-5
  406. - Package review cleanups (#226641)
  407. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-4
  408. - Appease RPM. (#229336)
  409. * Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 7.2-3
  410. - damageproto 1.1.0
  411. * Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
  412. - randrproto 1.2.1
  413. * Mon Feb 12 2007 Adam Jackson <ajax@redhat.com> 7.2-1
  414. - randrproto 1.2
  415. - Superstition bump to 7.2
  416. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 7.1-11
  417. - xproto 7.0.10
  418. * Tue Oct 3 2006 Adam Jackson <ajackson@redhat.com> 7.1-10
  419. - Install just enough LBX headers to make libXext build. (#203815)
  420. * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 7.1-9
  421. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  422. * Wed Sep 20 2006 Kristian H淡gsberg <krh@redhat.com> - 7.1-8.fc6
  423. - Update to 1.4.8 to get the finaly update of GLX_EXT_tfp opcodes.
  424. * Fri Sep 8 2006 Soren Sandmann <sandmann@redhat.com> 7.1-7.fc6
  425. - Remove printproto source. Rest of 175350.
  426. * Thu Aug 17 2006 Soren Sandmann <sandmann@redhat.com> 7.1-6.fc6
  427. - Don't install xprint headers, as they are being moved to the libXp
  428. package instead. Bug 175350.
  429. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 7.1-5.fc6
  430. - Don't install LBX protocol headers, as LBX is obsoleted in the 7.1 release
  431. and no longer supported.
  432. * Fri Jul 21 2006 Adam Jackson <ajackson@redhat.com> 7.1-4
  433. - Use dist tag. Update to kbproto-1.0.3.
  434. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 7.1-3
  435. - Tag as 7.1-3.fc5.aiglx.
  436. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 7.1-3
  437. - Add dist tag.
  438. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
  439. - rebuild
  440. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-2
  441. - Update to xproto 7.0.7 for X11R7.1
  442. - Use "make install" instead of makeinstall macro.
  443. * Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  444. - Bump package version-release to 7.1-1 for X.Org X11R7.1 release.
  445. * Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 7.0-13
  446. - Update to glproto 1.4.7 for final EXT_tfp defines
  447. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 7.0-12
  448. - Update to xproto 7.0.5 for misc fixes
  449. * Fri Apr 07 2006 Adam Jackson <ajackson@redhat.com> 7.0-10
  450. - Update to compositeproto-0.3.1 to fix big-endian LP64.
  451. * Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 7.0-9
  452. - Update to scrnsaverproto-1.1
  453. * Mon Mar 20 2006 Adam Jackson <ajackson@redhat.com> 7.0-8
  454. - Fix the base URL.
  455. * Wed Mar 15 2006 Adam Jackson <ajackson@redhat.com> 7.0-7
  456. - Update to fixesproto-4.0, compositeproto-0.3, and glproto-1.4.6
  457. * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 7.0-6
  458. - Update to glproto-1.4.5
  459. - Remove xorg-x11-proto-devel-7.0-buffer-values.patch which is in 1.4.5.
  460. * Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 7.0-5
  461. - require mesa-libGL-devel since it's needed by some of the headers
  462. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 7.0-4
  463. - Add back part of glproto-texture-from-drawable patch that didn't
  464. get integrated for some reason
  465. * Thu Feb 16 2006 Mike A. Harris <mharris@redhat.com> 7.0-3
  466. - Update to glproto-1.4.4
  467. - Drop glproto-texture-from-drawable patch, which is integrated now.
  468. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.3
  469. - bump again for double-long bug on ppc(64)
  470. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.1
  471. - rebuilt for new gcc4.1 snapshot and glibc changes
  472. * Fri Jan 27 2006 Kristian H淡gsberg <krh@redhat.com> 7.0-2
  473. - Add glproto-texture-from-drawable.patch to add opcodes and tokens
  474. for GLX_texture_from_drawable extension.
  475. * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 7.0-1
  476. - Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
  477. X11R7.0 final release.
  478. - Bump package version to 7.0 to match the X11R7 version, for no particularly
  479. strong reason other than "it feels good".
  480. * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.4-1
  481. - Update all proto tarballs to the RC4 release.
  482. * Wed Dec 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  483. - Update to printproto-1.0.2, trapproto-3.4.2, xproto-7.0.3 from the
  484. X11R7 RC3 release.
  485. * Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
  486. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
  487. workaround bug( #173384).
  488. * Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  489. - Change Conflicts to "Obsoletes: XFree86-devel, xorg-x11-devel"
  490. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  491. - Update to X11R7 RC2 release, picking up new xproto-7.0.2.
  492. * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  493. - This package contains only C header files and pkg-config *.pc files,
  494. and does not contain any ELF binaries or DSOs, so we disable debuginfo
  495. generation.
  496. * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  497. - Update all tarballs to X11R7 RC1 release.
  498. - Remove panoramixproto, as it is now known as xineramaproto.
  499. - Remove glu.h and glx.h from file manifest, as they're provided by Mesa.
  500. - Added {_includedir}/GL/internal/dri_interface.h to file manifest.
  501. * Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-3
  502. - Use Fedora-Extras style BuildRoot
  503. - Invoke make with _smp_mflags
  504. - Add full URLs to SourceN lines
  505. * Mon Sep 12 2005 Kristian H淡gsberg <krh@redhat.com> 0.0.1-2
  506. - Update to 20050912 cvs snapshot of kbproto.
  507. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
  508. - Changed for loop in build section to use "ls -1" instead of find "*proto*"
  509. when going through protocol dirs, as "evieext" just *HAD* to be named
  510. something completely different from everything else, in true X.Org
  511. inconsistency fashion.
  512. - Added Conflicts with XFree86-devel and xorg-x11-devel.
  513. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-0
  514. - Initial build of xproto from X.Org modular CVS checkout and "make dist".
  515. - Since there are no upstream tarballs yet, and "make dist" generates
  516. a "7.0" non-beta final version, I changed the version to 0.0 as I've no
  517. idea what the intention is and want to avoid using Epoch later.