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

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