pspec.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>plasma-sdk</Name>
  6. <Homepage>https://www.kde.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <IsA>app:gui</IsA>
  15. <Summary>Applications useful for Plasma development</Summary>
  16. <Description>Applications useful for Plasma development</Description>
  17. <Archive sha1sum="02ee03c049e35a7d02bf5569977f6b35d956c7f2" type="tarxz">mirrors://kde/stable/plasma/5.27.11/plasma-sdk-5.27.11.1.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
  20. <Dependency versionFrom="5.15.2">qt5-webkit-devel</Dependency>
  21. <Dependency versionFrom="5.15.2">qt5-svg-devel</Dependency>
  22. <Dependency versionFrom="5.15.2">qt5-declarative</Dependency>
  23. <Dependency>karchive-devel</Dependency>
  24. <Dependency>kcompletion-devel</Dependency>
  25. <Dependency>kconfig-devel</Dependency>
  26. <Dependency>kconfigwidgets-devel</Dependency>
  27. <Dependency>kcoreaddons-devel</Dependency>
  28. <Dependency>kdbusaddons-devel</Dependency>
  29. <Dependency>kdeclarative-devel</Dependency>
  30. <Dependency>ki18n-devel</Dependency>
  31. <Dependency>kiconthemes-devel</Dependency>
  32. <Dependency>kio-devel</Dependency>
  33. <Dependency>knewstuff-devel</Dependency>
  34. <Dependency>kparts-devel</Dependency>
  35. <Dependency>plasma-framework-devel</Dependency>
  36. <Dependency>kservice-devel</Dependency>
  37. <Dependency>ktexteditor-devel</Dependency>
  38. <Dependency>kwidgetsaddons-devel</Dependency>
  39. <Dependency>kxmlgui-devel</Dependency>
  40. <Dependency>kitemmodels-devel</Dependency>
  41. <Dependency>kxmlgui-devel</Dependency>
  42. <Dependency>kwindowsystem-devel</Dependency>
  43. <Dependency>extra-cmake-modules</Dependency>
  44. <Dependency>kdoctools-devel</Dependency>
  45. <Dependency>kirigami-devel</Dependency>
  46. </BuildDependencies>
  47. <Patches>
  48. </Patches>
  49. </Source>
  50. <Package>
  51. <Name>plasma-sdk</Name>
  52. <RuntimeDependencies>
  53. <Dependency versionFrom="5.15.2">qt5-base</Dependency>
  54. <Dependency>ktexteditor</Dependency>
  55. <Dependency>plasma-framework</Dependency>
  56. <Dependency>kio</Dependency>
  57. <Dependency>libgcc</Dependency>
  58. <Dependency>ki18n</Dependency>
  59. <Dependency>kconfig</Dependency>
  60. <Dependency>karchive</Dependency>
  61. <Dependency>kpackage</Dependency>
  62. <Dependency>kservice</Dependency>
  63. <Dependency versionFrom="5.15.2">qt5-declarative</Dependency>
  64. <Dependency>kcompletion</Dependency>
  65. <Dependency>kcoreaddons</Dependency>
  66. <Dependency>kdbusaddons</Dependency>
  67. <Dependency>kiconthemes</Dependency>
  68. <Dependency>kdeclarative</Dependency>
  69. <Dependency>kconfigwidgets</Dependency>
  70. <Dependency>kwidgetsaddons</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="data">/usr/share</Path>
  74. <Path fileType="localedata">/usr/share/locale</Path>
  75. <Path fileType="executable">/usr/bin</Path>
  76. <Path fileType="library">/usr/lib/qt5</Path>
  77. <Path fileType="library">/usr/lib</Path>
  78. <Path fileType="doc">/usr/share/doc</Path>
  79. </Files>
  80. </Package>
  81. <History>
  82. <Update release="80">
  83. <Date>2024-05-20</Date>
  84. <Version>5.27.11.1</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>Mustafa Cinasal</Name>
  87. <Email>muscnsl@gmail.com</Email>
  88. </Update>
  89. <Update release="79">
  90. <Date>2023-12-06</Date>
  91. <Version>5.27.10</Version>
  92. <Comment>Version bump.</Comment>
  93. <Name>Mustafa Cinasal</Name>
  94. <Email>muscnsl@gmail.com</Email>
  95. </Update>
  96. <Update release="78">
  97. <Date>2023-10-26</Date>
  98. <Version>5.27.9</Version>
  99. <Comment>Version bump.</Comment>
  100. <Name>Mustafa Cinasal</Name>
  101. <Email>muscnsl@gmail.com</Email>
  102. </Update>
  103. <Update release="77">
  104. <Date>2023-09-12</Date>
  105. <Version>5.27.8</Version>
  106. <Comment>Version bump.</Comment>
  107. <Name>Mustafa Cinasal</Name>
  108. <Email>muscnsl@gmail.com</Email>
  109. </Update>
  110. <Update release="76">
  111. <Date>2023-08-01</Date>
  112. <Version>5.27.7</Version>
  113. <Comment>Version bump.</Comment>
  114. <Name>Mustafa Cinasal</Name>
  115. <Email>muscnsl@gmail.com</Email>
  116. </Update>
  117. <Update release="75">
  118. <Date>2023-06-20</Date>
  119. <Version>5.27.6</Version>
  120. <Comment>Version bump.</Comment>
  121. <Name>Mustafa Cinasal</Name>
  122. <Email>muscnsl@gmail.com</Email>
  123. </Update>
  124. <Update release="74">
  125. <Date>2023-05-09</Date>
  126. <Version>5.27.5</Version>
  127. <Comment>Version bump.</Comment>
  128. <Name>Mustafa Cinasal</Name>
  129. <Email>muscnsl@gmail.com</Email>
  130. </Update>
  131. <Update release="73">
  132. <Date>2023-04-08</Date>
  133. <Version>5.27.4</Version>
  134. <Comment>Version bump.</Comment>
  135. <Name>Mustafa Cinasal</Name>
  136. <Email>muscnsl@gmail.com</Email>
  137. </Update>
  138. <Update release="72">
  139. <Date>2023-03-15</Date>
  140. <Version>5.27.3</Version>
  141. <Comment>Version bump.</Comment>
  142. <Name>Mustafa Cinasal</Name>
  143. <Email>muscnsl@gmail.com</Email>
  144. </Update>
  145. <Update release="71">
  146. <Date>2023-03-01</Date>
  147. <Version>5.27.2</Version>
  148. <Comment>Version bump.</Comment>
  149. <Name>Mustafa Cinasal</Name>
  150. <Email>muscnsl@gmail.com</Email>
  151. </Update>
  152. <Update release="70">
  153. <Date>2023-02-22</Date>
  154. <Version>5.27.1</Version>
  155. <Comment>Version bump</Comment>
  156. <Name>Mustafa Cinasal</Name>
  157. <Email>muscnsl@gmail.com</Email>
  158. </Update>
  159. <Update release="69">
  160. <Date>2023-02-16</Date>
  161. <Version>5.27.0</Version>
  162. <Comment>Version bump.</Comment>
  163. <Name>Mustafa Cinasal</Name>
  164. <Email>muscnsl@gmail.com</Email>
  165. </Update>
  166. <Update release="68">
  167. <Date>2023-01-03</Date>
  168. <Version>5.26.5</Version>
  169. <Comment>Version bump.</Comment>
  170. <Name>Mustafa Cinasal</Name>
  171. <Email>muscnsl@gmail.com</Email>
  172. </Update>
  173. <Update release="67">
  174. <Date>2022-11-29</Date>
  175. <Version>5.26.4</Version>
  176. <Comment>Version bump.</Comment>
  177. <Name>Mustafa Cinasal</Name>
  178. <Email>muscnsl@gmail.com</Email>
  179. </Update>
  180. <Update release="66">
  181. <Date>2022-11-11</Date>
  182. <Version>5.26.3</Version>
  183. <Comment>Version bump.</Comment>
  184. <Name>Mustafa Cinasal</Name>
  185. <Email>muscnsl@gmail.com</Email>
  186. </Update>
  187. <Update release="65">
  188. <Date>2022-10-28</Date>
  189. <Version>5.26.2</Version>
  190. <Comment>Version bump.</Comment>
  191. <Name>Mustafa Cinasal</Name>
  192. <Email>muscnsl@gmail.com</Email>
  193. </Update>
  194. <Update release="64">
  195. <Date>2022-09-13</Date>
  196. <Version>5.25.5</Version>
  197. <Comment>Version bump.</Comment>
  198. <Name>Mustafa Cinasal</Name>
  199. <Email>muscnsl@gmail.com</Email>
  200. </Update>
  201. <Update release="63">
  202. <Date>2022-08-02</Date>
  203. <Version>5.25.4</Version>
  204. <Comment>Version bump.</Comment>
  205. <Name>Mustafa Cinasal</Name>
  206. <Email>muscnsl@gmail.com</Email>
  207. </Update>
  208. <Update release="62">
  209. <Date>2022-07-12</Date>
  210. <Version>5.25.3</Version>
  211. <Comment>Version bump.</Comment>
  212. <Name>Mustafa Cinasal</Name>
  213. <Email>muscnsl@gmail.com</Email>
  214. </Update>
  215. <Update release="61">
  216. <Date>2022-06-29</Date>
  217. <Version>5.25.2</Version>
  218. <Comment>Version bump.</Comment>
  219. <Name>Mustafa Cinasal</Name>
  220. <Email>muscnsl@gmail.com</Email>
  221. </Update>
  222. <Update release="60">
  223. <Date>2022-06-22</Date>
  224. <Version>5.25.1</Version>
  225. <Comment>Version bump.</Comment>
  226. <Name>Mustafa Cinasal</Name>
  227. <Email>muscnsl@gmail.com</Email>
  228. </Update>
  229. <Update release="59">
  230. <Date>2022-06-18</Date>
  231. <Version>5.25.0</Version>
  232. <Comment>Version bump.</Comment>
  233. <Name>Mustafa Cinasal</Name>
  234. <Email>muscnsl@gmail.com</Email>
  235. </Update>
  236. <Update release="58">
  237. <Date>2022-05-06</Date>
  238. <Version>5.24.5</Version>
  239. <Comment>Version bump.</Comment>
  240. <Name>Mustafa Cinasal</Name>
  241. <Email>muscnsl@gmail.com</Email>
  242. </Update>
  243. <Update release="57">
  244. <Date>2022-02-26</Date>
  245. <Version>5.24.2</Version>
  246. <Comment>Version bump.</Comment>
  247. <Name>Kamil Atlı</Name>
  248. <Email>suvari@pisilinux.org</Email>
  249. </Update>
  250. <Update release="56">
  251. <Date>2022-01-04</Date>
  252. <Version>5.23.5</Version>
  253. <Comment>Version bump.</Comment>
  254. <Name>Mustafa Cinasal</Name>
  255. <Email>muscnsl@gmail.com</Email>
  256. </Update>
  257. <Update release="55">
  258. <Date>2021-12-01</Date>
  259. <Version>5.23.4</Version>
  260. <Comment>Version bump.</Comment>
  261. <Name>Mustafa Cinasal</Name>
  262. <Email>muscnsl@gmail.com</Email>
  263. </Update>
  264. <Update release="54">
  265. <Date>2021-11-10</Date>
  266. <Version>5.23.3</Version>
  267. <Comment>Version bump.</Comment>
  268. <Name>Mustafa Cinasal</Name>
  269. <Email>muscnsl@gmail.com</Email>
  270. </Update>
  271. <Update release="53">
  272. <Date>2021-10-27</Date>
  273. <Version>5.23.2</Version>
  274. <Comment>Version bump.</Comment>
  275. <Name>Mustafa Cinasal</Name>
  276. <Email>muscnsl@gmail.com</Email>
  277. </Update>
  278. <Update release="52">
  279. <Date>2021-10-19</Date>
  280. <Version>5.23.1</Version>
  281. <Comment>Version bump.</Comment>
  282. <Name>Mustafa Cinasal</Name>
  283. <Email>muscnsl@gmail.com</Email>
  284. </Update>
  285. <Update release="51">
  286. <Date>2021-10-14</Date>
  287. <Version>5.23.0</Version>
  288. <Comment>Version bump.</Comment>
  289. <Name>Mustafa Cinasal</Name>
  290. <Email>muscnsl@gmail.com</Email>
  291. </Update>
  292. <Update release="50">
  293. <Date>2021-08-31</Date>
  294. <Version>5.22.5</Version>
  295. <Comment>Version bump.</Comment>
  296. <Name>Mustafa Cinasal</Name>
  297. <Email>muscnsl@gmail.com</Email>
  298. </Update>
  299. <Update release="49">
  300. <Date>2021-07-08</Date>
  301. <Version>5.22.3</Version>
  302. <Comment>Version bump.</Comment>
  303. <Name>Mustafa Cinasal</Name>
  304. <Email>muscnsl@gmail.com</Email>
  305. </Update>
  306. <Update release="48">
  307. <Date>2021-06-22</Date>
  308. <Version>5.22.2</Version>
  309. <Comment>Version bump.</Comment>
  310. <Name>Mustafa Cinasal</Name>
  311. <Email>muscnsl@gmail.com</Email>
  312. </Update>
  313. <Update release="47">
  314. <Date>2021-06-15</Date>
  315. <Version>5.22.1</Version>
  316. <Comment>Version bump.</Comment>
  317. <Name>Mustafa Cinasal</Name>
  318. <Email>muscnsl@gmail.com</Email>
  319. </Update>
  320. <Update release="46">
  321. <Date>2021-05-05</Date>
  322. <Version>5.21.5</Version>
  323. <Comment>Version bump.</Comment>
  324. <Name>Mustafa Cinasal</Name>
  325. <Email>muscnsl@gmail.com</Email>
  326. </Update>
  327. <Update release="45">
  328. <Date>2021-03-17</Date>
  329. <Version>5.21.3</Version>
  330. <Comment>Version bump.</Comment>
  331. <Name>Mustafa Cinasal</Name>
  332. <Email>muscnsl@gmail.com</Email>
  333. </Update>
  334. <Update release="44">
  335. <Date>2021-03-14</Date>
  336. <Version>5.21.2</Version>
  337. <Comment>Version bump.</Comment>
  338. <Name>Mustafa Cinasal</Name>
  339. <Email>muscnsl@gmail.com</Email>
  340. </Update>
  341. <Update release="43">
  342. <Date>2021-01-10</Date>
  343. <Version>5.20.5</Version>
  344. <Comment>Version bump.</Comment>
  345. <Name>Mustafa Cinasal</Name>
  346. <Email>muscnsl@gmail.com</Email>
  347. </Update>
  348. <Update release="42">
  349. <Date>2020-12-11</Date>
  350. <Version>5.20.4</Version>
  351. <Comment>Version bump.</Comment>
  352. <Name>Ali Algul</Name>
  353. <Email>aligulle3801@gmail.com</Email>
  354. </Update>
  355. <Update release="41">
  356. <Date>2020-09-01</Date>
  357. <Version>5.19.5</Version>
  358. <Comment>Version bump.</Comment>
  359. <Name>Mustafa Cinasal</Name>
  360. <Email>muscnsl@gmail.com</Email>
  361. </Update>
  362. <Update release="40">
  363. <Date>2020-06-16</Date>
  364. <Version>5.19.1</Version>
  365. <Comment>Version bump</Comment>
  366. <Name>Mustafa Cinasal</Name>
  367. <Email>muscnsl@gmail.com</Email>
  368. </Update>
  369. <Update release="39">
  370. <Date>2020-06-09</Date>
  371. <Version>5.19.0</Version>
  372. <Comment>Version bump.</Comment>
  373. <Name>Mustafa Cinasal</Name>
  374. <Email>muscnsl@gmail.com</Email>
  375. </Update>
  376. <Update release="38">
  377. <Date>2020-05-06</Date>
  378. <Version>5.18.5</Version>
  379. <Comment>Version bump.</Comment>
  380. <Name>Mustafa Cinasal</Name>
  381. <Email>muscnsl@gmail.com</Email>
  382. </Update>
  383. <Update release="37">
  384. <Date>2020-03-29</Date>
  385. <Version>5.18.3</Version>
  386. <Comment>Version bump.</Comment>
  387. <Name>Mustafa Cinasal</Name>
  388. <Email>muscnsl@gmail.com</Email>
  389. </Update>
  390. <Update release="36">
  391. <Date>2020-01-10</Date>
  392. <Version>5.17.5</Version>
  393. <Comment>Version bump.</Comment>
  394. <Name>Mustafa Cinasal</Name>
  395. <Email>muscnsl@gmail.com</Email>
  396. </Update>
  397. <Update release="35">
  398. <Date>2019-09-15</Date>
  399. <Version>5.16.5</Version>
  400. <Comment>Version bump.</Comment>
  401. <Name>Mustafa Cinasal</Name>
  402. <Email>muscnsl@gmail.com</Email>
  403. </Update>
  404. <Update release="34">
  405. <Date>2019-07-31</Date>
  406. <Version>5.16.4</Version>
  407. <Comment>Version bump.</Comment>
  408. <Name>Mustafa Cinasal</Name>
  409. <Email>muscnsl@gmail.com</Email>
  410. </Update>
  411. <Update release="33">
  412. <Date>2019-07-22</Date>
  413. <Version>5.16.3</Version>
  414. <Comment>Version bump.</Comment>
  415. <Name>Mustafa Cinasal</Name>
  416. <Email>muscnsl@gmail.com</Email>
  417. </Update>
  418. <Update release="32">
  419. <Date>2019-04-15</Date>
  420. <Version>5.15.4</Version>
  421. <Comment>Version bump.</Comment>
  422. <Name>Mustafa Cinasal</Name>
  423. <Email>muscnsl@gmail.com</Email>
  424. </Update>
  425. <Update release="31">
  426. <Date>2019-03-12</Date>
  427. <Version>5.15.3</Version>
  428. <Comment>Version bump</Comment>
  429. <Name>Mustafa Cinasal</Name>
  430. <Email>muscnsl@gmail.com</Email>
  431. </Update>
  432. <Update release="30">
  433. <Date>2019-02-27</Date>
  434. <Version>5.15.2</Version>
  435. <Comment>Version bump.</Comment>
  436. <Name>Mustafa Cinasal</Name>
  437. <Email>muscnsl@gmail.com</Email>
  438. </Update>
  439. <Update release="29">
  440. <Date>2019-02-21</Date>
  441. <Version>5.15.1</Version>
  442. <Comment>Version bump.</Comment>
  443. <Name>Mustafa Cinasal</Name>
  444. <Email>muscnsl@gmail.com</Email>
  445. </Update>
  446. <Update release="28">
  447. <Date>2019-02-12</Date>
  448. <Version>5.15.0</Version>
  449. <Comment>Version bump.</Comment>
  450. <Name>Mustafa Cinasal</Name>
  451. <Email>muscnsl@gmail.com</Email>
  452. </Update>
  453. <Update release="27">
  454. <Date>2019-01-12</Date>
  455. <Version>5.14.5</Version>
  456. <Comment>Version bump.</Comment>
  457. <Name>Mustafa Cinasal</Name>
  458. <Email>muscnsl@gmail.com</Email>
  459. </Update>
  460. <Update release="26">
  461. <Date>2018-12-26</Date>
  462. <Version>5.14.4</Version>
  463. <Comment>Version bump.</Comment>
  464. <Name>Mustafa Cinasal</Name>
  465. <Email>muscnsl@gmail.com</Email>
  466. </Update>
  467. <Update release="25">
  468. <Date>2018-11-06</Date>
  469. <Version>5.14.3</Version>
  470. <Comment>Version bump.</Comment>
  471. <Name>Mustafa Cinasal</Name>
  472. <Email>muscnsl@gmail.com</Email>
  473. </Update>
  474. <Update release="24">
  475. <Date>2018-11-04</Date>
  476. <Version>5.14.1</Version>
  477. <Comment>Rebuild.</Comment>
  478. <Name>Mustafa Cinasal</Name>
  479. <Email>muscnsl@gmail.com</Email>
  480. </Update>
  481. <Update release="23">
  482. <Date>2018-10-17</Date>
  483. <Version>5.14.1</Version>
  484. <Comment>Version bump.</Comment>
  485. <Name>Mustafa Cinasal</Name>
  486. <Email>muscnsl@gmail.com</Email>
  487. </Update>
  488. <Update release="22">
  489. <Date>2018-10-10</Date>
  490. <Version>5.14.0</Version>
  491. <Comment>Version bump.</Comment>
  492. <Name>Mustafa Cinasal</Name>
  493. <Email>muscnsl@gmail.com</Email>
  494. </Update>
  495. <Update release="21">
  496. <Date>2018-08-11</Date>
  497. <Version>5.12.5</Version>
  498. <Comment>Rebuild</Comment>
  499. <Name>Ertuğrul Erata</Name>
  500. <Email>ertugrulerata@gmail.com</Email>
  501. </Update>
  502. <Update release="20">
  503. <Date>2018-05-14</Date>
  504. <Version>5.12.5</Version>
  505. <Comment>Version bump.</Comment>
  506. <Name>Mustafa Cinasal</Name>
  507. <Email>muscnsl@gmail.com</Email>
  508. </Update>
  509. <Update release="19">
  510. <Date>2018-04-23</Date>
  511. <Version>5.12.4</Version>
  512. <Comment>Version bump.</Comment>
  513. <Name>Mustafa Cinasal</Name>
  514. <Email>muscnsl@gmail.com</Email>
  515. </Update>
  516. <Update release="18">
  517. <Date>2018-04-06</Date>
  518. <Version>5.12.4</Version>
  519. <Comment>Version bump.</Comment>
  520. <Name>Mustafa Cinasal</Name>
  521. <Email>muscnsl@gmail.com</Email>
  522. </Update>
  523. <Update release="17">
  524. <Date>2018-03-22</Date>
  525. <Version>5.12.3</Version>
  526. <Comment>Version bump.</Comment>
  527. <Name>Mustafa Cinasal</Name>
  528. <Email>muscnsl@gmail.com</Email>
  529. </Update>
  530. <Update release="16">
  531. <Date>2018-02-03</Date>
  532. <Version>5.11.5</Version>
  533. <Comment>Version bump.</Comment>
  534. <Name>Mustafa Cinasal</Name>
  535. <Email>muscnsl@gmail.com</Email>
  536. </Update>
  537. <Update release="15">
  538. <Date>2017-12-15</Date>
  539. <Version>5.11.4</Version>
  540. <Comment>Version bump.</Comment>
  541. <Name>Mustafa Cinasal</Name>
  542. <Email>muscnsl@gmail.com</Email>
  543. </Update>
  544. <Update release="14">
  545. <Date>2017-11-14</Date>
  546. <Version>5.11.3</Version>
  547. <Comment>Version bump.</Comment>
  548. <Name>Mustafa Cinasal</Name>
  549. <Email>muscnsl@gmail.com</Email>
  550. </Update>
  551. <Update release="13">
  552. <Date>2017-11-02</Date>
  553. <Version>5.11.2</Version>
  554. <Comment>Version bump.</Comment>
  555. <Name>Mustafa Cinasal</Name>
  556. <Email>muscnsl@gmail.com</Email>
  557. </Update>
  558. <Update release="12">
  559. <Date>2017-10-14</Date>
  560. <Version>5.11.0</Version>
  561. <Comment>Version bump.</Comment>
  562. <Name>Mustafa Cinasal</Name>
  563. <Email>muscnsl@gmail.com</Email>
  564. </Update>
  565. <Update release="11">
  566. <Date>2017-09-13</Date>
  567. <Version>5.10.5</Version>
  568. <Comment>Version bump.</Comment>
  569. <Name>Mustafa Cinasal</Name>
  570. <Email>muscnsl@gmail.com</Email>
  571. </Update>
  572. <Update release="10">
  573. <Date>2017-06-21</Date>
  574. <Version>5.10.2</Version>
  575. <Comment>version bump</Comment>
  576. <Name>Ali Algul</Name>
  577. <Email>aligulle3801@gmail.com</Email>
  578. </Update>
  579. <Update release="9">
  580. <Date>2017-03-01</Date>
  581. <Version>5.8.5</Version>
  582. <Comment>Rebuild for new Toolchain.</Comment>
  583. <Name>Stefan Gronewold(groni)</Name>
  584. <Email>groni@pisilinux.org</Email>
  585. </Update>
  586. <Update release="8">
  587. <Date>2017-01-01</Date>
  588. <Version>5.8.5</Version>
  589. <Comment>Version bump.</Comment>
  590. <Name>Stefan Gronewold(groni)</Name>
  591. <Email>groni@pisilinux.org</Email>
  592. </Update>
  593. <Update release="7">
  594. <Date>2016-11-26</Date>
  595. <Version>5.8.4</Version>
  596. <Comment>Version bump.</Comment>
  597. <Name>Stefan Gronewold(groni)</Name>
  598. <Email>groni@pisilinux.org</Email>
  599. </Update>
  600. <Update release="6">
  601. <Date>2016-11-03</Date>
  602. <Version>5.8.3</Version>
  603. <Comment>Version bump.</Comment>
  604. <Name>Stefan Gronewold</Name>
  605. <Email>groni@pisilinux.org</Email>
  606. </Update>
  607. <Update release="5">
  608. <Date>2016-10-20</Date>
  609. <Version>5.8.2</Version>
  610. <Comment>Version bump.</Comment>
  611. <Name>Stefan Gronewold</Name>
  612. <Email>groni@pisilinux.org</Email>
  613. </Update>
  614. <Update release="4">
  615. <Date>2016-10-06</Date>
  616. <Version>5.8.0</Version>
  617. <Comment>Version bump.</Comment>
  618. <Name>Stefan Gronewold</Name>
  619. <Email>groni@pisilinux.org</Email>
  620. </Update>
  621. <Update release="3">
  622. <Date>2016-07-30</Date>
  623. <Version>5.7.2</Version>
  624. <Comment>Version bump.</Comment>
  625. <Name>Yusuf Aydemir</Name>
  626. <Email>yusuf.aydemir@pisilinux.org</Email>
  627. </Update>
  628. <Update release="2">
  629. <Date>2016-05-18</Date>
  630. <Version>5.6.4</Version>
  631. <Comment>Version bump.</Comment>
  632. <Name>Burak Ertürk</Name>
  633. <Email>burakerturk@pisilinux.org</Email>
  634. </Update>
  635. <Update release="1">
  636. <Date>2016-04-08</Date>
  637. <Version>5.6.2</Version>
  638. <Comment>First release</Comment>
  639. <Name>Yusuf Aydemir</Name>
  640. <Email>yusuf.aydemir@pisilinux.org</Email>
  641. </Update>
  642. </History>
  643. </PISI>