pspec.xml 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mesa</Name>
  6. <Homepage>http://www.mesa3d.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Icon>mesa</Icon>
  15. <Summary>Mesa graphics libraries and utilities</Summary>
  16. <Description>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.</Description>
  17. <Archive sha1sum="42448266720dadaa964c39070f09e54ad82febb1" type="tarxz">https://archive.mesa3d.org/mesa-24.3.2.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>meson</Dependency>
  20. <Dependency>cbindgen</Dependency>
  21. <Dependency>valgrind-devel</Dependency>
  22. <Dependency>libva-devel</Dependency>
  23. <Dependency>zstd-devel</Dependency>
  24. <Dependency>zlib-devel</Dependency>
  25. <Dependency>xorg-proto</Dependency>
  26. <Dependency>openssl-devel</Dependency>
  27. <Dependency>expat-devel</Dependency>
  28. <Dependency>libXt-devel</Dependency>
  29. <Dependency>libpng-devel</Dependency>
  30. <Dependency>libcap-devel</Dependency>
  31. <Dependency>libdrm-devel</Dependency>
  32. <Dependency>libXext-devel</Dependency>
  33. <Dependency>elfutils-devel</Dependency>
  34. <Dependency>wayland-devel</Dependency>
  35. <Dependency>wayland-server</Dependency>
  36. <Dependency>wayland-client</Dependency>
  37. <Dependency>libvdpau-devel</Dependency>
  38. <Dependency>libXfixes-devel</Dependency>
  39. <Dependency>libtalloc-devel</Dependency>
  40. <Dependency>libXdamage-devel</Dependency>
  41. <Dependency>libomxil-bellagio-devel</Dependency>
  42. <Dependency>libXxf86vm-devel</Dependency>
  43. <Dependency>libXvMC-devel</Dependency>
  44. <Dependency>libXv-devel</Dependency>
  45. <Dependency>eudev-devel</Dependency>
  46. <Dependency>nettle-devel</Dependency>
  47. <Dependency>python3-mako</Dependency>
  48. <Dependency versionFrom="15.0.7">llvm</Dependency>
  49. <Dependency versionFrom="15.0.7">compiler-rt</Dependency>
  50. <Dependency versionFrom="15.0.7">llvm-polly</Dependency>
  51. <Dependency versionFrom="15.0.7">llvm-clang-devel</Dependency>
  52. <Dependency versionFrom="1.2">libxshmfence-devel</Dependency>
  53. <Dependency>automake</Dependency>
  54. <Dependency>libX11-devel</Dependency>
  55. <Dependency>libdrm-intel</Dependency>
  56. <Dependency>libdrm-radeon</Dependency>
  57. <Dependency>libdrm-amd</Dependency>
  58. <Dependency>libdrm-nouveau</Dependency>
  59. <Dependency>libunwind-devel</Dependency>
  60. <Dependency>wayland-protocols-devel</Dependency>
  61. <Dependency>libXrandr-devel</Dependency>
  62. <Dependency>libglvnd-devel</Dependency>
  63. <Dependency>libclc-devel</Dependency>
  64. <Dependency>vulkan-devel</Dependency>
  65. <Dependency>glslang-devel</Dependency>
  66. <Dependency>lm_sensors-devel</Dependency>
  67. <Dependency>xcb-util-keysyms-devel</Dependency>
  68. <Dependency>python3-PLY</Dependency>
  69. <Dependency>python3-PyYAML</Dependency>
  70. <Dependency>python3-packaging</Dependency>
  71. <Dependency versionFrom="1.614.0">DirectX-headers-devel</Dependency>
  72. <Dependency>rust-bindgen</Dependency>
  73. <Dependency>spirv-llvm-devel</Dependency>
  74. <Dependency>spirv-tools-devel</Dependency>
  75. </BuildDependencies>
  76. <AdditionalFiles>
  77. <AdditionalFile owner="root" permission="0644" target="crossfile.ini">crossfile.ini</AdditionalFile>
  78. </AdditionalFiles>
  79. <Patches>
  80. <!-- <Patch level="1">0001-rusticl-do-not-use-CL-vector-types-in-bindings-and-c.patch</Patch> -->
  81. </Patches>
  82. </Source>
  83. <Package>
  84. <Name>mesa</Name>
  85. <RuntimeDependencies>
  86. <Dependency>zstd</Dependency>
  87. <Dependency>zlib</Dependency>
  88. <Dependency>expat</Dependency>
  89. <Dependency>eudev</Dependency>
  90. <Dependency>libXv</Dependency>
  91. <Dependency>libpng</Dependency>
  92. <Dependency>libX11</Dependency>
  93. <Dependency>libdrm</Dependency>
  94. <Dependency>libgcc</Dependency>
  95. <Dependency>libxcb</Dependency>
  96. <Dependency>libXext</Dependency>
  97. <Dependency>libXvMC</Dependency>
  98. <Dependency>elfutils</Dependency>
  99. <Dependency>libXfixes</Dependency>
  100. <Dependency>libunwind</Dependency>
  101. <Dependency>libXdamage</Dependency>
  102. <Dependency>libXxf86vm</Dependency>
  103. <Dependency>libdrm-amd</Dependency>
  104. <Dependency>lm_sensors</Dependency>
  105. <Dependency>libdrm-intel</Dependency>
  106. <Dependency>libxshmfence</Dependency>
  107. <Dependency>libdrm-radeon</Dependency>
  108. <Dependency>libdrm-nouveau</Dependency>
  109. <Dependency>wayland-client</Dependency>
  110. <Dependency>wayland-server</Dependency>
  111. <Dependency>libomxil-bellagio</Dependency>
  112. <Dependency>lm_sensors</Dependency>
  113. <Dependency>xcb-util-keysyms</Dependency>
  114. <!-- <Dependency>libclc</Dependency> -->
  115. <Dependency>vulkan</Dependency>
  116. <Dependency>DirectX-headers</Dependency>
  117. <!-- <Dependency>opencl-icd</Dependency> -->
  118. <Dependency versionFrom="15.0.7">llvm-libs</Dependency>
  119. <!-- <Dependency versionFrom="11.0.0">llvm-clang</Dependency> -->
  120. </RuntimeDependencies>
  121. <Files>
  122. <Path fileType="config">/etc</Path>
  123. <Path fileType="config">/usr/share/drirc.d/00-radv-defaults.conf</Path>
  124. <Path fileType="executable">/usr/bin</Path>
  125. <Path fileType="library">/usr/lib</Path>
  126. <Path fileType="library">/usr/lib/libGL.so.1.2</Path>
  127. <Path fileType="data">/usr/share/vulkan/icd.d</Path>
  128. <Path fileType="data">/usr/share/drirc.d/00-mesa-defaults.conf</Path>
  129. <Path fileType="data">/usr/share/glvnd/egl_vendor.d/50_mesa.json</Path>
  130. <Path fileType="data">/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json</Path>
  131. <Path fileType="doc">/usr/share/doc</Path>
  132. <Path fileType="data">/usr/share/vulkan/explicit_layer.d</Path>
  133. <Path fileType="data">/usr/share/pixmaps</Path>
  134. </Files>
  135. <AdditionalFiles>
  136. <AdditionalFile owner="root" permission="0644" target="/etc/drirc">drirc</AdditionalFile>
  137. </AdditionalFiles>
  138. </Package>
  139. <Package>
  140. <Name>mesa-opencl</Name>
  141. <Summary>OpenCL support for AMD/ATI Radeon mesa drivers</Summary>
  142. <RuntimeDependencies>
  143. <Dependency>zstd</Dependency>
  144. <Dependency>zlib</Dependency>
  145. <Dependency>expat</Dependency>
  146. <Dependency>libdrm</Dependency>
  147. <Dependency>libgcc</Dependency>
  148. <Dependency>elfutils</Dependency>
  149. <Dependency>llvm-libs</Dependency>
  150. <Dependency>libdrm-amd</Dependency>
  151. <Dependency>llvm-clang</Dependency>
  152. <Dependency>lm_sensors</Dependency>
  153. <Dependency>spirv-llvm</Dependency>
  154. <Dependency>spirv-tools</Dependency>
  155. <Dependency>libdrm-radeon</Dependency>
  156. <Dependency>libdrm-nouveau</Dependency>
  157. </RuntimeDependencies>
  158. <Files>
  159. <Path fileType="config">/etc/OpenCL/vendors/mesa.icd</Path>
  160. <Path fileType="config">/etc/OpenCL/vendors/rusticl.icd</Path>
  161. <Path fileType="library">/usr/lib/libMesaOpenCL.so*</Path>
  162. <Path fileType="library">/usr/lib/gallium-pipe/pipe*.so</Path>
  163. <Path fileType="library">/usr/lib/libRusticlOpenCL.so*</Path>
  164. </Files>
  165. <AdditionalFiles>
  166. <!-- <AdditionalFile owner="root" permission="0644" target="/etc/drirc">drirc</AdditionalFile> -->
  167. </AdditionalFiles>
  168. </Package>
  169. <Package>
  170. <Name>mesa-devel</Name>
  171. <Summary>Development files for mesa</Summary>
  172. <RuntimeDependencies>
  173. <Dependency>eudev-devel</Dependency>
  174. <Dependency>libX11-devel</Dependency>
  175. <Dependency>libxcb-devel</Dependency>
  176. <Dependency>libdrm-devel</Dependency>
  177. <Dependency>libXext-devel</Dependency>
  178. <Dependency>wayland-devel</Dependency>
  179. <Dependency>libglvnd-devel</Dependency>
  180. <Dependency>libXfixes-devel</Dependency>
  181. <Dependency>libXdamage-devel</Dependency>
  182. <Dependency>libXxf86vm-devel</Dependency>
  183. <Dependency>libxshmfence-devel</Dependency>
  184. <Dependency release="current">mesa</Dependency>
  185. </RuntimeDependencies>
  186. <Files>
  187. <Path fileType="header">/usr/include</Path>
  188. <Path fileType="data">/usr/lib/pkgconfig</Path>
  189. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  190. </Files>
  191. </Package>
  192. <Package>
  193. <Name>mesa-32bit</Name>
  194. <PartOf>emul32</PartOf>
  195. <Summary>32-bit shared libraries for mesa</Summary>
  196. <BuildType>emul32</BuildType>
  197. <BuildDependencies>
  198. <Dependency>zlib-32bit</Dependency>
  199. <Dependency>libva-32bit</Dependency>
  200. <Dependency>elfutils-32bit</Dependency>
  201. <Dependency>expat-32bit</Dependency>
  202. <Dependency>libXt-32bit</Dependency>
  203. <Dependency>libXv-32bit</Dependency>
  204. <Dependency>libX11-32bit</Dependency>
  205. <Dependency>libcap-32bit</Dependency>
  206. <Dependency>libdrm-32bit</Dependency>
  207. <Dependency>libXext-32bit</Dependency>
  208. <Dependency>libXvMC-32bit</Dependency>
  209. <Dependency>eudev-32bit</Dependency>
  210. <Dependency>openssl-32bit</Dependency>
  211. <Dependency>wayland-32bit</Dependency>
  212. <Dependency>libvdpau-32bit</Dependency>
  213. <Dependency>libXfixes-32bit</Dependency>
  214. <Dependency>libXdamage-32bit</Dependency>
  215. <Dependency>libXxf86vm-32bit</Dependency>
  216. <Dependency>libdrm-intel-32bit</Dependency>
  217. <Dependency>libdrm-radeon-32bit</Dependency>
  218. <Dependency>libdrm-amd-32bit</Dependency>
  219. <Dependency>libdrm-nouveau-32bit</Dependency>
  220. <Dependency>libxshmfence-32bit</Dependency>
  221. <Dependency>nettle-32bit</Dependency>
  222. <Dependency>libunwind-32bit</Dependency>
  223. <Dependency>xcb-util-keysyms-32bit</Dependency>
  224. <Dependency versionFrom="11.0.0">llvm-32bit</Dependency>
  225. <Dependency>libXrandr-32bit</Dependency>
  226. <Dependency>libglvnd-32bit</Dependency>
  227. <Dependency>vulkan-32bit</Dependency>
  228. <Dependency>libclc-32bit</Dependency>
  229. <Dependency>spirv-llvm-32bit</Dependency>
  230. <Dependency>spirv-tools-32bit</Dependency>
  231. <Dependency>llvm-clang-32bit</Dependency>
  232. </BuildDependencies>
  233. <RuntimeDependencies>
  234. <Dependency>zlib-32bit</Dependency>
  235. <Dependency>elfutils-32bit</Dependency>
  236. <Dependency>openssl-32bit</Dependency>
  237. <Dependency>libgcc</Dependency>
  238. <Dependency>eudev-32bit</Dependency>
  239. <Dependency>libxcb-32bit</Dependency>
  240. <Dependency>expat-32bit</Dependency>
  241. <Dependency>libX11-32bit</Dependency>
  242. <Dependency>libdrm-32bit</Dependency>
  243. <Dependency>libxcb-32bit</Dependency>
  244. <Dependency>libXext-32bit</Dependency>
  245. <Dependency>libXfixes-32bit</Dependency>
  246. <Dependency>libXdamage-32bit</Dependency>
  247. <Dependency>libXxf86vm-32bit</Dependency>
  248. <Dependency>libXv-32bit</Dependency>
  249. <Dependency>libXvMC-32bit</Dependency>
  250. <Dependency>libdrm-intel-32bit</Dependency>
  251. <Dependency>libxshmfence-32bit</Dependency>
  252. <Dependency>libdrm-radeon-32bit</Dependency>
  253. <Dependency>libdrm-amd-32bit</Dependency>
  254. <Dependency>libdrm-nouveau-32bit</Dependency>
  255. <Dependency>wayland-32bit</Dependency>
  256. <Dependency>vulkan-32bit</Dependency>
  257. <Dependency>opencl-icd-32bit</Dependency>
  258. <Dependency>libglvnd-32bit</Dependency>
  259. <Dependency>libclc-32bit</Dependency>
  260. <Dependency>libunwind-32bit</Dependency>
  261. <!-- <Dependency>llvm-clang-32bit</Dependency> -->
  262. <!-- <Dependency>spirv-llvm-32bit</Dependency> -->
  263. <!-- <Dependency>spirv-tools-32bit</Dependency> -->
  264. <Dependency>xcb-util-keysyms-32bit</Dependency>
  265. <Dependency release="current">mesa</Dependency>
  266. <Dependency versionFrom="11.0.0">llvm-32bit</Dependency>
  267. </RuntimeDependencies>
  268. <Files>
  269. <Path fileType="library">/usr/lib32</Path>
  270. <Path fileType="data">/usr/share/vulkan/icd.d/*.i686.json</Path>
  271. </Files>
  272. </Package>
  273. <History>
  274. <Update release="124">
  275. <Date>2024-12-21</Date>
  276. <Version>24.3.2</Version>
  277. <Comment>Version bump.</Comment>
  278. <Name>Pisi Linux Community</Name>
  279. <Email>admin@pisilinux.org</Email>
  280. </Update>
  281. <Update release="123">
  282. <Date>2024-11-28</Date>
  283. <Version>24.2.8</Version>
  284. <Comment>Version bump.</Comment>
  285. <Name>Pisi Linux Community</Name>
  286. <Email>admin@pisilinux.org</Email>
  287. </Update>
  288. <Update release="122">
  289. <Date>2024-11-14</Date>
  290. <Version>24.2.7</Version>
  291. <Comment>Version bump</Comment>
  292. <Name>Pisi Linux Community</Name>
  293. <Email>admin@pisilinux.org</Email>
  294. </Update>
  295. <Update release="121">
  296. <Date>2024-10-30</Date>
  297. <Version>24.2.6</Version>
  298. <Comment>Version bump.</Comment>
  299. <Name>Pisi Linux Community</Name>
  300. <Email>admin@pisilinux.org</Email>
  301. </Update>
  302. <Update release="120">
  303. <Date>2024-10-05</Date>
  304. <Version>24.2.4</Version>
  305. <Comment>Version bump.</Comment>
  306. <Name>Pisi Linux Community</Name>
  307. <Email>admin@pisilinux.org</Email>
  308. </Update>
  309. <Update release="119">
  310. <Date>2024-09-19</Date>
  311. <Version>24.2.3</Version>
  312. <Comment>Version bump.</Comment>
  313. <Name>Pisi Linux Community</Name>
  314. <Email>admin@pisilinux.org</Email>
  315. </Update>
  316. <Update release="118">
  317. <Date>2024-09-06</Date>
  318. <Version>24.2.2</Version>
  319. <Comment>Version bump.</Comment>
  320. <Name>Pisi Linux Community</Name>
  321. <Email>admin@pisilinux.org</Email>
  322. </Update>
  323. <Update release="117">
  324. <Date>2024-08-29</Date>
  325. <Version>24.2.1</Version>
  326. <Comment>Version bump.</Comment>
  327. <Name>Pisi Linux Community</Name>
  328. <Email>admin@pisilinux.org</Email>
  329. </Update>
  330. <Update release="116">
  331. <Date>2024-08-15</Date>
  332. <Version>24.1.6</Version>
  333. <Comment>Version bump.</Comment>
  334. <Name>Pisi Linux Community</Name>
  335. <Email>admin@pisilinux.org</Email>
  336. </Update>
  337. <Update release="115">
  338. <Date>2024-08-01</Date>
  339. <Version>24.1.5</Version>
  340. <Comment>Version bump.</Comment>
  341. <Name>Pisi Linux Community</Name>
  342. <Email>admin@pisilinux.org</Email>
  343. </Update>
  344. <Update release="114">
  345. <Date>2024-07-18</Date>
  346. <Version>24.1.4</Version>
  347. <Comment>Version bump.</Comment>
  348. <Name>Pisi Linux Community</Name>
  349. <Email>admin@pisilinux.org</Email>
  350. </Update>
  351. <Update release="113">
  352. <Date>2024-07-03</Date>
  353. <Version>24.1.3</Version>
  354. <Comment>Version bump</Comment>
  355. <Name>Pisi Linux Community</Name>
  356. <Email>admin@pisilinux.org</Email>
  357. </Update>
  358. <Update release="112">
  359. <Date>2024-06-25</Date>
  360. <Version>24.1.2</Version>
  361. <Comment>Version bump.</Comment>
  362. <Name>Pisi Linux Community</Name>
  363. <Email>admin@pisilinux.org</Email>
  364. </Update>
  365. <Update release="111">
  366. <Date>2024-06-11</Date>
  367. <Version>24.1.1</Version>
  368. <Comment>Version bump</Comment>
  369. <Name>Pisi Linux Community</Name>
  370. <Email>admin@pisilinux.org</Email>
  371. </Update>
  372. <Update release="110">
  373. <Date>2024-05-24</Date>
  374. <Version>24.0.8</Version>
  375. <Comment>Version bump.</Comment>
  376. <Name>Mustafa Cinasal</Name>
  377. <Email>muscnsl@gmail.com</Email>
  378. </Update>
  379. <Update release="109">
  380. <Date>2024-05-09</Date>
  381. <Version>24.0.7</Version>
  382. <Comment>Version bump.</Comment>
  383. <Name>Mustafa Cinasal</Name>
  384. <Email>muscnsl@gmail.com</Email>
  385. </Update>
  386. <Update release="108">
  387. <Date>2024-04-24</Date>
  388. <Version>24.0.6</Version>
  389. <Comment>Version bump.</Comment>
  390. <Name>Mustafa Cinasal</Name>
  391. <Email>muscnsl@gmail.com</Email>
  392. </Update>
  393. <Update release="107">
  394. <Date>2024-04-14</Date>
  395. <Version>24.0.5</Version>
  396. <Comment>Version bump.</Comment>
  397. <Name>Mustafa Cinasal</Name>
  398. <Email>muscnsl@gmail.com</Email>
  399. </Update>
  400. <Update release="106">
  401. <Date>2024-03-29</Date>
  402. <Version>24.0.4</Version>
  403. <Comment>Version bump.</Comment>
  404. <Name>Mustafa Cinasal</Name>
  405. <Email>muscnsl@gmail.com</Email>
  406. </Update>
  407. <Update release="105">
  408. <Date>2024-03-14</Date>
  409. <Version>24.0.3</Version>
  410. <Comment>Version bump.</Comment>
  411. <Name>Mustafa Cinasal</Name>
  412. <Email>muscnsl@gmail.com</Email>
  413. </Update>
  414. <Update release="104">
  415. <Date>2024-03-07</Date>
  416. <Version>24.0.2</Version>
  417. <Comment>Version bump.</Comment>
  418. <Name>Mustafa Cinasal</Name>
  419. <Email>muscnsl@gmail.com</Email>
  420. </Update>
  421. <Update release="103">
  422. <Date>2024-02-15</Date>
  423. <Version>23.3.6</Version>
  424. <Comment>Version bump.</Comment>
  425. <Name>Mustafa Cinasal</Name>
  426. <Email>muscnsl@gmail.com</Email>
  427. </Update>
  428. <Update release="102">
  429. <Date>2024-02-02</Date>
  430. <Version>23.3.5</Version>
  431. <Comment>Version bump.</Comment>
  432. <Name>Mustafa Cinasal</Name>
  433. <Email>muscnsl@gmail.com</Email>
  434. </Update>
  435. <Update release="101">
  436. <Date>2024-01-25</Date>
  437. <Version>23.3.4</Version>
  438. <Comment>Version bump.</Comment>
  439. <Name>Mustafa Cinasal</Name>
  440. <Email>muscnsl@gmail.com</Email>
  441. </Update>
  442. <Update release="100">
  443. <Date>2024-01-11</Date>
  444. <Version>23.3.3</Version>
  445. <Comment>Version bump.</Comment>
  446. <Name>Mustafa Cinasal</Name>
  447. <Email>muscnsl@gmail.com</Email>
  448. </Update>
  449. <Update release="99">
  450. <Date>2023-12-28</Date>
  451. <Version>23.3.2</Version>
  452. <Comment>Version bump.</Comment>
  453. <Name>Mustafa Cinasal</Name>
  454. <Email>muscnsl@gmail.com</Email>
  455. </Update>
  456. <Update release="98">
  457. <Date>2023-12-14</Date>
  458. <Version>23.3.1</Version>
  459. <Comment>Version bump.</Comment>
  460. <Name>Mustafa Cinasal</Name>
  461. <Email>muscnsl@gmail.com</Email>
  462. </Update>
  463. <Update release="97">
  464. <Date>2023-10-17</Date>
  465. <Version>23.2.1</Version>
  466. <Comment>Rebuild.</Comment>
  467. <Name>Mustafa Cinasal</Name>
  468. <Email>muscnsl@gmail.com</Email>
  469. </Update>
  470. <Update release="96">
  471. <Date>2023-09-29</Date>
  472. <Version>23.2.1</Version>
  473. <Comment>Version bump.</Comment>
  474. <Name>Mustafa Cinasal</Name>
  475. <Email>muscnsl@gmail.com</Email>
  476. </Update>
  477. <Update release="95">
  478. <Date>2023-09-20</Date>
  479. <Version>23.1.8</Version>
  480. <Comment>Version bump.</Comment>
  481. <Name>Mustafa Cinasal</Name>
  482. <Email>muscnsl@gmail.com</Email>
  483. </Update>
  484. <Update release="94">
  485. <Date>2023-09-07</Date>
  486. <Version>23.1.7</Version>
  487. <Comment>Version bump.</Comment>
  488. <Name>Mustafa Cinasal</Name>
  489. <Email>muscnsl@gmail.com</Email>
  490. </Update>
  491. <Update release="93">
  492. <Date>2023-08-17</Date>
  493. <Version>23.1.6</Version>
  494. <Comment>Version bump.</Comment>
  495. <Name>Mustafa Cinasal</Name>
  496. <Email>muscnsl@gmail.com</Email>
  497. </Update>
  498. <Update release="92">
  499. <Date>2023-08-02</Date>
  500. <Version>23.1.5</Version>
  501. <Comment>Version bump</Comment>
  502. <Name>Mustafa Cinasal</Name>
  503. <Email>muscnsl@gmail.com</Email>
  504. </Update>
  505. <Update release="91">
  506. <Date>2023-07-22</Date>
  507. <Version>23.1.4</Version>
  508. <Comment>Version bump.</Comment>
  509. <Name>Mustafa Cinasal</Name>
  510. <Email>muscnsl@gmail.com</Email>
  511. </Update>
  512. <Update release="90">
  513. <Date>2023-06-22</Date>
  514. <Version>23.1.3</Version>
  515. <Comment>Version bump.</Comment>
  516. <Name>Mustafa Cinasal</Name>
  517. <Email>muscnsl@gmail.com</Email>
  518. </Update>
  519. <Update release="89">
  520. <Date>2023-06-09</Date>
  521. <Version>23.1.2</Version>
  522. <Comment>Version bump.</Comment>
  523. <Name>Mustafa Cinasal</Name>
  524. <Email>muscnsl@gmail.com</Email>
  525. </Update>
  526. <Update release="88">
  527. <Date>2023-05-26</Date>
  528. <Version>23.1.1</Version>
  529. <Comment>Version bump.</Comment>
  530. <Name>Mustafa Cinasal</Name>
  531. <Email>muscnsl@gmail.com</Email>
  532. </Update>
  533. <Update release="87">
  534. <Date>2023-04-21</Date>
  535. <Version>23.0.3</Version>
  536. <Comment>Version bump.</Comment>
  537. <Name>Mustafa Cinasal</Name>
  538. <Email>muscnsl@gmail.com</Email>
  539. </Update>
  540. <Update release="86">
  541. <Date>2023-04-07</Date>
  542. <Version>23.0.2</Version>
  543. <Comment>Version bump.</Comment>
  544. <Name>Mustafa Cinasal</Name>
  545. <Email>muscnsl@gmail.com</Email>
  546. </Update>
  547. <Update release="85">
  548. <Date>2023-03-25</Date>
  549. <Version>23.0.1</Version>
  550. <Comment>Version bump</Comment>
  551. <Name>Mustafa Cinasal</Name>
  552. <Email>muscnsl@gmail.com</Email>
  553. </Update>
  554. <Update release="84">
  555. <Date>2023-03-09</Date>
  556. <Version>22.3.7</Version>
  557. <Comment>Version bump.</Comment>
  558. <Name>Mustafa Cinasal</Name>
  559. <Email>muscnsl@gmail.com</Email>
  560. </Update>
  561. <Update release="83">
  562. <Date>2023-02-23</Date>
  563. <Version>22.3.6</Version>
  564. <Comment>Version bump.</Comment>
  565. <Name>Mustafa Cinasal</Name>
  566. <Email>muscnsl@gmail.com</Email>
  567. </Update>
  568. <Update release="82">
  569. <Date>2023-01-26</Date>
  570. <Version>22.3.4</Version>
  571. <Comment>Version bump.</Comment>
  572. <Name>Mustafa Cinasal</Name>
  573. <Email>muscnsl@gmail.com</Email>
  574. </Update>
  575. <Update release="81">
  576. <Date>2023-01-17</Date>
  577. <Version>22.3.3</Version>
  578. <Comment>Rebuild llvm.</Comment>
  579. <Name>Mustafa Cinasal</Name>
  580. <Email>muscnsl@gmail.com</Email>
  581. </Update>
  582. <Update release="80">
  583. <Date>2023-01-12</Date>
  584. <Version>22.3.3</Version>
  585. <Comment>Version bump.</Comment>
  586. <Name>Mustafa Cinasal</Name>
  587. <Email>muscnsl@gmail.com</Email>
  588. </Update>
  589. <Update release="79">
  590. <Date>2022-12-30</Date>
  591. <Version>22.3.2</Version>
  592. <Comment>Version bump</Comment>
  593. <Name>Mustafa Cinasal</Name>
  594. <Email>muscnsl@gmail.com</Email>
  595. </Update>
  596. <Update release="78">
  597. <Date>2022-12-15</Date>
  598. <Version>22.3.1</Version>
  599. <Comment>Version bump.</Comment>
  600. <Name>Mustafa Cinasal</Name>
  601. <Email>muscnsl@gmail.com</Email>
  602. </Update>
  603. <Update release="77">
  604. <Date>2022-12-11</Date>
  605. <Version>22.2.5</Version>
  606. <Comment>Version bump.</Comment>
  607. <Name>Mustafa Cinasal</Name>
  608. <Email>muscnsl@gmail.com</Email>
  609. </Update>
  610. <Update release="76">
  611. <Date>2022-11-17</Date>
  612. <Version>22.2.4</Version>
  613. <Comment>Version bump.</Comment>
  614. <Name>Mustafa Cinasal</Name>
  615. <Email>muscnsl@gmail.com</Email>
  616. </Update>
  617. <Update release="75">
  618. <Date>2022-11-09</Date>
  619. <Version>22.2.3</Version>
  620. <Comment>Version bump.</Comment>
  621. <Name>Mustafa Cinasal</Name>
  622. <Email>muscnsl@gmail.com</Email>
  623. </Update>
  624. <Update release="74">
  625. <Date>2022-10-22</Date>
  626. <Version>22.2.2</Version>
  627. <Comment>Version bump</Comment>
  628. <Name>Mustafa Cinasal</Name>
  629. <Email>muscnsl@gmail.com</Email>
  630. </Update>
  631. <Update release="73">
  632. <Date>2022-10-12</Date>
  633. <Version>22.2.1</Version>
  634. <Comment>Version bump</Comment>
  635. <Name>Mustafa Cinasal</Name>
  636. <Email>muscnsl@gmail.com</Email>
  637. </Update>
  638. <Update release="72">
  639. <Date>2022-09-21</Date>
  640. <Version>22.2.0</Version>
  641. <Comment>Version bump.</Comment>
  642. <Name>Mustafa Cinasal</Name>
  643. <Email>muscnsl@gmail.com</Email>
  644. </Update>
  645. <Update release="71">
  646. <Date>2022-08-18</Date>
  647. <Version>22.1.7</Version>
  648. <Comment>Version bump.</Comment>
  649. <Name>Mustafa Cinasal</Name>
  650. <Email>muscnsl@gmail.com</Email>
  651. </Update>
  652. <Update release="70">
  653. <Date>2022-08-11</Date>
  654. <Version>22.1.6</Version>
  655. <Comment>Version bump.</Comment>
  656. <Name>Mustafa Cinasal</Name>
  657. <Email>muscnsl@gmail.com</Email>
  658. </Update>
  659. <Update release="69">
  660. <Date>2022-08-04</Date>
  661. <Version>22.1.5</Version>
  662. <Comment>Version bump.</Comment>
  663. <Name>Mustafa Cinasal</Name>
  664. <Email>muscnsl@gmail.com</Email>
  665. </Update>
  666. <Update release="68">
  667. <Date>2022-07-16</Date>
  668. <Version>22.1.4</Version>
  669. <Comment>Version bump.</Comment>
  670. <Name>Mustafa Cinasal</Name>
  671. <Email>muscnsl@gmail.com</Email>
  672. </Update>
  673. <Update release="67">
  674. <Date>2022-06-30</Date>
  675. <Version>22.1.3</Version>
  676. <Comment>Version bump.</Comment>
  677. <Name>Mustafa Cinasal</Name>
  678. <Email>muscnsl@gmail.com</Email>
  679. </Update>
  680. <Update release="66">
  681. <Date>2022-06-03</Date>
  682. <Version>22.0.5</Version>
  683. <Comment>Version bump</Comment>
  684. <Name>Mustafa Cinasal</Name>
  685. <Email>muscnsl@gmail.com</Email>
  686. </Update>
  687. <Update release="65">
  688. <Date>2022-05-20</Date>
  689. <Version>22.0.4</Version>
  690. <Comment>Version bump.</Comment>
  691. <Name>Mustafa Cinasal</Name>
  692. <Email>muscnsl@gmail.com</Email>
  693. </Update>
  694. <Update release="64">
  695. <Date>2022-05-07</Date>
  696. <Version>22.0.3</Version>
  697. <Comment>Version bump</Comment>
  698. <Name>Mustafa Cinasal</Name>
  699. <Email>muscnsl@gmail.com</Email>
  700. </Update>
  701. <Update release="63">
  702. <Date>2022-04-25</Date>
  703. <Version>22.0.2</Version>
  704. <Comment>Version bump.</Comment>
  705. <Name>Mustafa Cinasal</Name>
  706. <Email>muscnsl@gmail.com</Email>
  707. </Update>
  708. <Update release="62">
  709. <Date>2022-04-13</Date>
  710. <Version>22.0.1</Version>
  711. <Comment>Version bump</Comment>
  712. <Name>Mustafa Cinasal</Name>
  713. <Email>muscnsl@gmail.com</Email>
  714. </Update>
  715. <Update release="61">
  716. <Date>2022-03-19</Date>
  717. <Version>21.3.8</Version>
  718. <Comment>Version bump</Comment>
  719. <Name>Mustafa Cinasal</Name>
  720. <Email>muscnsl@gmail.com</Email>
  721. </Update>
  722. <Update release="60">
  723. <Date>2022-03-19</Date>
  724. <Version>21.3.7</Version>
  725. <Comment>Rebuild for libglvnd</Comment>
  726. <Name>Mustafa Cinasal</Name>
  727. <Email>muscnsl@gmail.com</Email>
  728. </Update>
  729. <Update release="59">
  730. <Date>2022-02-24</Date>
  731. <Version>21.3.7</Version>
  732. <Comment>Version bump.</Comment>
  733. <Name>Mustafa Cinasal</Name>
  734. <Email>muscnsl@gmail.com</Email>
  735. </Update>
  736. <Update release="58">
  737. <Date>2022-02-11</Date>
  738. <Version>21.3.6</Version>
  739. <Comment>Version bump.</Comment>
  740. <Name>Mustafa Cinasal</Name>
  741. <Email>muscnsl@gmail.com</Email>
  742. </Update>
  743. <Update release="57">
  744. <Date>2022-01-27</Date>
  745. <Version>21.3.5</Version>
  746. <Comment>Version bump</Comment>
  747. <Name>Mustafa Cinasal</Name>
  748. <Email>muscnsl@gmail.com</Email>
  749. </Update>
  750. <Update release="56">
  751. <Date>2022-01-13</Date>
  752. <Version>21.3.4</Version>
  753. <Comment>Version bump.</Comment>
  754. <Name>Mustafa Cinasal</Name>
  755. <Email>muscnsl@gmail.com</Email>
  756. </Update>
  757. <Update release="55">
  758. <Date>2021-12-30</Date>
  759. <Version>21.3.3</Version>
  760. <Comment>Version bump.</Comment>
  761. <Name>Mustafa Cinasal</Name>
  762. <Email>muscnsl@gmail.com</Email>
  763. </Update>
  764. <Update release="54">
  765. <Date>2021-12-18</Date>
  766. <Version>21.3.2</Version>
  767. <Comment>Version bump.</Comment>
  768. <Name>Mustafa Cinasal</Name>
  769. <Email>muscnsl@gmail.com</Email>
  770. </Update>
  771. <Update release="53">
  772. <Date>2021-12-02</Date>
  773. <Version>21.3.1</Version>
  774. <Comment>Version bump.</Comment>
  775. <Name>Mustafa Cinasal</Name>
  776. <Email>muscnsl@gmail.com</Email>
  777. </Update>
  778. <Update release="52">
  779. <Date>2021-11-18</Date>
  780. <Version>21.3.0</Version>
  781. <Comment>Version bump.</Comment>
  782. <Name>Mustafa Cinasal</Name>
  783. <Email>muscnsl@gmail.com</Email>
  784. </Update>
  785. <Update release="51">
  786. <Date>2021-10-28</Date>
  787. <Version>21.2.5</Version>
  788. <Comment>Version bump.</Comment>
  789. <Name>Mustafa Cinasal</Name>
  790. <Email>muscnsl@gmail.com</Email>
  791. </Update>
  792. <Update release="50">
  793. <Date>2021-10-24</Date>
  794. <Version>21.2.4</Version>
  795. <Comment>Rebuild llvm.</Comment>
  796. <Name>Mustafa Cinasal</Name>
  797. <Email>muscnsl@gmail.com</Email>
  798. </Update>
  799. <Update release="49">
  800. <Date>2021-10-16</Date>
  801. <Version>21.2.4</Version>
  802. <Comment>Version bump.</Comment>
  803. <Name>Mustafa Cinasal</Name>
  804. <Email>muscnsl@gmail.com</Email>
  805. </Update>
  806. <Update release="48">
  807. <Date>2021-09-30</Date>
  808. <Version>21.2.3</Version>
  809. <Comment>Version bump.</Comment>
  810. <Name>Mustafa Cinasal</Name>
  811. <Email>muscnsl@gmail.com</Email>
  812. </Update>
  813. <Update release="47">
  814. <Date>2021-09-12</Date>
  815. <Version>21.1.8</Version>
  816. <Comment>Version bump</Comment>
  817. <Name>Mustafa Cinasal</Name>
  818. <Email>muscnsl@gmail.com</Email>
  819. </Update>
  820. <Update release="46">
  821. <Date>2021-08-13</Date>
  822. <Version>21.1.7</Version>
  823. <Comment>Version bump.</Comment>
  824. <Name>Mustafa Cinasal</Name>
  825. <Email>muscnsl@gmail.com</Email>
  826. </Update>
  827. <Update release="45">
  828. <Date>2021-07-29</Date>
  829. <Version>21.1.6</Version>
  830. <Comment>Version bump.</Comment>
  831. <Name>Mustafa Cinasal</Name>
  832. <Email>muscnsl@gmail.com</Email>
  833. </Update>
  834. <Update release="44">
  835. <Date>2021-07-15</Date>
  836. <Version>21.1.5</Version>
  837. <Comment>Version bump.</Comment>
  838. <Name>Mustafa Cinasal</Name>
  839. <Email>muscnsl@gmail.com</Email>
  840. </Update>
  841. <Update release="43">
  842. <Date>2021-07-01</Date>
  843. <Version>21.1.4</Version>
  844. <Comment>Version bump</Comment>
  845. <Name>Mustafa Cinasal</Name>
  846. <Email>muscnsl@gmail.com</Email>
  847. </Update>
  848. <Update release="42">
  849. <Date>2021-06-20</Date>
  850. <Version>21.1.3</Version>
  851. <Comment>Version bump.</Comment>
  852. <Name>Mustafa Cinasal</Name>
  853. <Email>muscnsl@gmail.com</Email>
  854. </Update>
  855. <Update release="41">
  856. <Date>2021-06-05</Date>
  857. <Version>21.1.2</Version>
  858. <Comment>Version bump</Comment>
  859. <Name>İdris Kalp</Name>
  860. <Email>idriskalp@gmail.com</Email>
  861. </Update>
  862. <Update release="40">
  863. <Date>2021-03-25</Date>
  864. <Version>20.3.5</Version>
  865. <Comment>Version bump.</Comment>
  866. <Name>Mustafa Cinasal</Name>
  867. <Email>muscnsl@gmail.com</Email>
  868. </Update>
  869. <Update release="39">
  870. <Date>2021-02-21</Date>
  871. <Version>20.3.4</Version>
  872. <Comment>Rebuild llvm.</Comment>
  873. <Name>Mustafa Cinasal</Name>
  874. <Email>muscnsl@gmail.com</Email>
  875. </Update>
  876. <Update release="38">
  877. <Date>2021-02-01</Date>
  878. <Version>20.3.4</Version>
  879. <Comment>Version bump.</Comment>
  880. <Name>Mustafa Cinasal</Name>
  881. <Email>muscnsl@gmail.com</Email>
  882. </Update>
  883. <Update release="37">
  884. <Date>2020-12-17</Date>
  885. <Version>20.2.6</Version>
  886. <Comment>Version bump.</Comment>
  887. <Name>Mustafa Cinasal</Name>
  888. <Email>muscnsl@gmail.com</Email>
  889. </Update>
  890. <Update release="36">
  891. <Date>2020-12-10</Date>
  892. <Version>20.2.4</Version>
  893. <Comment>Version bump</Comment>
  894. <Name>Mustafa Cinasal</Name>
  895. <Email>muscnsl@gmail.com</Email>
  896. </Update>
  897. <Update release="35">
  898. <Date>2020-11-24</Date>
  899. <Version>20.2.3</Version>
  900. <Comment>Version bump</Comment>
  901. <Name>Mustafa Cinasal</Name>
  902. <Email>muscnsl@gmail.com</Email>
  903. </Update>
  904. <Update release="34">
  905. <Date>2020-11-12</Date>
  906. <Version>20.2.2</Version>
  907. <Comment>Version bump.</Comment>
  908. <Name>İdris Kalp</Name>
  909. <Email>idriskalp@gmail.com</Email>
  910. </Update>
  911. <Update release="33">
  912. <Date>2020-10-17</Date>
  913. <Version>20.2.1</Version>
  914. <Comment>Version bump.</Comment>
  915. <Name>Mustafa Cinasal</Name>
  916. <Email>muscnsl@gmail.com</Email>
  917. </Update>
  918. <Update release="32">
  919. <Date>2020-10-09</Date>
  920. <Version>20.2.0</Version>
  921. <Comment>Version bump.</Comment>
  922. <Name>Mustafa Cinasal</Name>
  923. <Email>muscnsl@gmail.com</Email>
  924. </Update>
  925. <Update release="31">
  926. <Date>2020-09-24</Date>
  927. <Version>20.1.8</Version>
  928. <Comment>Rebuild llvm-10.0.1.</Comment>
  929. <Name>Mustafa Cinasal</Name>
  930. <Email>muscnsl@gmail.com</Email>
  931. </Update>
  932. <Update release="30">
  933. <Date>2020-09-17</Date>
  934. <Version>20.1.8</Version>
  935. <Comment>Version bump.</Comment>
  936. <Name>Mustafa Cinasal</Name>
  937. <Email>muscnsl@gmail.com</Email>
  938. </Update>
  939. <Update release="29">
  940. <Date>2020-09-03</Date>
  941. <Version>20.1.7</Version>
  942. <Comment>Version bump.</Comment>
  943. <Name>Mustafa Cinasal</Name>
  944. <Email>muscnsl@gmail.com</Email>
  945. </Update>
  946. <Update release="28">
  947. <Date>2020-08-06</Date>
  948. <Version>20.1.5</Version>
  949. <Comment>Version bump.</Comment>
  950. <Name>Mustafa Cinasal</Name>
  951. <Email>muscnsl@gmail.com</Email>
  952. </Update>
  953. <Update release="27">
  954. <Date>2020-07-10</Date>
  955. <Version>20.1.3</Version>
  956. <Comment>Version bump.</Comment>
  957. <Name>Mustafa Cinasal</Name>
  958. <Email>muscnsl@gmail.com</Email>
  959. </Update>
  960. <Update release="26">
  961. <Date>2020-06-25</Date>
  962. <Version>20.1.2</Version>
  963. <Comment>Version bump.</Comment>
  964. <Name>Mustafa Cinasal</Name>
  965. <Email>muscnsl@gmail.com</Email>
  966. </Update>
  967. <Update release="25">
  968. <Date>2020-06-12</Date>
  969. <Version>20.1.1</Version>
  970. <Comment>Version bump.</Comment>
  971. <Name>Mustafa Cinasal</Name>
  972. <Email>muscnsl@gmail.com</Email>
  973. </Update>
  974. <Update release="24">
  975. <Date>2020-06-03</Date>
  976. <Version>20.1.0</Version>
  977. <Comment>Version bump.</Comment>
  978. <Name>Mustafa Cinasal</Name>
  979. <Email>muscnsl@gmail.com</Email>
  980. </Update>
  981. <Update release="23">
  982. <Date>2020-05-16</Date>
  983. <Version>20.0.7</Version>
  984. <Comment>Version bump.</Comment>
  985. <Name>Mustafa Cinasal</Name>
  986. <Email>muscnsl@gmail.com</Email>
  987. </Update>
  988. <Update release="22">
  989. <Date>2020-05-09</Date>
  990. <Version>20.0.6</Version>
  991. <Comment>Version bump.</Comment>
  992. <Name>Mustafa Cinasal</Name>
  993. <Email>muscnsl@gmail.com</Email>
  994. </Update>
  995. <Update release="21">
  996. <Date>2020-04-23</Date>
  997. <Version>20.0.5</Version>
  998. <Comment>Version bump.</Comment>
  999. <Name>Mustafa Cinasal</Name>
  1000. <Email>muscnsl@gmail.com</Email>
  1001. </Update>
  1002. <Update release="20">
  1003. <Date>2020-04-09</Date>
  1004. <Version>20.0.4</Version>
  1005. <Comment>Version bump.</Comment>
  1006. <Name>Mustafa Cinasal</Name>
  1007. <Email>muscnsl@gmail.com</Email>
  1008. </Update>
  1009. <Update release="19">
  1010. <Date>2020-03-27</Date>
  1011. <Version>20.0.2</Version>
  1012. <Comment>Version bump.</Comment>
  1013. <Name>İdris Kalp</Name>
  1014. <Email>idriskalp@gmail.com</Email>
  1015. </Update>
  1016. <Update release="18">
  1017. <Date>2020-01-03</Date>
  1018. <Version>19.3.1</Version>
  1019. <Comment>Version bump.</Comment>
  1020. <Name>Marcin Bojara</Name>
  1021. <Email>marcin.bojara|@gmail.com</Email>
  1022. </Update>
  1023. <Update release="17">
  1024. <Date>2019-11-15</Date>
  1025. <Version>19.2.4</Version>
  1026. <Comment>Version bump.</Comment>
  1027. <Name>Mustafa Cinasal</Name>
  1028. <Email>muscnsl@gmail.com</Email>
  1029. </Update>
  1030. <Update release="16">
  1031. <Date>2019-11-07</Date>
  1032. <Version>19.2.3</Version>
  1033. <Comment>Version bump</Comment>
  1034. <Name>Mustafa Cinasal</Name>
  1035. <Email>muscnsl@gmail.com</Email>
  1036. </Update>
  1037. <Update release="15">
  1038. <Date>2019-10-24</Date>
  1039. <Version>19.2.2</Version>
  1040. <Comment>Version bump.</Comment>
  1041. <Name>Mustafa Cinasal</Name>
  1042. <Email>muscnsl@gmail.com</Email>
  1043. </Update>
  1044. <Update release="14">
  1045. <Date>2019-05-29</Date>
  1046. <Version>18.2.8</Version>
  1047. <Comment>Rebuild llvm.</Comment>
  1048. <Name>Mustafa Cinasal</Name>
  1049. <Email>muscnsl@gmail.com</Email>
  1050. </Update>
  1051. <Update release="13">
  1052. <Date>2019-01-22</Date>
  1053. <Version>18.2.8</Version>
  1054. <Comment>Rebuild llvm.</Comment>
  1055. <Name>Mustafa Cinasal</Name>
  1056. <Email>muscnsl@gmail.com</Email>
  1057. </Update>
  1058. <Update release="12">
  1059. <Date>2018-12-18</Date>
  1060. <Version>18.2.5</Version>
  1061. <Comment>Rebuild llvm.</Comment>
  1062. <Name>Mustafa Cinasal</Name>
  1063. <Email>muscnsl@gmail.com</Email>
  1064. </Update>
  1065. <Update release="11">
  1066. <Date>2018-11-17</Date>
  1067. <Version>18.2.5</Version>
  1068. <Comment>Version bump.</Comment>
  1069. <Name>Mustafa Cinasal</Name>
  1070. <Email>muscnsl@gmail.com</Email>
  1071. </Update>
  1072. <Update release="10">
  1073. <Date>2018-11-05</Date>
  1074. <Version>18.1.6</Version>
  1075. <Comment>Version bump.</Comment>
  1076. <Name>Mustafa Cinasal</Name>
  1077. <Email>muscnsl@gmail.com</Email>
  1078. </Update>
  1079. <Update release="9">
  1080. <Date>2018-10-29</Date>
  1081. <Version>17.3.4</Version>
  1082. <Comment>Rebuild.</Comment>
  1083. <Name>Ertuğrul Erata</Name>
  1084. <Email>ertugrulerata@gmail.com</Email>
  1085. </Update>
  1086. <Update release="8">
  1087. <Date>2018-09-16</Date>
  1088. <Version>17.3.4</Version>
  1089. <Comment>Rebuild</Comment>
  1090. <Name>Mustafa Cinasal</Name>
  1091. <Email>muscnsl@gmail.com</Email>
  1092. </Update>
  1093. <Update release="7">
  1094. <Date>2018-04-10</Date>
  1095. <Version>13.0.4</Version>
  1096. <Comment>Rebuild</Comment>
  1097. <Name>Mustafa Cinasal</Name>
  1098. <Email>muscnsl@gmail.com</Email>
  1099. </Update>
  1100. <Update release="6">
  1101. <Date>2018-02-06</Date>
  1102. <Version>13.0.4</Version>
  1103. <Comment>Rebuild.</Comment>
  1104. <Name>Kamil Atlı</Name>
  1105. <Email>suvari@pisilinux.org</Email>
  1106. </Update>
  1107. <Update release="5">
  1108. <Date>2017-03-23</Date>
  1109. <Version>13.0.4</Version>
  1110. <Comment>llvm rebuild</Comment>
  1111. <Name>Alihan Öztürk</Name>
  1112. <Email>alihan@pisilinux.org</Email>
  1113. </Update>
  1114. <Update release="4">
  1115. <Date>2017-02-02</Date>
  1116. <Version>13.0.4</Version>
  1117. <Comment>Version Bump</Comment>
  1118. <Name>Alihan Öztürk</Name>
  1119. <Email>alihan@pisilinux.org</Email>
  1120. </Update>
  1121. <Update release="3">
  1122. <Date>2016-11-02</Date>
  1123. <Version>13.0.0</Version>
  1124. <Comment>Release Bump</Comment>
  1125. <Name>Stefan Gronewold</Name>
  1126. <Email>groni@pisilinux.org</Email>
  1127. </Update>
  1128. <Update release="2">
  1129. <Date>2016-04-27</Date>
  1130. <Version>11.2.1</Version>
  1131. <Comment>Version Bump</Comment>
  1132. <Name>Alihan Öztürk</Name>
  1133. <Email>alihan@pisilinux.org</Email>
  1134. </Update>
  1135. <Update release="1">
  1136. <Date>2016-03-28</Date>
  1137. <Version>11.2.0</Version>
  1138. <Comment>First release</Comment>
  1139. <Name>Yusuf Aydemir</Name>
  1140. <Email>yusuf.aydemir@pisilinux.org</Email>
  1141. </Update>
  1142. </History>
  1143. </PISI>