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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  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: 2022.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: 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: 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 xorg-xorgproto-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. %doc 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. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2022.2-1
  218. - new upstream release.
  219. * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2019.2-1
  220. - switched to unified repository.
  221. - new upstream release.
  222. * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.7-10
  223. - bigreqsproto-1.1.2
  224. - recordproto-1.14.2
  225. - scrnsaverproto-1.2.2
  226. - xcmiscproto-1.2.2
  227. - presentproto-1.1
  228. * Wed Feb 14 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.7-9
  229. - xproto = 7.0.31
  230. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-8
  231. - inputproto-2.3.2
  232. - videoproto-2.3.3
  233. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-7
  234. - xproto-7.0.27
  235. * Sun May 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-6
  236. - kbproto-1.0.7
  237. - randrproto-1.5.0
  238. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-5
  239. - randrproto-1.4.1
  240. - xproto-7.0.27
  241. * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-4
  242. - inputproto-2.3.1
  243. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-3
  244. - xextproto-7.3.0
  245. - xproto-7.0.26
  246. - fontsproto-2.1.3
  247. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-2
  248. - xproto-7.0.25
  249. - videoproto-2.3.2
  250. - presentproto-1.0
  251. - dri3proto-1.0
  252. - xextproto-7.2.99.901
  253. - glproto-1.4.17
  254. * Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  255. - inputproto-2.3
  256. - xproto-7.0.24
  257. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-7
  258. - dri2proto-2.8
  259. - glproto-1.4.16
  260. - randrproto-1.4.0
  261. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-6
  262. - xproto-7.0.23
  263. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5
  264. - inputproto-2.2
  265. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  266. - glproto-1.4.15
  267. - inputproto-2.1
  268. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  269. - fixesproto-5.0
  270. - glproto-1.4.14
  271. - inputproto-2.0.2
  272. - resourceproto-1.2.0
  273. - xproto-7.0.22
  274. - dri2proto-2.6
  275. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  276. - xextproto-7.2.0
  277. * Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  278. - dmxproto-2.3.1
  279. - evieext-1.1.1
  280. - xf86driproto-2.1.1
  281. - xf86vidmodeproto-2.3.1
  282. - xineramaproto-1.2.1
  283. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-6
  284. - inputproto-2.0.1
  285. - resourceproto-1.1.1
  286. - xproto-7.0.20
  287. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-5
  288. - bigreqsproto-1.1.1
  289. - compositeproto-0.4.2
  290. - damageproto-1.2.1
  291. - fixesproto-4.1.2
  292. - fontsproto-2.1.1
  293. - glproto-1.4.12
  294. - kbproto-1.0.5
  295. - randrproto-1.3.2
  296. - recordproto-1.14.1
  297. - renderproto-0.11.1
  298. - scrnsaverproto-1.2.1
  299. - videoproto-2.3.1
  300. - xcmiscproto-1.2.1
  301. - xextproto-7.1.2
  302. - xproto-7.0.19
  303. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-4
  304. - add %files
  305. (add fontcache.h, fontcacheP.h.fontcachstr.h, xf86rush.h, xf86rushstr.h,
  306. xtrapbits.h, xtrapddmi.h, xtrapdi.h, xtrapemacros.h, xtraplib.h,
  307. xtraplibp.h, xtrapproto.h in %{_includedir}/X11/extensions)
  308. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 7.5-3
  309. - build with rpm-4.8.1-1 for pkg-config file
  310. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-2
  311. - glproto-1.4.11
  312. - dri2proto-2.3
  313. * Sun Nov 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  314. - bigreqsproto-1.1.0
  315. - compositeproto-0.4.1
  316. - damageproto-1.2.0
  317. - dmxproto-2.3
  318. - evieext-1.1.0
  319. - fixesproto-4.1.1
  320. - fontcacheproto-0.1.3
  321. - fontsproto-2.1.0
  322. - inputproto-2.0
  323. - kbproto-1.0.4
  324. - randrproto-1.3.1
  325. - recordproto-1.13
  326. - renderproto-0.11
  327. - resourceproto-1.1.0
  328. - scrnsaverproto-1.2.0
  329. - videoproto-2.3.0
  330. - xcmisproto-1.2.0
  331. - xextproto-7.1.1
  332. - xf86bigfontproto-1.2.0
  333. - xf86dgaproto-2.1
  334. - xf86driproto-2.1.0
  335. - xf86miscproto-0.9.3
  336. - xf86vidmodeproto-2.3
  337. - xineramaproto-1.2
  338. - xproto-7.0.16
  339. - xproxymanagementprotocol-1.0.3
  340. * Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-9
  341. - dri2protp-2.1
  342. - glproto-1.4.10
  343. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-8
  344. - dri2proto-2.0
  345. * Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.4-7
  346. - changed Group to Development/Libraries
  347. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-6
  348. - dri2proto-1.99.3
  349. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-5
  350. - xproto-7.0.15
  351. - randrproto-1.3.0
  352. * Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-4
  353. - xextproto-7.0.4
  354. * Sun Nov 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-3
  355. - inputproto-1.5.0
  356. * Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-2
  357. - xproto-7.0.14
  358. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
  359. - inputproto-1.4.4
  360. - randrproto-1.2.2
  361. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  362. - xproto 7.0.13
  363. - xextproto 7.0.3
  364. - xf86driproto 2.0.4
  365. - inputproto 1.4.3
  366. - add dri2proto
  367. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  368. - new versioning policy
  369. * Fri Jan 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  370. - build with mesa and libXau
  371. * Sat Jan 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl0
  372. - initial build for Vine Linux (bootstrap)
  373. * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 7.3-7
  374. - inputproto-1.4.2-card32.patch: Make sure CARD32 is defined on lp64.
  375. * Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 7.3-6
  376. - renderproto 0.9.3
  377. * Fri Nov 9 2007 Kristian H淡gsberg <krh@redhat.com> - 7.3-5
  378. - Bump and rebuild.
  379. * Thu Oct 25 2007 Kristian H淡gsberg <krh@redhat.com> 7.3-4
  380. - Pull in new glproto to get proto structs for GLX_SGIX_pbuffer.
  381. * Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
  382. - BuildArch: noarch
  383. * Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
  384. - BuildArch: noarch
  385. * Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 7.3-2
  386. - Require libXau-devel when not doing arch bootstrap (#207391)
  387. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  388. - dgaproto 2.0.3
  389. - Bump to 7.3
  390. * Wed Aug 29 2007 Adam Jackson <ajax@redhat.com> 7.2-13
  391. - Remove the horrible header hack, in favor of proper fix in xserver itself.
  392. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-12
  393. - Remove dri_interface.h. It's not protocol, it belongs in Mesa.
  394. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-11
  395. - compositeproto 0.4
  396. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-10
  397. - inputproto-1.4.2-horrible-header-hack.patch: Re-add some #defines from
  398. older inputproto to make old drivers build. Do not commit this patch
  399. upstream.
  400. * Thu Apr 26 2007 Adam Jackson <ajax@redhat.com> 7.2-9
  401. - inputproto 1.4.2
  402. * Thu Apr 05 2007 Adam Jackson <ajax@redhat.com> 7.2-8
  403. - Add virtual provides for the subprotocols (#231156)
  404. * Mon Apr 02 2007 Adam Jackson <ajax@redhat.com> 7.2-7
  405. - inputproto 1.4.1
  406. * Mon Mar 12 2007 Adam Jackson <ajax@redhat.com> 7.2-6
  407. - Fix doc macros as per package review (#226641)
  408. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-5
  409. - Package review cleanups (#226641)
  410. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-4
  411. - Appease RPM. (#229336)
  412. * Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 7.2-3
  413. - damageproto 1.1.0
  414. * Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
  415. - randrproto 1.2.1
  416. * Mon Feb 12 2007 Adam Jackson <ajax@redhat.com> 7.2-1
  417. - randrproto 1.2
  418. - Superstition bump to 7.2
  419. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 7.1-11
  420. - xproto 7.0.10
  421. * Tue Oct 3 2006 Adam Jackson <ajackson@redhat.com> 7.1-10
  422. - Install just enough LBX headers to make libXext build. (#203815)
  423. * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 7.1-9
  424. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  425. * Wed Sep 20 2006 Kristian H淡gsberg <krh@redhat.com> - 7.1-8.fc6
  426. - Update to 1.4.8 to get the finaly update of GLX_EXT_tfp opcodes.
  427. * Fri Sep 8 2006 Soren Sandmann <sandmann@redhat.com> 7.1-7.fc6
  428. - Remove printproto source. Rest of 175350.
  429. * Thu Aug 17 2006 Soren Sandmann <sandmann@redhat.com> 7.1-6.fc6
  430. - Don't install xprint headers, as they are being moved to the libXp
  431. package instead. Bug 175350.
  432. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 7.1-5.fc6
  433. - Don't install LBX protocol headers, as LBX is obsoleted in the 7.1 release
  434. and no longer supported.
  435. * Fri Jul 21 2006 Adam Jackson <ajackson@redhat.com> 7.1-4
  436. - Use dist tag. Update to kbproto-1.0.3.
  437. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 7.1-3
  438. - Tag as 7.1-3.fc5.aiglx.
  439. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 7.1-3
  440. - Add dist tag.
  441. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
  442. - rebuild
  443. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-2
  444. - Update to xproto 7.0.7 for X11R7.1
  445. - Use "make install" instead of makeinstall macro.
  446. * Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  447. - Bump package version-release to 7.1-1 for X.Org X11R7.1 release.
  448. * Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 7.0-13
  449. - Update to glproto 1.4.7 for final EXT_tfp defines
  450. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 7.0-12
  451. - Update to xproto 7.0.5 for misc fixes
  452. * Fri Apr 07 2006 Adam Jackson <ajackson@redhat.com> 7.0-10
  453. - Update to compositeproto-0.3.1 to fix big-endian LP64.
  454. * Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 7.0-9
  455. - Update to scrnsaverproto-1.1
  456. * Mon Mar 20 2006 Adam Jackson <ajackson@redhat.com> 7.0-8
  457. - Fix the base URL.
  458. * Wed Mar 15 2006 Adam Jackson <ajackson@redhat.com> 7.0-7
  459. - Update to fixesproto-4.0, compositeproto-0.3, and glproto-1.4.6
  460. * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 7.0-6
  461. - Update to glproto-1.4.5
  462. - Remove xorg-x11-proto-devel-7.0-buffer-values.patch which is in 1.4.5.
  463. * Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 7.0-5
  464. - require mesa-libGL-devel since it's needed by some of the headers
  465. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 7.0-4
  466. - Add back part of glproto-texture-from-drawable patch that didn't
  467. get integrated for some reason
  468. * Thu Feb 16 2006 Mike A. Harris <mharris@redhat.com> 7.0-3
  469. - Update to glproto-1.4.4
  470. - Drop glproto-texture-from-drawable patch, which is integrated now.
  471. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.3
  472. - bump again for double-long bug on ppc(64)
  473. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.1
  474. - rebuilt for new gcc4.1 snapshot and glibc changes
  475. * Fri Jan 27 2006 Kristian H淡gsberg <krh@redhat.com> 7.0-2
  476. - Add glproto-texture-from-drawable.patch to add opcodes and tokens
  477. for GLX_texture_from_drawable extension.
  478. * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 7.0-1
  479. - Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
  480. X11R7.0 final release.
  481. - Bump package version to 7.0 to match the X11R7 version, for no particularly
  482. strong reason other than "it feels good".
  483. * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.4-1
  484. - Update all proto tarballs to the RC4 release.
  485. * Wed Dec 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  486. - Update to printproto-1.0.2, trapproto-3.4.2, xproto-7.0.3 from the
  487. X11R7 RC3 release.
  488. * Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
  489. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
  490. workaround bug( #173384).
  491. * Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  492. - Change Conflicts to "Obsoletes: XFree86-devel, xorg-x11-devel"
  493. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  494. - Update to X11R7 RC2 release, picking up new xproto-7.0.2.
  495. * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  496. - This package contains only C header files and pkg-config *.pc files,
  497. and does not contain any ELF binaries or DSOs, so we disable debuginfo
  498. generation.
  499. * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  500. - Update all tarballs to X11R7 RC1 release.
  501. - Remove panoramixproto, as it is now known as xineramaproto.
  502. - Remove glu.h and glx.h from file manifest, as they're provided by Mesa.
  503. - Added {_includedir}/GL/internal/dri_interface.h to file manifest.
  504. * Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-3
  505. - Use Fedora-Extras style BuildRoot
  506. - Invoke make with _smp_mflags
  507. - Add full URLs to SourceN lines
  508. * Mon Sep 12 2005 Kristian H淡gsberg <krh@redhat.com> 0.0.1-2
  509. - Update to 20050912 cvs snapshot of kbproto.
  510. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
  511. - Changed for loop in build section to use "ls -1" instead of find "*proto*"
  512. when going through protocol dirs, as "evieext" just *HAD* to be named
  513. something completely different from everything else, in true X.Org
  514. inconsistency fashion.
  515. - Added Conflicts with XFree86-devel and xorg-x11-devel.
  516. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-0
  517. - Initial build of xproto from X.Org modular CVS checkout and "make dist".
  518. - Since there are no upstream tarballs yet, and "make dist" generates
  519. a "7.0" non-beta final version, I changed the version to 0.0 as I've no
  520. idea what the intention is and want to avoid using Epoch later.